Soil Water Balance (SWB2)
|
Functions/Subroutines | |
subroutine, public | perform_daily_calculation (cells) |
subroutine | minmaxmean (variable, varname, logical_vector) |
|
private |
Definition at line 235 of file daily_calculation.F90.
subroutine, public daily_calculation::perform_daily_calculation | ( | class (model_domain_t), intent(inout) | cells | ) |
if flow routing is enabled, the calculations will be made in order from upslope to downslope; otherwise, the calculations are made in the natural packing order of the data structure
Definition at line 28 of file daily_calculation.F90.