MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Go to the source code of this file.
Functions/Subroutines | |
real(dp) function | kinematic_residual (qa, qb, qc, qd, aa, ab, ac, ad, qsrc, length, weight, delt, courant) |
Kinematic routing equation residual. More... | |
real(dp) function | kinematic_storage (aa, ab, ac, ad, length, delt, courant) |
Kinematic routing equation storage term. More... | |
real(dp) function kinematic_residual | ( | real(dp), intent(in) | qa, |
real(dp), intent(in) | qb, | ||
real(dp), intent(in) | qc, | ||
real(dp), intent(in) | qd, | ||
real(dp), intent(in) | aa, | ||
real(dp), intent(in) | ab, | ||
real(dp), intent(in) | ac, | ||
real(dp), intent(in) | ad, | ||
real(dp), intent(in) | qsrc, | ||
real(dp), intent(in) | length, | ||
real(dp), intent(in) | weight, | ||
real(dp), intent(in) | delt, | ||
real(dp), intent(in) | courant | ||
) |
Method to calculate the kinematic-wave routing residual.
[in] | qa | upstream flow at previous time |
[in] | qb | downstream flow at previous time |
[in] | qc | upstream flow |
[in] | qd | downstream flow |
[in] | aa | upstream area at previous time |
[in] | ab | downstream area at previous time |
[in] | ac | upstream area |
[in] | ad | downstream area |
[in] | qsrc | lateral flow term (L3T-1L-1) |
[in] | length | reach length |
[in] | weight | temporal weight |
[in] | delt | time step length |
[in] | courant | courant number |
Definition at line 7 of file GwfSfrCommon.f90.
real(dp) function kinematic_storage | ( | real(dp), intent(in) | aa, |
real(dp), intent(in) | ab, | ||
real(dp), intent(in) | ac, | ||
real(dp), intent(in) | ad, | ||
real(dp), intent(in) | length, | ||
real(dp), intent(in) | delt, | ||
real(dp), intent(in) | courant | ||
) |
Method to calculate the kinematic-wave routing storage term.
[in] | aa | upstream area at previous time |
[in] | ab | downstream area at previous time |
[in] | ac | upstream area |
[in] | ad | downstream area |
[in] | length | reach length |
[in] | delt | time step length |
[in] | courant | courant number |
Definition at line 50 of file GwfSfrCommon.f90.