Go to the source code of this file.
|
subroutine | user_init_compo_coh (ES, CONC_VASE, CONC, NPOIN, NOMBLAY, NSICLA, AVAIL, AVA0, EPAI_VASE, EPAI_SABLE) |
|
◆ user_init_compo_coh()
subroutine user_init_compo_coh |
( |
double precision, dimension(npoin,nomblay), intent(inout) |
ES, |
|
|
double precision, dimension(nomblay), intent(in) |
CONC_VASE, |
|
|
double precision, dimension(npoin,nomblay), intent(inout) |
CONC, |
|
|
integer, intent(in) |
NPOIN, |
|
|
integer, intent(in) |
NOMBLAY, |
|
|
integer, intent(in) |
NSICLA, |
|
|
double precision, dimension(npoin,nomblay,nsicla), intent(inout) |
AVAIL, |
|
|
double precision, dimension(nsicla), intent(in) |
AVA0, |
|
|
double precision, dimension(nlaymax), intent(inout) |
EPAI_VASE, |
|
|
double precision, dimension(nlaymax), intent(inout) |
EPAI_SABLE |
|
) |
| |
- Parameters
-
[in] | npoin | AVA0 Volume percent |
[in,out] | AVAIL | Volume percent of each class |
[in,out] | CONC | Conc of each bed layer (kg/m3) |
[in,out] | CONC_VASE | Mud concentration for each layer |
[in,out] | ES | Layer thicknesses as double precision |
[in] | NOMBLAY | Number of layers for consolidation |
[in] | NPOIN | Number of points |
[in] | NSICLA | Number of size classes for bed materials |
[in,out] | EPAI_VASE | Mud thickness |
[in,out] | EPAI_SABLE | Sand thickness |
[in] | nomblay | AVA0 Volume percent |
[in,out] | AVAIL | Volume percent of each class |
[in,out] | CONC | Conc of each bed layer (kg/m3) |
[in,out] | CONC_VASE | Mud concentration for each layer |
[in,out] | ES | Layer thicknesses as double precision |
[in] | NOMBLAY | Number of layers for consolidation |
[in] | NPOIN | Number of points |
[in] | NSICLA | Number of size classes for bed materials |
[in,out] | EPAI_VASE | Mud thickness |
[in,out] | EPAI_SABLE | Sand thickness |
[in] | nsicla | AVA0 Volume percent |
[in,out] | AVAIL | Volume percent of each class |
[in,out] | CONC | Conc of each bed layer (kg/m3) |
[in,out] | CONC_VASE | Mud concentration for each layer |
[in,out] | ES | Layer thicknesses as double precision |
[in] | NOMBLAY | Number of layers for consolidation |
[in] | NPOIN | Number of points |
[in] | NSICLA | Number of size classes for bed materials |
[in,out] | EPAI_VASE | Mud thickness |
[in,out] | EPAI_SABLE | Sand thickness |
Definition at line 8 of file user_init_compo_coh.f.