Closed xylar closed 1 month ago
This PR addresses the error found in https://github.com/E3SM-Project/Omega/issues/137.
I am able to run the 200km forward run from manufactured_solution
with this change on Chrysalis, whereas it failed without this change. (The check for output.nc
then fails as expected.)
@hyungyukang, would you be willing to review this fix as well? Perhaps you can test along with other testing you're doing anyway.
@hyungyukang, would you be willing to review this fix as well? Perhaps you can test along with other testing you're doing anyway.
Yes. I will test this PR as well!
Thanks, @hyungyukang!
In the
manufactured_solution
test, this needs to beRungeKutte4
. (I'm not worrying about other tests yet.)Checklist
Testing
comment in the PR documents testing used to verify the changes