-
Notifications
You must be signed in to change notification settings - Fork 5
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
Time Stepping design doc #94
Time Stepping design doc #94
Conversation
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.
@mark-petersen, I think this looks good. I just have one comment about adding a temporal convergence study to the testing section.
Please review when you get a chance: @sbrus89 @mwarusz @hyungyukang I would like to make any revisions and merge this week. |
Looks good. I have a comment regarding rhs functions that depend explicitly on time. I remember that in MPAS-O the RK4 scheme had some issues with that. Can we add treating this properly as a required or desired capability ? The description of the forward/backward scheme also doesn't treat this case, but it is needed for the manufactured solution test. |
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.
Looks good, @mark-petersen. Thanks!
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.
@mark-petersen , Overall, all look great. I left a comment on adding other time stepping methods. We can add more later together after merging.
Co-authored-by: Hyun-Gyu Kang <47987430+hyungyukang@users.noreply.github.com>
The time stepping design document for Omega-0. During this review, the documentation is available here for convenient viewing.
Checklist