-
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
Generalize atmos_init to dry and no radiation cases #754
Conversation
2a3339e
to
f41929c
Compare
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.
Looks good! I especially like the directory setup change :) I noticed that we're using COUPLER_OUTPUT_DIR/COUPLER_REGRID_DIR
in test/regridder_tests.jl too, would you mind changing that to use this new structure as well?
I was also concerned about some of the helper functions allocating new fields. If you want, we can brainstorm together how to avoid that
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.
Looks good! Just one note about removing the zero_scalar_...
functions, but after that I think this is good to go
069226f
to
081d54a
Compare
081d54a
to
c76c080
Compare
closes #753