Skip to content

Commit

Permalink
Merge #127
Browse files Browse the repository at this point in the history
127: Add ARG2000 parameters r=trontrytel a=mikhailmints



Co-authored-by: Mikhail Mints <mikhail.mintsv@gmail.com>
  • Loading branch information
bors[bot] and mikhailmints authored Aug 21, 2023
2 parents 523c63b + 589122c commit 12d8b11
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
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.12"
version = "0.7.13"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
18 changes: 18 additions & 0 deletions src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1421,6 +1421,24 @@ value = 0.53
type = "float"
description = "Hygroscopicity parameter kappa for sulfate aerosol [-], see: doi.org/10.5194/acp-7-1961-2007"

[ARG2000_f_coeff_1]
alias = "f_coeff_1_ARG2000"
value = 0.5
type = "float"
description = "Scaling coefficient for an empirically determined functional dependence in Abdul-Razzak and Ghan, 2000. Unitless. DOI: https://doi.org/10.1029/1999JD901161"

[ARG2000_f_coeff_2]
alias = "f_coeff_2_ARG2000"
value = 2.5
type = "float"
description = "Scaling coefficient for an empirically determined functional dependence in Abdul-Razzak and Ghan, 2000. Unitless. DOI: https://doi.org/10.1029/1999JD901161"

[ARG2000_g_coeff]
alias = "g_coeff_ARG2000"
value = 0.25
type = "float"
description = "Scaling coefficient for an empirically determined functional dependence in Abdul-Razzak and Ghan, 2000. Unitless. DOI: https://doi.org/10.1029/1999JD901161"

# Microphysics - Modal aerosol model

[mam3_stdev_coarse]
Expand Down

2 comments on commit 12d8b11

@trontrytel
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/90055

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.13 -m "<description of version>" 12d8b11fc4ab67deb4684818a295b244f2e7d3b2
git push origin v0.7.13

Please sign in to comment.