-
Notifications
You must be signed in to change notification settings - Fork 19
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
Added RCEMIPII plane sst #3157
Added RCEMIPII plane sst #3157
Conversation
7f0556e
to
d945548
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.
This looks good. But I think it would be better if we make the surface_temperature function dispatch on both sfc_temperature and model_config. This way we can have only one RCEMIPII surface temperature type, but work for the sphere or box. It also help avoid the case that e.g. some users use the sphere SST for a box setup. If it is too complicated, we can get this in and refactor it in a separate PR.
ff69f57
to
9acf505
Compare
ce2489b
to
396b1c7
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.
Pending buildkite check; but code changes LGTM. Thanks @cmschmitt519.
396b1c7
to
0d78d33
Compare
Surface condition dispatches on sfc_temp and model_config Added buildkite test add diagnostic variable remove model_config
0d78d33
to
06ddc5d
Compare
Purpose
Add RCEMIPII plane sst distribution
To-do
Content
Previously, all box models with prescribed surface temp were automatically set to 300K. I kept this logic except for the RCEMIPII case