From 589122c7c140094fd5b74f32269a79ba51b1ef3b Mon Sep 17 00:00:00 2001 From: Mikhail Mints Date: Sun, 20 Aug 2023 23:54:05 -0700 Subject: [PATCH] Add ARG2000 parameters, bump version --- Project.toml | 2 +- src/parameters.toml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 24b07dff..fa6fa77c 100644 --- a/Project.toml +++ b/Project.toml @@ -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" diff --git a/src/parameters.toml b/src/parameters.toml index edf4a9af..d3b11f08 100644 --- a/src/parameters.toml +++ b/src/parameters.toml @@ -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]