Go to the source code of this file.
|
subroutine, public | interception__gash::interception_gash_initialize (lactive, fcanopy_cover_fraction, ilanduseindex) |
| Initialize the Gash interception algorithm.
|
elemental real(c_float) function, public | interception__gash::precipitation_at_saturation (e_div_p, canopy_storage_capacity, canopy_cover_fraction) |
elemental subroutine, public | interception__gash::interception_gash_calculate (frainfall, ffog, fcanopy_cover_fraction, ftrunk_storage_capacity, fstemflow_fraction, fevaporation_to_rainfall_ratio, fprecipitation_at_saturation, finterception) |
|
type(data_catalog_entry_t), pointer | interception__gash::pevaporation_to_rainfall_ratio |
real(c_float), dimension(:), allocatable, public | interception__gash::evaporation_to_rainfall_ratio |
real(c_float), dimension(:), allocatable, public | interception__gash::canopy_storage_capacity_table_values |
real(c_float), dimension(:), allocatable, public | interception__gash::trunk_storage_capacity_table_values |
real(c_float), dimension(:), allocatable, public | interception__gash::stemflow_fraction_table_values |
real(c_float), dimension(:), allocatable, public | interception__gash::gash_interception_storage_max_growing_season |
real(c_float), dimension(:), allocatable, public | interception__gash::gash_interception_storage_max_nongrowing_season |
real(c_float), dimension(:), allocatable, public | interception__gash::p_sat |
type(t_netcdf4_file), pointer | interception__gash::pncfile |