You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SIPNET Model States and Parameters {#sec-parameters}
Lists SIPNET state variables and tunable parameters, mapping symbols to the
model equations, configuration names, units, and I/O fields. See
Model Inputs and
Model Outputs for file formats. Unless noted,
pools are mass per ground area and rates are mass per area per day. The actual parameter set that is used depends on the configured model structure. For equation references, see the model structure documentation.
Notation {#sec-notation}
Variables (Pools, Fluxes, and Parameters)
Category
Symbol
Description
State variables
$C$
Carbon pool
$N$
Nitrogen pool
$W$
Water pool or content
$CN$
Carbon-to-Nitrogen ratio
Fluxes and rates
$F$
Generic flux of carbon, nitrogen, or water
$A$
Photosynthetic assimilation (net photosynthesis)
$R$
Respiration flux
$ET$
Evapotranspiration
$GPP$
Gross Primary Production
$NPP$
Net Primary Production
$NEE$
Net Ecosystem Exchange
Environmental drivers
$T$
Temperature
$VPD$
Vapor Pressure Deficit
$PAR$
Photosynthetically Active Radiation
$LAI$
Leaf Area Index
Parameters
$K$
Rate constant (e.g., for decomposition or respiration)
$Q_{10}$
Temperature sensitivity coefficient
$\alpha$
Fraction of NPP allocated to a plant pool
$f$
Fraction of a pool or flux other than NPP
$k$
Scaling factor
$D$
Dependency or damping function
Subscripts (Temporal, Spatial, or Contextual Identifiers)
Category
Subscript
Description
Temporal identifiers
$X_0$
Initial value
$X_t$
Value at time $t$
$X_d$
Daily value or average
$X_\text{avg}$
Average value (e.g., over a timestep or spatial area)
$X_\text{max}$
Maximum value (e.g., temperature or rate)
$X_\text{min}$
Minimum value (e.g., temperature or rate)
$X_\text{opt}$
Optimal value (e.g., temperature or rate)
Structural components
$X_\text{leaf}$
Leaf pools or fluxes
$X_\text{wood}$
Wood pools or fluxes
$X_\text{root}$
Root pool
$X_\text{fine root}$
Fine root pool
$X_\text{coarse root}$
Coarse root pool
$X_\text{soil}$
Soil pools or processes
$X_\text{litter}$
Litter pools or processes
$X_\text{veg}$
Vegetation processes (general)
Processes context
$X_\text{resp}$
Respiration processes
$X_\text{dec}$
Decomposition processes
$X_\text{vol}$
Volatilization processes
Chemical / environmental identifiers
$X_\text{org}$
Organic forms
$X_\text{mineral}$
Mineral forms
$X_{\text{anaer}}$
Anaerobic soil conditions
Subscripts may be used in combination, e.g. $X_{\text{soil,mineral},0}$.
Run-time Parameters
Run-time parameters can change from one run to the next, or when the model is stopped and restarted. These include initial state values and parameters related to plant physiology, soil physics, and biogeochemical cycling.
Tracks lag between NPP input and allocation output due to 5-day averaging; initialized to 0; can be negative. In code: plantWoodCStorageDelta. Total wood C = $C_{\text{wood}} + C_{\text{wood,storage}}$
2
$LAI_0$
laiInit
Initial leaf area
m^2 leaves * m^-2 ground area
multiply by SLW to get initial plant leaf C: $C_{\text{leaf},0} = LAI_0 \cdot SLW$
converted to per-day rate internally; leaf loss handled separately
70
$K_\text{fine root}$
fineRootTurnoverRate
turnover of fine roots
$\text{y}^{-1}$
converted to per-day rate internally
71
$K_\text{coarse root}$
coarseRootTurnoverRate
turnover of coarse roots
$\text{y}^{-1}$
converted to per-day rate internally
Hard-coded Values
Parameter
Value
Description
C_WEIGHT
12.0
molecular weight of carbon
MEAN_NPP_DAYS
5
over how many days do we keep the running mean
MEAN_NPP_MAX_ENTRIES
MEAN_NPP_DAYS*50
assume that the most pts we can have is two per hour
MEAN_GPP_SOIL_DAYS
5
over how many days do we keep the running mean
MEAN_GPP_SOIL_MAX_ENTRIES
MEAN_GPP_SOIL_DAYS*50
assume that the most pts we can have is one per hour
LAMBDA
2501000
latent heat of vaporization (J/kg)
LAMBDA_S
2835000
latent heat of sublimation (J/kg)
RHO
1.3
air density (kg/m^3)
CP
1005.
specific heat of air (J/(kg K))
GAMMA
66
psychometric constant (Pa/K)
E_STAR_SNOW
0.6
approximate saturation vapor pressure at 0°C (kPa)
Footnotes
Fine and coarse root exudation are calculated as a fraction of GPP, but the exudates are subtracted from the fine and coarse root pools, respectively. ↩↩2