Soil Water Balance (SWB2)
Loading...
Searching...
No Matches
interception__bucket.F90 File Reference

Go to the source code of this file.

Modules

module  interception__bucket

Functions/Subroutines

subroutine, public interception__bucket::interception_bucket_initialize (active_cells)
elemental subroutine, public interception__bucket::interception_bucket_calculate (ilanduseindex, fprecip, ffog, fcanopy_cover_fraction, it_is_growing_season, finterception)

Variables

integer(c_int), dimension(:), allocatable interception__bucket::ilandusecodes
real(c_float), dimension(:), allocatable interception__bucket::interception_a_value_growing_season
real(c_float), dimension(:), allocatable interception__bucket::interception_b_value_growing_season
real(c_float), dimension(:), allocatable interception__bucket::interception_n_value_growing_season
real(c_float), dimension(:), allocatable interception__bucket::interception_a_value_nongrowing_season
real(c_float), dimension(:), allocatable interception__bucket::interception_b_value_nongrowing_season
real(c_float), dimension(:), allocatable interception__bucket::interception_n_value_nongrowing_season
real(c_float), dimension(:), allocatable, public interception__bucket::bucket_interception_storage_max_growing_season
real(c_float), dimension(:), allocatable, public interception__bucket::bucket_interception_storage_max_nongrowing_season
character(len=2), parameter interception__bucket::date_delims = "/-"
 Form of the bucket interception: I = A + P*B^n.
real(c_float), parameter interception__bucket::nodata_value = -9999._c_float