From 58c31aa22432a0187426a0cf232fa7aaaeb3c703 Mon Sep 17 00:00:00 2001 From: akshaysridhar Date: Thu, 25 Jul 2024 13:26:24 -0700 Subject: [PATCH] modified: src/parameters.toml modified: Project.toml modified: NEWS.md --- NEWS.md | 5 +++++ Project.toml | 2 +- src/parameters.toml | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) 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]