-
Notifications
You must be signed in to change notification settings - Fork 20
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
Making everything use a single structure #173
Conversation
Changed the id and path of the output to match the way SpeedyWeather does it
Adding new runid
Matching the upstream repo
Just correcting the error with path versus outpath, restoring the name initpath in Parameters, all else the same
Matches the results from before changing the code
fixed that here
…/ShallowWaters.jl into add-new-integration
Removed redundant functions, fixed .gitignore
Also can you delete the |
With cd0cb6a I've just added Checkpointing.jl to extensions, do we need to do the same for Enzyme? Stupid me did that without a pull request, so I've switched on branch protection for main (requires a pull request and checks to pass) |
So you can add Checkpointing specific functions that should only load/overload when |
Did you mean to close this @swilliamson7 ? |
Yes :) |
I think I've addressed all the comments from before, and that this code will run the same as your original code. If you could review the changes again when you have a moment that would be amazing! I've tried to double and triple check that everything will still run, but it's always possible I missed something. I think the other main change was to
output.jl
, I find that the way I've adjusted it still works consistently (knock on wood) but I feel like I remember you finding times it would break?