Go to the source code of this file.
|
subroutine | init_compo_coh (ES, CONC_VASE, CONC, NPOIN, NOMBLAY, NSICLA, AVAIL, AVA0) |
|
◆ init_compo_coh()
subroutine 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 |
|
) |
| |
- 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] | 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] | 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 |
Definition at line 7 of file init_compo_coh.f.