Skip to content

Commit

Permalink
Merge branch 'main' into glw/single-column-example
Browse files Browse the repository at this point in the history
  • Loading branch information
glwagner authored Jan 8, 2024
2 parents 6500892 + 0aae724 commit 945f3a5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 61 deletions.
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.25"
version = "0.7.26"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
78 changes: 18 additions & 60 deletions src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,18 @@ description = "Emissivity of soil, approximated as context. Reference: CLM5 Docu

## Surface Fluxes

[richardson_critical]
alias = "Ri_crit_bulk"
value = 1.0
type = "float"
description = "Critical Richardson number, stable mixing cutoff. Ref: Frierson et al (2006) https://doi.org/10.1175/JAS3753.1"

[surface_layer_fraction]
alias = "f_b_surface"
value = 0.1
type = "float"
description = "Surface layer thickness as a fraction of the planetary boundary layer. Ref: Frierson et al (2006) https://doi.org/10.1175/JAS3753.1"

# Businger

[prandtl_number_0_businger]
Expand Down Expand Up @@ -796,60 +808,6 @@ alias = "k_thrshld_stpnss"
value = 2.0
type = "float"

[SB2001_Long_collection_kernel_coeff_kc]
alias = "kc_SB2001"
value = 9.44e9
type = "float"
description = "Long's collection kernel constant [m^3 kg^-2 s^-1]. From Seifer and Beheng, 2001. DOI: 10.1016/S0169-8095(01)00126-0."

[SB2001_Long_collection_kernel_coeff_kr]
alias = "kr_SB2001"
value = 5.78
type = "float"
description = "Long's collection kernel constant [m^3 kg^-1 s^-1]. From Seifer and Beheng, 2001. DOI: 10.1016/S0169-8095(01)00126-0."

[SB2001_cloud_rain_mass_threshold]
alias = "xstar_SB2001"
value = 2.6e-10
type = "float"
description = "Drop mass separting cloud and rain portions of the spectrum [kg]. From Seifer and Beheng, 2001. DOI: 10.1016/S0169-8095(01)00126-0."

[SB2001_cloud_gamma_distribution_parameter]
alias = "ν_SB2001"
value = 2
type = "float"
description = "Gamma distibution parameter.Unitless. From Seifer and Beheng, 2001. DOI: 10.1016/S0169-8095(01)00126-0."

[SB2001_autoconversion_correcting_function_coeff_A]
alias = "A_phi_au_SB2001"
value = 600.0
type = "float"
description = "Parameter for the universal function that corrects the autoconversion rate. Unitless. From Seifer and Beheng, 2001. DOI: 10.1016/S0169-8095(01)00126-0."

[SB2001_autoconversion_correcting_function_coeff_a]
alias = "a_phi_au_SB2001"
value = 0.68
type = "float"
description = "Parameter for the universal function that corrects the autoconversion rate. Unitless. From Seifer and Beheng, 2001. DOI: 10.1016/S0169-8095(01)00126-0."

[SB2001_autoconversion_correcting_function_coeff_b]
alias = "b_phi_au_SB2001"
value = 3
type = "float"
description = "Parameter for the universal function that corrects the autoconversion rate. Unitless. From Seifer and Beheng, 2001. DOI: 10.1016/S0169-8095(01)00126-0."

[SB2001_accretion_correcting_function_coeff_tau0]
alias = "τ_0_phi_ac_SB2001"
value = 5e-4
type = "float"
description = "Parameter for the universal function that corrects the accretion rate. Unitless. From Seifer and Beheng, 2001. DOI: 10.1016/S0169-8095(01)00126-0."

[SB2001_accretion_correcting_function_coeff_c]
alias = "c_phi_ac_SB2001"
value = 4
type = "float"
description = "Parameter for the universal function that corrects the accretion rate. Unitless. From Seifer and Beheng, 2001. DOI: 10.1016/S0169-8095(01)00126-0."

[SB2006_collection_kernel_coeff_kcc]
alias = "kcc_SB2006"
value = 4.44e9
Expand Down Expand Up @@ -1820,8 +1778,8 @@ alias = "microph_scaling_accr"
value = 1.0
type = "float"

[microph_scaling]
alias = "microph_scaling"
[microph_scaling_evap]
alias = "microph_scaling_evap"
value = 1.0
type = "float"

Expand Down Expand Up @@ -2109,8 +2067,8 @@ description = "Temperature gradient between equator and pole for moist adiabatic

# EDMF

[entr_tau]
alias = "entr_tau"
[entr_inv_tau]
alias = "entr_inv_tau"
value = 900
type = "float"
description = "Entrainment timescale"
Expand Down Expand Up @@ -2139,8 +2097,8 @@ value = 10
type = "float"
description = "Constant coefficient for the exponent in the minimum area limiter term in entrainment. Parameter not described in the literature."

[detr_tau]
alias = "detr_tau"
[detr_inv_tau]
alias = "detr_inv_tau"
value = 900
type = "float"
description = "Detrainment timescale"
Expand Down

0 comments on commit 945f3a5

Please sign in to comment.