diff --git a/NEWS.md b/NEWS.md index ab2233bf..4df1633a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,10 @@ ClimaParams.jl Release Notes ======================== +v0.10.15 +-------- +- Add snow aspect ratio coefficients for Chen et al 2022 terminal velocity parameterization ([#211](https://github.com/CliMA/ClimaParams.jl/pull/211)) + v0.10.14 ------ - Remove all dependencies ([#208](https://github.com/CliMA/ClimaParams.jl/pull/208)) diff --git a/Project.toml b/Project.toml index cf189716..91b4314d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ClimaParams" uuid = "5c42b081-d73a-476f-9059-fd94b934656c" authors = ["Climate Modeling Alliance"] -version = "0.10.14" +version = "0.10.15" [deps] TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" diff --git a/src/parameters.toml b/src/parameters.toml index ef3d64a5..bf308e48 100644 --- a/src/parameters.toml +++ b/src/parameters.toml @@ -121,7 +121,7 @@ description = "Constant describing cost of maintaining electron transport (unitl # SoilCO2Model [kg_C_to_mol_CO2_factor] -value = 83.26 +value = 83.26 type = "float" description = "Conversion factor from kg C to mol CO2" @@ -321,7 +321,7 @@ value = 1 type = "float" description = "Exponent used in β decay (unitless). Source: SLIM model (Laguë et al 2019)" -# Snow +# Snow [snow_density] value = 200 @@ -370,7 +370,7 @@ value = 0.97 type = "float" description = "Emissivity of the canopy" -# Medlyn Conductance +# Medlyn Conductance [relative_diffusivity_of_water_vapor] value = 1.6 @@ -906,6 +906,16 @@ value = 0 type = "float" description = "1-moment microphysics snow terminal velocity(radius) coefficient [-]" +[snow_aspect_ratio] +value = 0.15 +type = "float" +description = "assumed aspect ratio in 1-moment microphysics for snow [-]" + +[snow_aspect_ratio_coefficient] +value = 0.3333333333333333 +type = "float" +description = "power law coeff. for terminal velocity dependence on snow aspect ratio from Chen et al 2022 [-]" + [cloud_liquid_rain_collision_efficiency] value = 0.8 type = "float" @@ -1611,12 +1621,12 @@ description = "Limiter for shape parameter mu for ice in P3 scheme. See eq 3 in [p3_ventillation_a] value = 0.78 -type = "float" -description = "a coefficient for ventillation factor calculations in p3 tendencies, unitless. From Seifert and Beheng, 2006. DOI: 10.1007/s00703-005-0112-4" +type = "float" +description = "a coefficient for ventillation factor calculations in p3 tendencies, unitless. From Seifert and Beheng, 2006. DOI: 10.1007/s00703-005-0112-4" -[p3_ventiallation_b] +[p3_ventiallation_b] value = 0.308 -type = "float" +type = "float" description = "b coefficient for ventillation factor calculations in p3 tendencies, unitless. From Seifert and Beheng, 2006. DOI: 10.1007/s00703-005-0112-4" # Microphysics - Aerosol activation