Skip to content

Commit

Permalink
Add additional ARG2000 parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailmints committed Sep 4, 2023
1 parent 610e0d7 commit 3cb9470
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 3cb9470

Please sign in to comment.