-
Notifications
You must be signed in to change notification settings - Fork 26
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
Checkpoint and restart #1
Comments
Could you elaborate on this? I think they're halfway in for the 2D and 3D code. |
Yes, I think there's a capability to restart from a fort.q file, which seemed like a reasonable thing to do for a single-grid run at least as long as the full solution is printed out to full accuracy (which I think it is by the default outN.f routines). This is probably sufficient, we should just make sure it still works and also add for 1d. amrclaw now has various options for specifying how often to dump all the information about grids needed to do a restart, see checkpt_style at the bottom of I could move the discussion of the checkpt_style parameter to the description of amrclaw parameters rather than the general setrun documentation. |
All the checkpoint parameters are being included in the classic data structures so are identical to the AMRClaw/GeoClaw checkpoint parameters. |
Absorbing layer updates
checkpoint and restart capabilities should eventually be added.
The text was updated successfully, but these errors were encountered: