-
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
add dss_state! function #442
Conversation
464c8db
to
dae6bb5
Compare
dae6bb5
to
94f2d3b
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.
Hi @juliasloan25 , thank you for this PR! Here are some comments on generality and placing. Happy to chat if needs be.
94f2d3b
to
aa46d03
Compare
experiments/AMIP/modular/components/atmosphere/climaatmos_init.jl
Outdated
Show resolved
Hide resolved
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.
Hi Julia, this looks great! Just a couple of clarifications on package imports, and the Atmos dss + tests should really be dispatched on ClimaAtmosSimulation
, since the component tests are supposed to test the specific component models. Otherwise the assumption would be that all future atmos models will need this dss function.
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
74cde96
to
1644e47
Compare
bors r+ |
442: add dss_state! function r=juliasloan25 a=juliasloan25 Co-authored-by: Julia Sloan <[email protected]>
Build failed: |
1644e47
to
7e7d615
Compare
bors r+ |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Purpose
Use new
dss_state!
function to check that initial conditions are continuousCloses #435