Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove and rename some parameters #155

Merged
merged 1 commit into from
Dec 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 6 additions & 60 deletions src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -808,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 @@ -1832,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 @@ -2121,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 @@ -2151,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
Loading