This file configures the surface types used by JULES. It contains one namelist called JULES_SURFACE_TYPES.
Type: | integer |
---|---|
Permitted: | >= 1 |
Default: | -32768 |
The number of plant functional types to be modelled.
Type: | integer |
---|---|
Permitted: | < npft |
Default: | 0 |
The number of crop plant functional types to be modelled.
Type: | integer |
---|---|
Permitted: | >= 1 |
Default: | -32768 |
The number of non-plant surface types to be modelled.
Note
The total number of surface types to be modelled is called ntype, and is given by ntype = npft + nnvg.
In the standard setup, JULES models 5 vegetation types and 4 non-vegetation types (npft = 5, nnvg = 4). However, the model domain need not contain all 9 types, e.g. the domain could consist of a single point with 100% grass. The amount of each type in the domain is normally set in JULES_FRAC.
If the crop model is active (i.e. ncpft > 0), then nnpft = npft - ncpft where nnpft is the number of natural PFTs.
Type: | integer |
---|---|
Default: | -32768 |
Index of the urban surface type. Can only use if l_urban2t = FALSE.
A negative value indicates no urban surface type.
Type: | integer |
---|---|
Default: | -32768 |
Index of the lake surface type.
A negative value indicates no lake surface type.
Type: | integer |
---|---|
Permitted: | >= 1 |
Default: | -32768 |
Index of the soil surface type.
Note
A soil surface type must be given.
Type: | integer |
---|---|
Default: | -32768 |
Index of the ice surface type.
A negative value indicates no ice surface type.
Type: | integer |
---|---|
Default: | -32768 |
Indices of the elevated ice types if multiple ice tiles are allowed in a gridbox - only set if l_elev_land_ice = TRUE.
Type: | integer |
---|---|
Default: | -32768 |
Indices of the elevated non-glaciated bedrock types if multiple ice tiles are allowed in a gridbox - only set if l_elev_land_ice = TRUE.
Type: | integer |
---|---|
Default: | -32768 |
Index of the urban canyon surface type. Can only use if l_urban2t = TRUE.
A negative value indicates no urban canyon surface type.
Type: | integer |
---|---|
Default: | -32768 |
Index of the urban roof surface type. Can only use if l_urban2t = TRUE.
A negative value indicates no urban roof surface type.
Note
When giving urban fraction data (see JULES_FRAC), total urban fraction may be given instead of the separate canyon and roof fractions by entering it under the canyon fraction. When initialising if the roof fraction is zero, the canyon fraction will be interpreted as the total urban fraction and be partitioned according to the canyon fraction (W/R, see URBAN_PROPERTIES).