-
Notifications
You must be signed in to change notification settings - Fork 5
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
move max_supersaturation to namelist #42
Conversation
Codecov Report
@@ Coverage Diff @@
## main #42 +/- ##
========================================
- Coverage 0.02% 0.02% -0.01%
========================================
Files 22 22
Lines 3527 3530 +3
========================================
Hits 1 1
- Misses 3526 3529 +3
Continue to review full report at Codecov.
|
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.
LGTM!
@charleskawczynski I wonder what the codecov failure is? |
No need to worry about codecov because we have no tests in runtests.jl. We could probably turn it off, but it’ll be useful once we start adding unit tests |
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.
LGTM
bors r+ |
This is one step towards moving the microphysics parameters to the namelist, so that we can use the calibration pipeline for those parameters. I have confirmed the results using the rain_model = 'cutoff' are the same after this change. @trontrytel @charleskawczynski Could you please take a look and let me know whether it makes sense? Thanks!