-
Notifications
You must be signed in to change notification settings - Fork 14
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
Support the Omega time
coordinate
#249
Conversation
Needs #231 and E3SM-Project/Omega#169 |
I was able to run the manufactured solution test case successfully, including analysis. However, without E3SM-Project/Omega#170, it doesn't behave correctly (as expected) and the convergence rate is terrible. |
Viz should be tested after #250 is merged and this gets rebased. |
51be5cb
to
bdd5ae4
Compare
b64edf8
to
c43e7df
Compare
TestingTested with manufactured solution on Chrysalis, see #231 (comment) |
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 suggested a minor change, which you can take or leave. I successfully ran the analysis step of manufactured_solution with this change.
This merge adds a function `time_since_start()` that converts `xtime` to seconds since the beginning of the simulation.
93e8fc4
to
7f79974
Compare
Retested with suggested changes using Omega on Chrysalis to run the manufactured_solution test case. |
Thank you, @cbegeman, for the review including the excellent suggested changes, which I have made. |
This merge fixes the manufactured solution analysis task in Omega by using the
time
coordinate instead of the MPAS-Oceanxtime
variable.It also attempts to use
time
in the viz step but testing is currently inhibited by #248Checklist
Testing
comment in the PR documents testing used to verify the changes