Skip to content

Commit

Permalink
Merge #138
Browse files Browse the repository at this point in the history
138: Swap held suarez T equator r=nefrathenrici a=nefrathenrici

This fixes a mistake with these two parameters - their values are reversed.

Co-authored-by: nefrathenrici <nat.henrici@gmail.com>
  • Loading branch information
bors[bot] and nefrathenrici authored Sep 19, 2023
2 parents 1a30aec + cb086fe commit 088cb07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.19"
version = "0.7.20"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
4 changes: 2 additions & 2 deletions src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1985,13 +1985,13 @@ description = "viscous sponge coefficient"

[held_suarez_T_equator_dry]
alias = "T_equator_dry"
value = 294
value = 315
type = "float"
description = "Equator temperature. See Held and Suarez (1994) https://doi.org/10.1175/1520-0477(1994)075%3C1825:APFTIO%3E2.0.CO;2"

[held_suarez_T_equator_wet]
alias = "T_equator_wet"
value = 315
value = 294
type = "float"
description = "Equator temperature. See Held and Suarez (1994) https://doi.org/10.1175/1520-0477(1994)075%3C1825:APFTIO%3E2.0.CO;2"

Expand Down

2 comments on commit 088cb07

@nefrathenrici
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/91717

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.20 -m "<description of version>" 088cb070c767fc82caf1d18d7b8c2521c731e848
git push origin v0.7.20

Please sign in to comment.