Create new script to set cullCell#179
Conversation
|
@sbrus89, I think the new script didn't get |
|
@xylar, I just added it. |
|
@mark-petersen and @pwolfram, I know your availability is limited right now. Please make it a priority to review this (maybe just by inspection). I will make sure @sbrus89 and I test this carefully on the major test cases that use this script before it gets merged to |
|
This should remove this from the global_ocean workflow. From here, we can just add it back to the cases (i.e. Delaware Bay) where it is needed later on. |
mark-petersen
left a comment
There was a problem hiding this comment.
Approved by visual inspection. I agree this is what we want, so adding cull cells must be explicitly called. I see that you are not adding a call to inject_cullCell anywhere, which is fine. You are making the user add it by hand.
We believe that the Delaware Bay test case may need to call this new script but no current test cases need that capability. |
|
Thanks for the reviews while you're on travel! Much appreciated! |
|
Yes, please merge those two into ocean/develop today when you are ready. These are a small number of COMPASS changes, and we can do an E3SM PR for these and the added atmospheric forcing, which also has associated COMPASS changes. We are trying to keep E3SM PRs in small chunks of MPAS changes, but I think this group is reasonable. @xylar, @matthewhoffman and @jonbob, if you guys have time today, please proceed. I'm busy during the day, but could otherwise do it soon.
You can use this text for the PR description: and first comment, mention testing here: |
Create new script to set cullCell Currently, the cullCell variable is being set in the base_mesh step inside inject_bathymetry.py (MPAS-Dev#176). This PR puts this functionality in a new script, so it doesn't affect the global_ocean mesh creation.
TestingI tested the nightly regression suite on badger with GNU and this branch is bit-for-bit identical to the current |
Create new script to set cullCell Currently, the cullCell variable is being set in the base_mesh step inside inject_bathymetry.py (MPAS-Dev#176). This PR puts this functionality in a new script, so it doesn't affect the global_ocean mesh creation.
Create new script to set cullCell Currently, the cullCell variable is being set in the base_mesh step inside inject_bathymetry.py (MPAS-Dev#176). This PR puts this functionality in a new script, so it doesn't affect the global_ocean mesh creation.
Currently, the cullCell variable is being set in the base_mesh step inside inject_bathymetry.py (#176). This PR puts this functionality in a new script, so it doesn't affect the global_ocean mesh creation.
closes #176