diff --git a/NEWS.md b/NEWS.md index 426c0a99..09ec6e37 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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)) diff --git a/Project.toml b/Project.toml index 235084a8..2eb53988 100644 --- a/Project.toml +++ b/Project.toml @@ -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" diff --git a/src/parameters.toml b/src/parameters.toml index 828ca28a..ad41fc3a 100644 --- a/src/parameters.toml +++ b/src/parameters.toml @@ -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]