Go to the source code of this file.
|
subroutine | bedload_meyer_gaia (TETAP, HIDING, HIDFAC, DENS, GRAV, DCLA, AC, ACP, QSC, SLOPEFF, COEFPN, XMVS) |
|
◆ bedload_meyer_gaia()
subroutine bedload_meyer_gaia |
( |
type(bief_obj), intent(in) |
TETAP, |
|
|
type(bief_obj), intent(in) |
HIDING, |
|
|
integer, intent(in) |
HIDFAC, |
|
|
double precision, intent(in) |
DENS, |
|
|
double precision, intent(in) |
GRAV, |
|
|
double precision, intent(in) |
DCLA, |
|
|
double precision, intent(in) |
AC, |
|
|
type(bief_obj), intent(inout) |
ACP, |
|
|
type(bief_obj), intent(inout) |
QSC, |
|
|
integer, intent(in) |
SLOPEFF, |
|
|
type(bief_obj), intent(inout) |
COEFPN, |
|
|
double precision, intent(in) |
XMVS |
|
) |
| |
- Parameters
-
[in] | tetap | AC Critical shields parameter |
[in,out] | ACP | Modified shields parameter |
[in,out] | COEFPN | Correction of transport for sloping bed effect |
[in] | DENS | Relative density of sediment |
[in] | DCLA | Sediment grain diameter |
[in] | GRAV | Acceleration of gravity |
[in] | HIDFAC | Hiding factor formulas |
[in] | HIDING | Hiding factor correction |
[in,out] | QSC | Bed load transport rate |
[in] | SLOPEFF | Formula for slope effect |
[in] | TETAP | Adimensional skin friction |
[in] | XMVS | Sediment density |
[in] | hiding | AC Critical shields parameter |
[in,out] | ACP | Modified shields parameter |
[in,out] | COEFPN | Correction of transport for sloping bed effect |
[in] | DENS | Relative density of sediment |
[in] | DCLA | Sediment grain diameter |
[in] | GRAV | Acceleration of gravity |
[in] | HIDFAC | Hiding factor formulas |
[in] | HIDING | Hiding factor correction |
[in,out] | QSC | Bed load transport rate |
[in] | SLOPEFF | Formula for slope effect |
[in] | TETAP | Adimensional skin friction |
[in] | XMVS | Sediment density |
Definition at line 8 of file bedload_meyer_gaia.f.