-
Notifications
You must be signed in to change notification settings - Fork 49
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
Refactor valout
routine
#202
Conversation
Also remove extraneous variable from 2D.
This PR now incorporates the recording of timing as outlined in clawpack/geoclaw#280. A couple of things:
Once this is figured out we can also add this to GeoClaw. |
Yes, I think what now appears at the end of I like the I will update my The original point of this PR was to support HDF5, is this part fully working? |
|
We also need a column in |
Does the line |
I modified the end of |
required adding new module variable to amr_module.f90
Note that timing is done differently in 1d than 2d, does not yet support restart
As in 1d, this needs further work to allow restart
Don't merge until mandli#2 is merged in to this. |
modify timing output to add output_time and total_wall_time
This refactor is the basis of an effort to add other output formats, in particular either HDF5, SILO, and/or NetCDF.