From 3cb94704293da982010908b380a74d4d3c73d7ab Mon Sep 17 00:00:00 2001 From: Mikhail Mints Date: Sun, 3 Sep 2023 21:46:45 -0400 Subject: [PATCH] Add additional ARG2000 parameters --- src/parameters.toml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/src/parameters.toml b/src/parameters.toml index 356f74a0..8ff12dc0 100644 --- a/src/parameters.toml +++ b/src/parameters.toml @@ -1433,12 +1433,30 @@ 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" +[ARG2000_g_coeff_1] +alias = "g_coeff_1_ARG2000" +value = 1.0 +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_2] +alias = "g_coeff_2_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" +[ARG2000_pow_1] +alias = "pow_1_ARG2000" +value = 1.5 +type = "float" +description = "Power of (zeta / eta) for an empirically determined functional dependence in Abdul-Razzak and Ghan, 2000. Unitless. DOI: https://doi.org/10.1029/1999JD901161" + +[ARG2000_pow_2] +alias = "pow_2_ARG2000" +value = 0.75 +type = "float" +description = "Power of (S_m^2 / (zeta + 3 * eta)) 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]