|
Soil Water Balance (SWB2)
|
Functions/Subroutines | |
| subroutine, public | growing_degree_day_initialize (is_cell_active, landuse_index) |
| impure elemental subroutine, public | growing_degree_day_calculate (gdd, tmean, order) |
| impure elemental subroutine, public | modified_growing_degree_day_calculate (gdd, tmin, tmax, order) |
Variables | |
| real(c_float), dimension(:), allocatable, public | gdd_base |
| real(c_float), dimension(:), allocatable, public | gdd_max |
| integer(c_int), dimension(:), allocatable, public | gdd_reset_date |
| impure elemental subroutine, public growing_degree_day::growing_degree_day_calculate | ( | real (c_float), intent(inout) | gdd, |
| real (c_float), intent(in) | tmean, | ||
| integer (c_int), intent(in) | order ) |
Definition at line 136 of file growing_degree_day.F90.
| subroutine, public growing_degree_day::growing_degree_day_initialize | ( | logical (c_bool), dimension(:,:), intent(in) | is_cell_active, |
| integer (c_int), dimension(:), intent(in) | landuse_index ) |
create string list that allows for alternate heading identifiers for the landuse code
Determine how many landuse codes are present
Definition at line 26 of file growing_degree_day.F90.

| impure elemental subroutine, public growing_degree_day::modified_growing_degree_day_calculate | ( | real (c_float), intent(inout) | gdd, |
| real (c_float), intent(in) | tmin, | ||
| real (c_float), intent(in) | tmax, | ||
| integer (c_int), intent(in) | order ) |
Definition at line 157 of file growing_degree_day.F90.
| real (c_float), dimension(:), allocatable, public growing_degree_day::gdd_base |
Definition at line 20 of file growing_degree_day.F90.
| real (c_float), dimension(:), allocatable, public growing_degree_day::gdd_max |
Definition at line 21 of file growing_degree_day.F90.
| integer (c_int), dimension(:), allocatable, public growing_degree_day::gdd_reset_date |
Definition at line 22 of file growing_degree_day.F90.