Soil Water Balance (SWB2)
|
Go to the source code of this file.
Modules | |
module | weather_data_tabular |
Functions/Subroutines | |
subroutine | weather_data_tabular::weather_data_tabular_initialize () |
subroutine | weather_data_tabular::weather_data_find_date_indx (dt) |
subroutine | weather_data_tabular::weather_data_tabular_get_precip (dt, precip_value) |
subroutine | weather_data_tabular::weather_data_tabular_get_tmax (dt, tmax_value) |
subroutine | weather_data_tabular::weather_data_tabular_get_tmin (dt, tmin_value) |
Variables | |
real(c_float), dimension(:), allocatable | weather_data_tabular::tmin |
real(c_float), dimension(:), allocatable | weather_data_tabular::tmax |
real(c_float), dimension(:), allocatable | weather_data_tabular::precip |
type(datetime_t), dimension(:), allocatable | weather_data_tabular::weather_date |
integer(c_int), save, private | weather_data_tabular::date_indx = 1 |