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

Module runoff__gridded_values provides support for estimating fog drip given a gridded map of RUNOFF_ZONE, and a table containing monthly fog factors. More...

Functions/Subroutines

subroutine, public runoff_gridded_values_initialize (lactive)
 Initialize the infiltration grid.
subroutine read_runoff_ratio_table (sfilename)
subroutine, public runoff_gridded_values_update_ratios ()

Variables

real(c_float), dimension(:,:), allocatable runoff_table_values
type(datetime_t), dimension(:), allocatable runoff_table_dates
type(data_catalog_entry_t), pointer prunoff_zone
integer(c_int), dimension(:), allocatable runoff_zone
real(c_float), dimension(:), allocatable, public runoff_ratios

Detailed Description

Module runoff__gridded_values provides support for estimating fog drip given a gridded map of RUNOFF_ZONE, and a table containing monthly fog factors.

Function/Subroutine Documentation

◆ read_runoff_ratio_table()

subroutine runoff__gridded_values::read_runoff_ratio_table ( character (len=*), intent(in) sfilename)
private

Definition at line 78 of file runoff__gridded_values.F90.

Here is the call graph for this function:

◆ runoff_gridded_values_initialize()

subroutine, public runoff__gridded_values::runoff_gridded_values_initialize ( logical (c_bool), dimension(:,:), intent(in) lactive)

Initialize the infiltration grid.

Read in a runoff zone grid.

Definition at line 43 of file runoff__gridded_values.F90.

Here is the call graph for this function:

◆ runoff_gridded_values_update_ratios()

subroutine, public runoff__gridded_values::runoff_gridded_values_update_ratios

Definition at line 159 of file runoff__gridded_values.F90.

Here is the call graph for this function:

Variable Documentation

◆ prunoff_zone

type (data_catalog_entry_t), pointer runoff__gridded_values::prunoff_zone
private

Definition at line 32 of file runoff__gridded_values.F90.

◆ runoff_ratios

real (c_float), dimension(:), allocatable, public runoff__gridded_values::runoff_ratios

Definition at line 35 of file runoff__gridded_values.F90.

◆ runoff_table_dates

type ( datetime_t ), dimension(:), allocatable runoff__gridded_values::runoff_table_dates
private

Definition at line 30 of file runoff__gridded_values.F90.

◆ runoff_table_values

real (c_float), dimension(:,:), allocatable runoff__gridded_values::runoff_table_values
private

Definition at line 29 of file runoff__gridded_values.F90.

◆ runoff_zone

integer (c_int), dimension(:), allocatable runoff__gridded_values::runoff_zone
private

Definition at line 33 of file runoff__gridded_values.F90.