Go to the source code of this file.
|
subroutine | bedload_wilcock_crowe (TOB, MU, ACLADM, DM, AVA, GRAV, XMVE, XMVS, SANFRA, QSC, AC, ACP, SLOPEFF, COEFPN) |
|
◆ bedload_wilcock_crowe()
subroutine bedload_wilcock_crowe |
( |
type(bief_obj), intent(in) |
TOB, |
|
|
type(bief_obj), intent(in) |
MU, |
|
|
type(bief_obj), intent(in) |
ACLADM, |
|
|
double precision, intent(in) |
DM, |
|
|
double precision, dimension(qsc%dim1), intent(in) |
AVA, |
|
|
double precision, intent(in) |
GRAV, |
|
|
double precision, intent(in) |
XMVE, |
|
|
double precision, intent(in) |
XMVS, |
|
|
double precision, dimension(qsc%dim1), intent(in) |
SANFRA, |
|
|
type(bief_obj), intent(inout) |
QSC, |
|
|
double precision, intent(in) |
AC, |
|
|
type(bief_obj), intent(inout) |
ACP, |
|
|
integer, intent(in) |
SLOPEFF, |
|
|
type(bief_obj), intent(inout) |
COEFPN |
|
) |
| |
- Parameters
-
[in] | slopeff | [in, out] AC Critical shields parameter |
[in,out] | ACP | Modified shields parameter |
[in] | COEB | Power coeff of the hiding-exposure function |
[in,out] | COEFPN | Correction of transort for sloping bed effect |
[in] | DENS | Relative density |
[in] | DM | Sediment grain diameter |
[in] | GRAV | Acceleration of gravity |
[in,out] | QSC | Bed load transport |
[in] | SANFRA | Sand fraction |
[in] | SLOPEFF | Logical, sloping bed effect or not |
[in] | TETAP | Adimensional skin friction |
[in] | TORATIO | Ratio between bed shear stress and tori |
[in] | TORI | Reference shear stress of the i-th size sediment |
[in] | TORM | Reference shear stress of the median sediment |
[in] | WI | Dimensionless transport rate of wc-2003 |
[in] | WCC | Coefficient of calibration |
Definition at line 8 of file bedload_wilcock_crowe.f.