Skip to content

Commit

Permalink
modified: src/parameters.toml
Browse files Browse the repository at this point in the history
	modified:   Project.toml
	modified:   NEWS.md
  • Loading branch information
akshaysridhar committed Jul 25, 2024
1 parent 09cb45c commit 58c31aa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ ClimaParams.jl Release Notes
main
------

v0.10.10
------
- Add parameters for surface wind gustiness ([#201](https://github.com/CliMA/ClimaParams.jl/pull/201))
- Update default values for edmf parameters ([#200](https://github.com/CliMA/ClimaParams.jl/pull/200))

v0.10.9
------
- Add parameters for RCEMIP surface temperature distribution ([#199](https://github.com/CliMA/ClimaParams.jl/pull/199))
Expand Down
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.9"
version = "0.10.10"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
5 changes: 5 additions & 0 deletions src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,11 @@ value = 0.1
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"

[gustiness]
value = 1.0
type = "float"
description = "Near-surface gustiness[m/s]."

# Businger

[prandtl_number_0_businger]
Expand Down

0 comments on commit 58c31aa

Please sign in to comment.