-
Notifications
You must be signed in to change notification settings - Fork 38
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 monthly output test and update daily output test to match #411
Conversation
@darincomeau, in the daily output, I copied and pasted the
after building the model. The fields are not in the order you specified them in the registry because MPAS seems to put them in the order |
TestingI ran both tests on my laptop using @darincomeau's branch that updates
I used cached versions of the mesh and init steps (98 and 99) to save a little time. Both tests ran successfully and I verified that a handful of the new variables (e.g. |
@darincomeau, could you give this a try (e.g. on Anvil)? Clone compass, add my remote, make a worktree for this branch, and hard reset:
Now make a new environment for this testing (and install Miniconda3 if you don't already have it), using the default compiler and MPI (Intel and Intel-MPI):
Assuming that works, source the load script:
Now build standalone MPAS-Ocean in your E3SM branch, e.g.
Now, you can set up the compass tests:
My work directory would be Finally, submit the job:
You can also run on an interactive node, of course. |
This can be used to test the `timeSeriesStatsMonthly` analysis member.
09d53de
to
57d23ab
Compare
Thanks for the detailed instructions @xylar - worked flawlessly!
|
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.
Approve based on above testing.
Thanks @darincomeau. I'll merge this once E3SM-Project/E3SM#5026 goes in and the |
This merge adds a test for
timeSeriesStatsMonthly
on the QU240 mesh. It also updates the stream for the equivalenttimeSeriesStatsDaily
stream to match.A shorter time step (30 minutes) is needed for the QU240 run to make it through a one-month simulation.
This merge requires E3SM-Project/E3SM#5026