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
| 1 || year | Year of start of timestep | (integer) |
15
+
| 2 || day | Day-of-year of start of timestep | (integer) |
16
+
| 3 || time | Hour-of-day (fractional) at start of timestep | hours |
17
+
| 4 || plantWoodC | Woody plant carbon | g C m$^{-2}$ |
18
+
| 5 || plantLeafC | Leaf carbon | g C m$^{-2}$ |
19
+
| 6 || woodCreation | Carbon allocated to wood during timestep | g C m$^{-2}$ |
20
+
| 7 || soil | (Single) soil organic carbon (or mineral soil C pool) | g C m$^{-2}$ |
21
+
| 8 || coarseRootC | Coarse root carbon | g C m$^{-2}$ |
22
+
| 9 || fineRootC | Fine root carbon | g C m$^{-2}$ |
23
+
| 10 || litter | Litter carbon (0 if litter pool disabled) | g C m$^{-2}$ |
24
+
| 11 || soilWater | Soil water content | cm |
25
+
| 12 | $\overline{f}_{\text{WHC}}$ | soilWetnessFrac | Mean soil wetness as fraction of water holding capacity over timestep [^1]| unitless |
26
+
| 13 || snow | Snow water equivalent | cm |
27
+
| 14 || npp | Net primary production for timestep | g C m$^{-2}$ |
28
+
| 15 || nee | Net ecosystem exchange (sign convention per code: - (NPP - RH)) | g C m$^{-2}$ |
29
+
| 16 || cumNEE | Cumulative NEE since simulation start | g C m$^{-2}$ |
30
+
| 17 | $GPP$ | gpp | Gross primary production | g C m$^{-2}$ |
31
+
| 18 || rAboveground | Aboveground autotrophic respiration (leaves + wood) | g C m$^{-2}$ |
32
+
| 19 | $R_H$ | rSoil | Heterotrophic respiration | g C m$^{-2}$ |
33
+
| 20 || rRoot | Root (autotrophic) respiration | g C m$^{-2}$ |
34
+
| 21 || ra | Total autotrophic respiration (rAboveground + rRoot) | g C m$^{-2}$ |
35
+
| 22 || rh | Total heterotrophic respiration (litter + soil components) | g C m$^{-2}$ |
36
+
| 23 | $R$ | rtot | Total ecosystem respiration (ra + rh) | g C m$^{-2}$ |
37
+
| 24 || evapotranspiration | ET (transpiration + immedEvap + evaporation + sublimation) for timestep | cm |
38
+
| 25 || fluxestranspiration | Transpiration component only (as a flux) | cm day$^{-1}$ |
39
+
| 27 | $N_\textrm{min}$ | minN | Soil mineral nitrogen | g N m$^{-2}$ |
40
+
||| soilOrgN | Soil organic nitrogen | g N m$^{-2}$ |
41
+
||| litterN | Litter nitrogen | g N m$^{-2}$ |
42
+
||| n2o | Nitrous oxide production | g N m$^{-2}$ |
43
+
||| nLeaching | Nitrogen lost to leaching | g N m$^{-2}$ |
44
+
||| nFixation | Nitrogen demand met by fixation | g N m$^{-2}$ |
45
+
||| nUptake | Nitrogen demand met by uptake from soil | g N m$^{-2}$ |
46
+
||| ch4 | Methane production | g C m$^{-2}$ |
46
47
47
48
[^1]: Mean soilWetnessFrac (ratio of soil water / water holding capacity) calculated as average between previous and current time step. Reported for diagnostics only.
48
49
Internal moisture dependency functions use instantaneous $W_{soil}/W_{WHC}$ (not this average), and clip that ratio to [0,1] where those dependency functions are defined.
49
50
50
51
An example output file can be found in [tests/smoke/sipnet.out](https://github.com/PecanProject/sipnet/blob/master/tests/smoke/niwot/sipnet.out).
51
52
52
53
```
53
-
Notes: (PlantWoodC, PlantLeafC, Soil and Litter in g C/m^2; Water and Snow in cm; SoilWetness is fraction of WHC;
54
-
year day time plantWoodC plantLeafC woodCreation soil coarseRootC fineRootC litter soilWater soilWetnessFrac snow npp nee cumNEE gpp rAboveground rSoil rRoot ra rh rtot evapotranspiration fluxestranspiration minN
0 commit comments