Skip to content

Commit

Permalink
Add bucket model parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Feb 26, 2024
1 parent 939b885 commit 455f145
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ClimaParams"
uuid = "5c42b081-d73a-476f-9059-fd94b934656c"
authors = ["Climate Modeling Alliance"]
version = "0.10.0"
version = "0.10.1"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
37 changes: 37 additions & 0 deletions src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,43 @@ value = 2.01e6
type = "float"
description = "Source: Balland and Arp (2005)"

# Bucket Model

[soil_conductivity]
value = 1.5
type = "float"
description = "Conductivity of the soil (W/K/m); constant. Source: SLIM model (Laguë et al 2019)"

[soil_heat_capacity]
value = 2e6
type = "float"
description = "Volumetric heat capacity of the soil (J/m^3/K). Source: SLIM model (Laguë et al 2019)"

[critical_snow_water_equivalent]
value = 0.05
type = "float"
description = "Critical σSWE amount (m) where surface transitions to snow-covered. Source: SLIM model (Laguë et al 2019)"

[land_bucket_capacity]
value = 0.2
type = "float"
description = "Capacity of the land bucket (m). Source: SLIM model (Laguë et al 2019)"

[critical_snow_fraction]
value = 0.0
type = "float"
description = "Fraction of critical amount of snow at which sublimation β begins to decay to zero (unitless). Source: SLIM model (Laguë et al 2019)"

[bucket_capacity_fraction]
value = 0.75
type = "float"
description = "Fraction of bucket capacity at which evaporation β begins to decay to zero (unitless). Source: SLIM model (Laguë et al 2019)"

[bucket_beta_decay_exponent]
value = 1
type = "float"
description = "Exponent used in β decay (unitless). Source: SLIM model (Laguë et al 2019)"

## Surface Fluxes

[richardson_critical]
Expand Down

0 comments on commit 455f145

Please sign in to comment.