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_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).
Type: | integer |
---|---|
Default: | 20 |
The number of values tried when fitting wetland and saturation fractions to water table depth in the initialisation.
Type: | logical |
---|---|
Default: | F |
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.
Type: | real |
---|---|
Permitted: | 0-1 |
Default: | 0.0 |
Minimum soil water content below which there is no surface runoff saturation excess production by PDM (fraction of maximum storage, as S0/Smax)
Type: | logical |
---|---|
Default: | F |
Use a linear function of topographic slope to calculate S0/Smax: s_pdm=MAX(0.0,1-(slope/slope_pdm_max)).
The function has been tested for Great Britain catchments.
This function will result in high S0/Smax values for flatter regions and low values for steeper regions.
Only used if l_spdmvar = TRUE
Type: | real |
---|---|
Default: | 6.0 |
The maximum topographic slope (deg) in the linear function of slope to calculate S0/Smax. Slopes above this value will result in a S0/Smax value of zero.
A value of 6.0 has been tested for slope fields calculated from a high resolution DEM dataset (50m IHDTM for Great Britain).
For slopes calculated from coarser DEM datasets, a lower value might be more appropriate as fine-resolution features of the terrain are not included.