|
Soil Water Balance (SWB2)
|
Go to the source code of this file.
Modules | |
| module | growing_season |
Functions/Subroutines | |
| subroutine, public | growing_season::growing_season_initialize () |
| elemental subroutine, public | growing_season::growing_season_update (landuse_index, gdd, mean_air_temp, it_is_growing_season) |
Variables | |
| integer(c_int), dimension(:), allocatable | growing_season::ilandusecodes |
| real(c_float), dimension(:), allocatable | growing_season::first_day_of_growing_season |
| real(c_float), dimension(:), allocatable | growing_season::last_day_of_growing_season |
| real(c_float), dimension(:), allocatable | growing_season::gdd_first_day_of_growing_season |
| real(c_float), dimension(:), allocatable | growing_season::killing_frost_temp_last_day_of_growing_season |
| character(len=2), parameter | growing_season::date_delims = "/-" |
| real(c_float), parameter | growing_season::nodata_value = -9999._c_float |