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
* Update model-structure.md
fertilization is added, not subtracted, from soil mineral pool
* Update parameters.md
comment out two mineral N pool specification from Fertilization event file spec
* Update model-structure.md
* comment out refs to two pool N model in docs
* fix events.in example
|| $N_{\text{soil},0}$ || Initial soil organic nitrogen content | g N m$^{-2}$ ||
91
+
|| $N_{\text{min},0}$|| Initial soil organic nitrogen content | g N m$^{-2}$ ||
92
92
|| ${CH_4}_{\text{soil},0}$ || Initial methane concentration in the soil | g C m$^{-2}$ ||
93
93
|| ${N_2O}_{\text{soil},0}$ || Nitrous oxide concentration in the soil | g N m$^{-2}$ ||
94
94
|| $f_{\text{fine root},0}$ | fineRootFrac | Fraction of `plantWoodInit` allocated to initial fine root carbon pool |||
@@ -464,12 +464,14 @@ For managed ecosystems, the following inputs are provided in a file named `event
464
464
Model representation: an irrigation event increases soil moisture. Canopy irrigation also loses some moisture to evaporation.
465
465
466
466
Specifically:
467
+
467
468
- amount is listed as cm/d, but as events are specified per-day, this is treated as `cm` of water added on that day
468
469
- For method=soil, this amount of water is added directly to the `soilWater` state variable
469
470
- For method=canopy, a fraction of the irrigation water (determined by input param `immedEvapFrac`) is added to the flux state variable `immedEvap`, with the remainder going to `soilWater`.
470
471
- Initial implementation assumes that LITTER_WATER is not on. This might be revisited at a later date.
471
472
472
473
Notes:
474
+
473
475
- irrigation could also directly change the soil moisture content rather than adding water as a flux. This could be used to represent an irrigation program that sets a moisture range and turns irrigation on at the low end and off at the high end of the range.
| min-N | 7 | Y | g N / m2 (NH4+NO3 in one pool model; NH4 in two pool model)|
482
-
| min-N2 | 8 | Y*| g N / m2 (*not unused in one pool model, NO3 in two pool model) |
483
+
| min-N | 7 | Y | g N / m2 | <!--(NH4+NO3 in one pool model; NH4 in two pool model)-->
484
+
<!--| min-N2 | 8 | Y* | g N / m2 (*not unused in one pool model, NO3 in two pool model) |-->
483
485
484
-
- model representation: increases size of mineral N and litter C and N. Urea-N is assumed to be mineral N or NH4.
486
+
- model representation: increases size of mineral N and litter C and N. Urea-N is assumed to be mineral N.
487
+
<!-- or NH4 in two pool model ... common assumption (e.g. DayCent) unless urease inhibitors are represented.-->
485
488
- notes: PEcAn will handle conversion from fertilizer amount and type to mass of N and C allocated to different pools
486
489
487
490
#### Tillage Events
@@ -529,8 +532,8 @@ Notes:
529
532
#### Example of `events.in` file:
530
533
531
534
```
532
-
1 2022 40 irrig 5 1 # 5cm canopy irrigation on day 40
533
-
1 2022 40 fert 10 5 0 0 # fertilized with 10 g / m2 NO3-N and 5 g / m2 NH4-N on day 40
535
+
1 2022 40 irrig 5 1 # 5cm canopy irrigation on day 40 applied to soil
536
+
1 2022 40 fert 0 0 10# fertilized with 10 g / m2 N_min on day 40 of 2022
534
537
1 2022 35 till 0.2 0.3 # tilled on day 35, soil organic matter pool decomposition rate increases by 20% and soil litter pool decomposition rate increases by 30%
535
538
1 2022 50 plant 10 3 2 5 # plant emergence on day 50 with 10/3/2/4 g C / m2, respectively, added to the leaf/wood/fine root/coarse root pools
536
539
1 2022 250 harv 0.1 # harvest 10% of aboveground plant biomass on day 250
0 commit comments