-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add ML calibrated ARG2000 parameters #325
Conversation
51c1f7f
to
efe797a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #325 +/- ##
=======================================
Coverage 98.66% 98.66%
=======================================
Files 33 33
Lines 1047 1047
=======================================
Hits 1033 1033
Misses 14 14 ☔ View full report in Codecov by Sentry. |
src/parameters/toml/ARG2000.toml
Outdated
[ARG2000_f_coeff_1] | ||
value = 0.26583888195264627 | ||
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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now only the new value is required for overrides. Up to you!
[ARG2000_f_coeff_1] | |
value = 0.26583888195264627 | |
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_f_coeff_1] | |
value = 0.26583888195264627 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thats great. I like the short version. We shouldn't duplicate places where we define things.
efe797a
to
42e8c97
Compare
This PR adds the PySDM calibrated parameters to a toml file that we can use if we want to overwrite the default values. I add the overwritten option to some of the tests.