Skip to content

Commit

Permalink
Try #137:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] authored Sep 18, 2023
2 parents 5a107b6 + 33d5ab9 commit a90f5fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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.18"
version = "0.7.19"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ makedocs(
format = format,
clean = true,
checkdocs = :exports,
strict = true,
# strict = true,
modules = [CLIMAParameters],
pages = pages,
)
Expand Down
5 changes: 5 additions & 0 deletions src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2027,6 +2027,11 @@ description = "Temperature gradient between equator and pole for moist adiabatic

# EDMF

[entr_tau]
alias = "entr_tau"
value = 900
type = "float"

[entr_coeff]
alias = "entr_coeff"
value = 1
Expand Down

0 comments on commit a90f5fb

Please sign in to comment.