Soil Water Balance (SWB2)
Loading...
Searching...
No Matches
daily_calculation Module Reference

Functions/Subroutines

subroutine, public perform_daily_calculation (cells)
subroutine minmaxmean (variable, varname, logical_vector)

Function/Subroutine Documentation

◆ minmaxmean()

subroutine daily_calculation::minmaxmean ( real (c_float), dimension(:) variable,
character (len=*), intent(in) varname,
logical, dimension(:), intent(in), optional logical_vector )
private

Definition at line 235 of file daily_calculation.F90.

◆ perform_daily_calculation()

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.

Here is the call graph for this function: