Soil Water Balance (SWB2)
|
Go to the source code of this file.
Modules | |
module | growing_degree_day |
Functions/Subroutines | |
subroutine, public | growing_degree_day::growing_degree_day_initialize (is_cell_active, landuse_index) |
impure elemental subroutine, public | growing_degree_day::growing_degree_day_calculate (gdd, tmean, order) |
impure elemental subroutine, public | growing_degree_day::modified_growing_degree_day_calculate (gdd, tmin, tmax, order) |
Variables | |
real(c_float), dimension(:), allocatable, public | growing_degree_day::gdd_base |
real(c_float), dimension(:), allocatable, public | growing_degree_day::gdd_max |
integer(c_int), dimension(:), allocatable, public | growing_degree_day::gdd_reset_date |
type(t_netcdf4_file), pointer | growing_degree_day::pncfile |