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
#309 Clarify soil water fraction notation in documentation (#321)
* Update soil water content fraction notation
* Update soil resistance notation
* Fix soil water fraction notation as requested in #309
* Update CHANGELOG.md for #309
* Update docs/model-structure.md
Co-authored-by: Mike Longfritz <Mike.Longfritz@gmail.com>
* updated the pr as per suggestion
* Tweak soil resistence to use tex
---------
Co-authored-by: Mike Longfritz <Mike.Longfritz@gmail.com>
For soil evaporation, SIPNET assumes a saturated-surface approximation by clipping $\frac{W_\text{soil}}{W_\text{WHC}}$
836
-
to $[0,1]$ before calculating $r_\text{soil}$.
835
+
For soil evaporation, SIPNET assumes a saturated-surface approximation by using the clipped fraction $f^*_{\text{WHC}}$ before calculating $r_\text{soil}$.
837
836
838
837
Negative (condensation) values are clipped to zero. If snow > 0 then $F^W_{\text{soil,evap}}=0$.
839
838
840
-
For soil evaporation, SIPNET assumes a saturated-surface approximation by clipping $\frac{W_\text{soil}}{W_\text{WHC}}$ to $[0,1]$ before calculating $r_\text{soil}$.
841
-
842
839
#### Total Evaporation
843
840
844
841
Total evaporation is calculated as the sum of intercepted water, soil evaporation, and sublimation:
- $f_{\text{WHC}}$: Soil water content fraction (unbounded)
956
954
- $W_{\text{soil}}$: Soil water content
957
955
- $W_{\text{WHC}}$: Soil water holding capacity
958
956
959
-
For moisture *dependency functions* (heterotrophic respiration, volatilization, and methanogenesis), SIPNET uses
960
-
$\operatorname{clip}(f_{\text{WHC}},0,1)$ internally. This prevents supersaturated water states from pushing moisture
961
-
response multipliers above their intended maxima.
957
+
For moisture *dependency functions* (heterotrophic respiration, volatilization, and methanogenesis) and evapotranspiration, SIPNET uses the clipped ratio $f^*_{\text{WHC}}$. This prevents supersaturated water states from pushing moisture response multipliers above their intended maxima.
where $f_{\text{WHC}} = W_{\text{soil}} / W_{\text{WHC}}$ is the fraction of soil water holding capacity (soil water
1008
-
divided by WHC), and $b$ is the soil respiration moisture effect exponent. In implementation, this term is evaluated as
1009
-
$\left(\operatorname{clip}(f_{\text{WHC}},0,1)\right)^b$ when moisture dependency is active.
1003
+
where $b$ is the soil respiration moisture effect exponent. In implementation, this term is evaluated as $\left(f^*_{\text{WHC}}\right)^b$ when moisture dependency is active.
1010
1004
1011
1005
If the command-line option `ANAEROBIC` is on, the dependency is represented as a partition
0 commit comments