This file sets the hydrology options. It contains one namelist called JULES_HYDROLOGY.
Type: | logical |
---|---|
Default: | F |
Switch for a TOPMODEL-type model of runoff production.
See also
References:
Type: | logical |
---|---|
Default: | F |
Switch for a PDM-type model of runoff production.
PDM is the Probability Distributed Model (Moore, 1985), implemented in JULES following Clark and Gedney (2008).
See also
References:
Only used if l_pdm = TRUE
Type: | real |
---|---|
Default: | 1.0 |
The depth of soil considered by PDM (m).
A value of ~1m can be used.
Type: | real |
---|---|
Default: | 1.0 |
Shape factor for the pdf.
Only used if l_top = TRUE
Type: | real |
---|---|
Default: | 6.0 |
The maximum allowed depth to the water table (m).
This is the depth to the bottom of an additional layer below the sm_levels soil layers and hence should be set to a value greater than SUM(dzsoil).
Type: | real |
---|---|
Default: | 10.0 |
The maximum possible value of the topographic index.
Type: | real |
---|---|
Default: | 1.5 |
A calibration parameter used in the calculation of the wetland fraction.
It is used to increment the “critical” value of the topographic index that is used to calculate the saturated fraction of the gridbox. It excludes locations with large values of the topographic index from the wetland fraction.
See Gedney and Cox (2003).