Soil Water Balance (SWB2)
|
Contains the module runoff__gridded_values. More...
Go to the source code of this file.
Modules | |
module | runoff__gridded_values |
Module runoff__gridded_values provides support for estimating fog drip given a gridded map of RUNOFF_ZONE, and a table containing monthly fog factors. |
Functions/Subroutines | |
subroutine, public | runoff__gridded_values::runoff_gridded_values_initialize (lactive) |
Initialize the infiltration grid. | |
subroutine | runoff__gridded_values::read_runoff_ratio_table (sfilename) |
subroutine, public | runoff__gridded_values::runoff_gridded_values_update_ratios () |
Variables | |
real(c_float), dimension(:,:), allocatable | runoff__gridded_values::runoff_table_values |
type(datetime_t), dimension(:), allocatable | runoff__gridded_values::runoff_table_dates |
type(data_catalog_entry_t), pointer | runoff__gridded_values::prunoff_zone |
integer(c_int), dimension(:), allocatable | runoff__gridded_values::runoff_zone |
real(c_float), dimension(:), allocatable, public | runoff__gridded_values::runoff_ratios |
Contains the module runoff__gridded_values.
Definition in file runoff__gridded_values.F90.