From 6246ea069586a8eefd1d683187735fbc931bf49c Mon Sep 17 00:00:00 2001 From: Rowan Orlijan-Rhyne Date: Thu, 17 Aug 2023 13:52:23 -0700 Subject: [PATCH 1/2] fixing p3 mass params, adding area --- src/parameters.toml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/src/parameters.toml b/src/parameters.toml index 848b31cd..cee4e8e1 100644 --- a/src/parameters.toml +++ b/src/parameters.toml @@ -1198,15 +1198,22 @@ description = "Exponent in power law for mass grown by vapor diffusion and aggre [BF1995_mass_coeff_alpha] alias = "α_va_BF1995" -value = 0.018537721864540644 +value = 7.38e-11 type = "float" -description = "Coefficient in power law for mass grown by vapor diffusion and aggregation from Brown and Francis 1995--used in P3 Scheme (Morrison and Milbrandt 2015) [kg/mβ_va]." +description = "Coefficient in power law for mass grown by vapor diffusion and aggregation from Brown and Francis 1995--used in P3 Scheme (Morrison and Milbrandt 2015) [g/μmβ_va]. To adjust units into kg and m, see the P3 Scheme documentation." -[MM2015_D_th] -alias = "D_th_MM2015" -value = 9.728093468486627e-5 +[M1996_area_exponent_sigma] +alias = "σ_M1996" +value = 1.88 type = "float" -description = "Threshold particle dimension from Morrison and Milbrandt 2015 between small spherical and large, nonspherical unrimed ice [m]." +description = "Exponent in power law for the area of ice side plane, column, bullet, and planar polycrystal aggregates in Mitchell 1996--used in P3 Scheme (Morrison and Milbrandt 2015) [-]." + +[M1996_area_coeff_gamma] +alias = "γ_M1996" +value = 0.2285 +type = "float" +description = "Coefficient in power law for the area of ice side plane, column, bullet, and planar polycrystal aggregates in Mitchell 1996--used in P3 Scheme (Morrison and Milbrandt 2015) [μm^(2-σ_M1996)]. To adjust units into m and m2, see the P3 Scheme documentation." + # Microphysics - Aerosol activation From 763c2f0d42b8b2e65c95aaf71882f49106f0aeb3 Mon Sep 17 00:00:00 2001 From: Anna Jaruga Date: Thu, 17 Aug 2023 14:24:17 -0700 Subject: [PATCH 2/2] bump version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b8f8cfd6..40465b72 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.9" +version = "0.7.10" [deps] DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"