Soil Water Balance (SWB2)
|
Populate the available water content by reading in and depth-averaging soil available water contents over multiple soil horizons. More...
Functions/Subroutines | |
subroutine, public | awc_depth_integrated_read (frooting_depth) |
subroutine, public | awc_depth_integrated_initialize (lactive, fawc, isoils_code) |
Variables | |
type(data_catalog_entry_t), pointer | psoils_code_grid |
real(c_float), dimension(:,:), allocatable, public | available_water_content |
Populate the available water content by reading in and depth-averaging soil available water contents over multiple soil horizons.
subroutine, public awc__depth_integrated::awc_depth_integrated_initialize | ( | logical (c_bool), dimension(:,:), intent(in) | lactive, |
real (c_float), dimension(:), intent(inout) | fawc, | ||
integer (c_int), dimension(:), intent(inout) | isoils_code ) |
Definition at line 274 of file awc__depth_integrated.F90.
subroutine, public awc__depth_integrated::awc_depth_integrated_read | ( | real (c_float), dimension(:,:), intent(inout) | frooting_depth | ) |
Definition at line 32 of file awc__depth_integrated.F90.
real (c_float), dimension(:,:), allocatable, public awc__depth_integrated::available_water_content |
Definition at line 28 of file awc__depth_integrated.F90.
|
private |
Definition at line 27 of file awc__depth_integrated.F90.