Skip to content

Commit

Permalink
Merge pull request #180 from CliMA/ne/eh_params
Browse files Browse the repository at this point in the history
Add EnergyHydrology Parameters
  • Loading branch information
nefrathenrici authored Feb 26, 2024
2 parents 00f531f + 9a3d87e commit 939b885
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,58 @@ value = 0.96
type = "float"
description = "Emissivity of soil, approximated as context. Reference: CLM5 Documentation, 2020. "

# Energy Hydrology Parameters

[soil_momentum_roughness_length]
value = 0.01
type = "float"
description = "Source: CLM Tech note 5"

[soil_scalar_roughness_length]
value = 0.007
type = "float"
description = "Source: CLM Tech note 5, using u* of 5m/s"

[snow_momentum_roughness_length]
value = 0.0024
type = "float"
description = "Source: CLM Tech note 5"

[snow_scalar_roughness_length]
value = 0.08
type = "float"
description = "Source: CLM Tech note 5, using u* of 5m/s"

[particle_density_quartz]
value = 2.66e3
type = "float"
description = "Source: Hillel (1982), De Vries (1966)"

[particle_density_minerals]
value = 2.65e3
type = "float"
description = "Source: Hillel (1982)"

[particle_density_organic_matter]
value = 1.3e3
type = "float"
description = "Source: Hillel (1982)"

[vol_heat_capacity_quartz]
value = 2.01e6
type = "float"
description = "Source: Balland and Arp (2005)"

[vol_heat_capacity_organic_matter]
value = 2.51e6
type = "float"
description = "Source: Balland and Arp (2005)"

[vol_heat_capacity_minerals]
value = 2.01e6
type = "float"
description = "Source: Balland and Arp (2005)"

## Surface Fluxes

[richardson_critical]
Expand Down

0 comments on commit 939b885

Please sign in to comment.