|
Soil Water Balance (SWB2)
|
Module direct_soil_moisture__gridded_data provides support for adding miscellaneous source and sink terms. More...
Functions/Subroutines | |
| subroutine, public | direct_soil_moisture_initialize (is_cell_active, landuse_index) |
| Initialize the routine to enable input/output of arbitrary sources/sink terms to be added directly to SOIL MOISTURE. | |
| subroutine, public | direct_soil_moisture_calculate (direct_soil_moisture, is_cell_active, indx) |
Variables | |
| type(data_catalog_entry_t), pointer | pseptic_discharge |
| type(data_catalog_entry_t), pointer | pannual_septic_discharge |
| real(c_float), dimension(:), allocatable | fseptic_discharge |
| real(c_float), dimension(:), allocatable | fannual_septic_discharge |
| real(c_float), dimension(:), allocatable | fseptic_discharge_table |
| real(c_float), dimension(:), allocatable | fannual_septic_discharge_table |
| type(datetime_t) | date_of_last_retrieval |
Module direct_soil_moisture__gridded_data provides support for adding miscellaneous source and sink terms.
| subroutine, public direct_soil_moisture__gridded_data::direct_soil_moisture_calculate | ( | real (c_float), intent(inout) | direct_soil_moisture, |
| logical (c_bool), dimension(:,:), intent(in) | is_cell_active, | ||
| integer (c_int), intent(in) | indx ) |
Definition at line 158 of file direct_soil_moisture__gridded_data.F90.
| subroutine, public direct_soil_moisture__gridded_data::direct_soil_moisture_initialize | ( | logical (c_bool), dimension(:,:), intent(in) | is_cell_active, |
| integer (c_int), dimension(:), intent(in) | landuse_index ) |
Initialize the routine to enable input/output of arbitrary sources/sink terms to be added directly to SOIL MOISTURE.
Open gridded data file. Open a NetCDF output file to hold variable output.
| [in] | lActive | 2D array of active cells within the model domain. |
| [in] | iLanduseIndex | 1D vector of indices corresponding to rows of the landuse lookup table(s). |
| [in] | dX | 1D vector of X coordinates associated with the model domain. |
| [in] | dY | 1D vector of Y coordinates. |
| [in] | dX_lon | 2D array of longitude values. |
| [in] | dY_lat | 2D array of latitude values. |
Determine how many landuse codes are present
Definition at line 57 of file direct_soil_moisture__gridded_data.F90.

|
private |
Definition at line 39 of file direct_soil_moisture__gridded_data.F90.
|
private |
Definition at line 34 of file direct_soil_moisture__gridded_data.F90.
|
private |
Definition at line 37 of file direct_soil_moisture__gridded_data.F90.
|
private |
Definition at line 33 of file direct_soil_moisture__gridded_data.F90.
|
private |
Definition at line 36 of file direct_soil_moisture__gridded_data.F90.
|
private |
Definition at line 31 of file direct_soil_moisture__gridded_data.F90.
|
private |
Definition at line 30 of file direct_soil_moisture__gridded_data.F90.