-
Notifications
You must be signed in to change notification settings - Fork 354
Add a daily output test case to QU240 #535
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 a daily output test case to QU240 #535
Conversation
This test case outputs the same fields as E3SM timeSeriesStatsMonthly but is meant to be cheaper to run (since it only requires a day, not a month, of simulation). The test case will be used to make sure MPAS-Ocean output is CF compliant.
@wenshanw, could you see if you can add my fork, check out this branch, build and do a test run? Here are the steps I would recommend (keeping in mind that I might have forgotten some):
Do one of the following two options:
From here, it's the same with either approach:
Figure out the numbers for the
These instructions quite likely aren't perfect, so please let me know if you run into trouble or corrections are needed. Please run the
I wouldn't worry about CF-compliance just yet, I just want to make sure you can get this far. Then, we can merge this new test case to |
@mark-petersen, if you could run a quick test of |
@xylar I think it is good to have a test for timeSeriesStats. But is there a reason we can't evaluate CF compliance in a standard output file with other streams? Should we look at both? |
Yes, that's the plan. @wenshanw is starting with the |
Thank you, @xylar!
I conda installed mpas_tools. It didn't help. |
@wenshanw, I think I know what the issue is. You will need to install the latest
This should give you the latest compass environment and it should work with what you have. You can find out what compass is needed by looking at either of these files:
on your particular branch. I this case, it will say 0.1.3 is needed but there is no harm in using 0.1.4 instead, since it is backwards compatible and the changes are very minor. Sorry about that! I can understand that this is confusing. |
@xylar Yes! It solves the problem! 🙇♀️🙇♀️🙇♀️ It all worked out. |
Great, @wenshanw! Glad that worked. I'll wait for @mark-petersen to test this an merge to |
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.
I gave it a quick test. Looks great, thanks!
…velop Add a daily output test case to QU240 MPAS-Dev#535 This test case outputs the same fields as E3SM timeSeriesStatsMonthly but is meant to be cheaper to run (since it only requires a day, not a month, of simulation). The test case will be used to make sure MPAS-Ocean output is CF compliant.
This test case outputs the same fields as E3SM
timeSeriesStatsMonthly
but is meant to be cheaper to run (since it only requires a day, not a month, of simulation).The test case will be used to make sure MPAS-Ocean output is CF compliant.