Skip to content

Commit

Permalink
spatially varying biogeochemistry consistent with soil [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdeck committed Jul 11, 2024
1 parent 30f8002 commit e1e316e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ClimaLand.jl Release Notes

main
--------
- PR[#690] Use the soil parameters in creating the biogeochemistry SoilMet driver for consistency.

v0.13.0
--------
Expand Down
3 changes: 3 additions & 0 deletions src/standalone/Soil/Biogeochemistry/co2_parameterizations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ values of `T_ref` and `P_ref` (273 K and 101325 Pa). Here, `θ_a` is the
volumetric air content and `θ_a100` is the volumetric air content
at a soil water potential of
100cm, and b is the pore size distribution of the soil.
This parameterization is from Ryan et al., GMD 11, 1909-1928, 2018,
https://doi.org/10.5194/gmd-11-1909-2018.
"""
function co2_diffusivity(
T_soil::FT,
Expand Down

0 comments on commit e1e316e

Please sign in to comment.