Skip to content

Commit

Permalink
Add SoilCO2Model Land parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Feb 17, 2024
1 parent 1f3cf67 commit 33aaf21
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,63 @@ value = 0.05336251
type = "float"
description = "Constant describing cost of maintaining electron transport (unitless)"

# SoilCO2Model

[CO2_diffusion_coefficient]
value = 1.39e-5
type = "float"
description = "Diffusion coefficient for CO₂ in air at standard temperature and pressure (m² s⁻¹)"

[soilCO2_absval_slope]
value = 4.547
type = "float"
description = "Absolute value of the slope of the line relating log(ψ) versus log(θ) (unitless)"

[soil_C_substrate_diffusivity]
value = 3.17
type = "float"
description = "Diffusivity of soil C substrate in liquid (unitless)"

[soilCO2_pre_expontential_factor]
value = 194e3
type = "float"
description = "Pre-exponential factor (kg C m-3 s-1)"

[soilCO2_activation_energy]
value = 61e3
type = "float"
description = "Activation energy (J mol-1)"

[michaelis_constant]
value = 5e-3
type = "float"
description = "Michaelis constant (kg C m-3)"

[O2_michaelis_constant]
value = 0.004
type = "float"
description = "Michaelis constant for O2 (m3 m-3)"

[O2_volume_fraction]
value = 0.209
type = "float"
description = "Volumetric fraction of O₂ in the soil air, dimensionless"

[oxygen_diffusion_coefficient]
value = 1.67
type = "float"
description = "Diffusion coefficient of oxygen in air, dimensionless"

[soluble_soil_carbon_fraction]
value = 0.024
type = "float"
description = "Fraction of soil carbon that is considered soluble, dimensionless"

[co2_diffusion_porosity_n100]
value = 0.1816
type = "float"
description = "Air-filled porosity at soil water potential of -100 cm H₂O (~ 10 Pa)"

# Soil model

[thermal_conductivity_of_quartz]
Expand Down

0 comments on commit 33aaf21

Please sign in to comment.