Skip to content

Commit

Permalink
Add diagnostic covariance coeff, change turbulent entrainment paramet…
Browse files Browse the repository at this point in the history
…er vec default
  • Loading branch information
costachris committed Aug 14, 2024
1 parent d05f51c commit a2777a6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
ClimaParams.jl Release Notes
========================

v0.10.12
------
- Add diagnostic covariance coeff, change turbulent entrainment parameter vec default ([#204](https://github.com/CliMA/ClimaParams.jl/pull/204))

v0.10.11
------
- Add data-driven entrainment parameter vector ([#202](https://github.com/CliMA/ClimaParams.jl/pull/202))
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.11"
version = "0.10.12"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
7 changes: 6 additions & 1 deletion src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2249,7 +2249,7 @@ type = "float"
description = "Data-driven entrainment parameter vector"

[turb_entr_param_vec]
value = [1.0, 1.0, 1.0]
value = [0.0, 0.0, 0.0]
type = "float"
description = "Data-driven turbulent entrainment parameter vector"

Expand Down Expand Up @@ -2468,6 +2468,11 @@ value = "diagnostic"
type = "string"
description = "Edmf covaraince model choice. Valid options are diagnostic (default) and prognostic."

[diagnostic_covariance_coeff]
value = 2.1
type = "float"
description = "Prefactor used in turbulent production term of EDMF covariance equation."

[EDMF_thermodynamics_diagnostic_covar_limiter]
value = 0.001
type = "float"
Expand Down

0 comments on commit a2777a6

Please sign in to comment.