-
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
regrid_space
fix
#103
regrid_space
fix
#103
Conversation
6e5f989
to
f08959c
Compare
|
||
land_mask = ClimaCore.Fields.zeros(boundary_space) | ||
land_mask_t = ClimaCore.Fields.zeros(boundary_space_t) |
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.
Im curious about the _t subscript here :-)
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.
It stands for test. 😇 I know this file only a temporary way of testing, but it was overwriting the variables from the driver, which made debugging a bit harder. :-P
Looks great Lenka. as far as I can tell this removes the regrid space and replaces it with boundary_space in each case. If this fixes the plotting issue it is good to go! One minor fix - one of the regrid .g files slipped into the PR. |
arg fix arg fix rm regrid dir rm .g file
|
bors r+ |
PULL REQUEST
Purpose and Content
This fixes element order issues alter ClimaAtmos0.3.0 update.
Benefits and Risks
Linked Issues
Tests
PR Checklist