R/data.R
biomee_gs_leuning_drivers.Rd
Example driver to run the BiomeE-model at the CH-LAE site
using the Leuning photosynthesis specification (and half-hourly time step)
It can also be used together with leaf trait data from CH-LAE (biomee_validation
)
to optimize model parameters.
biomee_gs_leuning_drivers
A tibble of driver data.
Site name
Simulation parameters as a data.frame, including the following data:
Flag indicating whether this simulation does spin-up (deprecated).
Number of spin-up years. Set to 0 for no spinup.
Number of first N years of forcing data.frame that are recycled for spin-up.
Year of first transient year (AD) (optional). Is only used to set years in output data frames. Defaults to 0 if not provided.
Number of transient years (optional). Determines the length of simulation output after spin-up. Defaults to number of years contained in the forcing data. (If longer than forcing data, last year of forcing is repeated until the end (spin-down).)
Time resolution of the forcing (day-1).
Flag indicating whether U-shaped mortality is used.
Flag indicating whether doing N closed runs to recover N balance enforcing 0.2 kg N m-2 in the inorganic N pool.
String specifying the method of photosynthesis used in the model, either "pmodel" or "gs_leuning".document()
String indicating the type of mortality in the model. One of the following: "dbh" is size-dependent mortality, "const_selfthin" is constant self thinning (in development), "cstarvation" is carbon starvation, and "growthrate" is growth rate dependent mortality.
Whether to output daily diagnostics ('output_daily_tile'). Default: True.
Site meta info in a data.frame. This data structure can be freely used for documenting the dataset, but must include at least the following data:
Longitude of the site location in degrees east.
Latitude of the site location in degrees north.
Elevation of the site location, in meters above sea level.
Forcing data.frame used as input
Photosynthetic photon flux density (mol s-1 m-2)
Air temperature (deg C)
Vapor pressure deficit (Pa)
Precipitation (kgH2O m-2 s-1 == mm s-1)
Wind velocity (m s-1)
Atmospheric pressure (pa)
CO2 atmospheric concentration (ppm)
Tile-level model parameters, into a single row data.frame, including the following data:
Integer indicating the type of soil: Sand = 1, LoamySand = 2, SandyLoam = 3, SiltLoam = 4, FrittedClay = 5, Loam = 6, Clay = 7.
Field capacity (vol/vol). Water remaining in a soil after it has been thoroughly saturated and allowed to drain freely.
Wilting point (vol/vol). Water content of a soil at which plants wilt and fail to recover.
Fast soil C decomposition rate (yr\(^{-1}\)).
Slow soil C decomposition rate (yr\(^{-1}\)).
Mineral Nitrogen turnover rate (yr\(^{-1}\)).
Ratio of C and N returned to litters from microbes.
N loss rate through runoff (organic and mineral) (yr\(^{-1}\)).
Minimum LMA, leaf mass per unit area, kg C m\(^{-2}\).
Fraction of fast turnover carbon in fine biomass.
Fraction of fast turnover carbon in wood biomass.
Growth respiration factor.
Fraction of the carbon retained after leaf drop.
Retranslocation coefficient of nitrogen.
Coefficient for setting up initial sapwood.
Re-fill of N for sapwood.
Calibratable scalar for respiration, used to increase LUE levels.
Canopy mortality parameter.
Parameter for understory mortality.
A data.frame containing species-specific model parameters, with one species per row, including the following data:
Integer set to 0 for grasses and 1 for trees.
Integer set to 0 for deciduous and 1 for evergreen.
Integer indicating the type of plant according to photosynthesis: 0 for C3; 1 for C4
Fine root turnover rate (yr\(^{-1}\)).
Material density of fine roots (kg C m\(^{-3}\)).
Radius of the fine roots, in m.
e-folding parameter of root vertical distribution, in m.
Fine root water conductivity (mol m\(^{-2}\) s\(^{-1}\) MPa\(^{-1}\)).
Characteristic leaf size.
Max RuBisCo rate, in mol m\(^{-2}\) s\(^{-1}\).
Annual productivity per unit area at full sun (kg C m\(^{-2}\) year\(^{-2}\)).
Wet leaf photosynthesis down-regulation.
Factor of stomatal conductance.
Photosynthesis efficiency.
Leaf respiration coefficient, in yr\(^{-1}\).
Leaf respiration coefficient per unit N.
Sapwood respiration rate, in kg C m\(^{-2}\) yr\(^{-1}\).
Fine root respiration rate, kg C kg C\(^{-1}\) yr\(^{-1}\).
Critical temperature triggerng offset of phenology, in Kelvin.
Critical temperature triggerng onset of phenology, in Kelvin.
Critical value of GDD5 for turning ON growth season.
Critical soil moisture for phenology onset.
Critical soil moisture for phenology offset.
Coefficient for allometry (height = alphaHT * DBH_m ** thetaHT), in m m\(^{-thetaHT}\).
Coefficient for allometry (height = alphaHT * DBH_m ** thetaHT), in m m\(^{-thetaHT}\).
Coefficient for allometry (projected crown area = pi * (alphaCA * DBH_m) ** thetaCA), in m\(^{2/thetaCA-1}\).
Coefficient for allometry (projected crown area = pi * (alphaCA * DBH_m) ** thetaCA), unitless. Dybzinski (eq. G1) showed that thetaCA = theatBM - 1.
Coefficient for allometry (biomass = alphaBM * DBH ** thetaBM), in kg C m\(^{-thetaBM}\).
Coefficient for allometry (biomass = alphaBM * DBH ** thetaBM), unitless. Dybzinski (eq. G1) showed that thetaCA = theatBM - 1.
Initial size of seedlings, in kg C per individual.
Age at which trees can reproduce (years).
Fraction of G_SF to G_F.
Canopy tree mortality rate (yr\(^{-1}\)).
Understory tree mortality rate (yr\(^{-1}\)).
Leaf mass per unit area (kg C m\(^{-2}\)).
TODO
Basal leaf N per unit area, in kg N m\(^{-2}\).
TODO
Wood density (kg C m\(^{-3}\)).
TODO
Maximum crown LAI (leaf area index).
TODO
Multiplier for NSNmax as sum of potential bl and br.
Ratio of sapwood area to leaf area.
TODO
TODO
TODO
TODO
TODO
Reference N fixation rate (kg N kg C\(^{-1}\) root).
Carbon cost of N fixation (kg C kg N\(^{-1}\)).
TODO
Quantum yield efficiency \(\varphi_0\), in mol mol\(^{-1}\).
Ratio of fine root to leaf area.
Maximum LAI limited by light.
A data.frame of initial cohort specifications, including the following data:
Index of a species described in param_species.
Initial individual density, in individuals per m\(^{2}\).
Initial biomass of leaf, in kg C per individual.
Initial biomass of fine root, in kg C per individual.
Initial biomass of sapwood, in kg C per individual.
Initial biomass of heartwood, in kg C per individual.
Initial biomass of seed, in kg C per individual.
Initial non-structural biomass, in kg C per individual.
Land use type this cohorts belongs to (given as index in init_lu aray). Default: 0 (attach to all LU types except thoses which do not accept vegetation – cf init_lu.vegetated).
A data.frame of initial soil pools, including the following data:
Initial fast soil carbon, in kg C m\(^{-2}\).
Initial slow soil carbon, in kg C m\(^{-2}\).
Mineral nitrogen pool, in kg N m\(^{-2}\).
Annual nitrogen input to soil N pool, in kg N m\(^{-2}\) yr\(^{-1}\).
A data.frame of initial land unit (LU) specifications, including the following data:
Initial grid cell fraction occupied by this LU, dimensionless (0 to 1) or m\(^{-2}\) LU area per m\(^{-2}\) grid cell area. The sum of all fractions is typically equal to 1, but may be less in which case the difference is the fraction of the grid cell occupied by ice/water.
Predefined land use type (optional). One of: 'unmanaged', 'urban', 'cropland', 'pasture'. See below for meaning of these presets. Leave empty to not use any preset.
Whether this LU accepts vegetation. Default for preset 'urban': False, default for other presets: True.
Additional inorg N supply (to account for N fertiliser application), in kg m-2 yr-1. Default for preset 'cropland': 0.01, default other presets: 0.
Additional soil turnover rate (to account for soil management such as tillage), dimensionless. Default for preset 'cropland': 0.2, default for other presets: 0.
Fraction of above-ground turnover that is directly oxidized (crop and grass harvest), dimensionless. Default for preset 'cropland': 0.9, default for preset 'pasture': 0.4, default for other presets: 0.
Array of land use change (LUC) used during transient phase.
During spinup, the initial land unit fractions are used (i.e. no transition).
If there are more transient years than provided LUC data, the last state is maintained until the end of the transient phase (i.e. no transition).
The array is a nxn square matrix, where n is the number of LU (i.e. dimension of init_lu).
Each entry f(i, j) expresses the grid cell fraction of LU i (row) being transfered to LU j (column).
I.e. same units as init_lu$fraction
.
Self transitions are allowed, meaning that a part of the land unit is clear cut, but the area remains in the same land use.