Skip to content

Commit

Permalink
Add diffusion parameters
Browse files Browse the repository at this point in the history
Bump minor version
	modified:   Project.toml
	modified:   src/parameters.toml
  • Loading branch information
akshaysridhar committed Nov 20, 2023
1 parent 2d9831e commit 62fe57f
Show file tree
Hide file tree
Showing 2 changed files with 13 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 = "CLIMAParameters"
uuid = "6eacf6c3-8458-43b9-ae03-caf5306d3d53"
authors = ["Climate Modeling Alliance"]
version = "0.7.25"
version = "0.7.26"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
12 changes: 12 additions & 0 deletions src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,18 @@ description = "Emissivity of soil, approximated as context. Reference: CLM5 Docu

## Surface Fluxes

[richardson_critical]
alias = "Ri_crit_bulk"
value = 1.0
type = "float"
description = "Critical Richardson number, stable mixing cutoff. Ref: Frierson et al (2006) https://doi.org/10.1175/JAS3753.1"

[surface_layer_fraction]
alias = "f_b_surface"
value = 0.10
type = "float"
description = "Surface layer thickness as a fraction of the planetary boundary layer. Ref: Frierson et al (2006) https://doi.org/10.1175/JAS3753.1"

# Businger

[prandtl_number_0_businger]
Expand Down

0 comments on commit 62fe57f

Please sign in to comment.