-
Notifications
You must be signed in to change notification settings - Fork 105
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
New flowline diagnostics outputs and new signature for run_until_and_store()
#1308
Conversation
Hi Fabien, just a quick question. What do you mean by "to store model geometry" ? You mean to store each year the widths at each flowline points retrieved using thickness and bed shape |
Yes, the model geometry files that can be used to retrieve full glacier geometry using the |
Hello @fmaussion! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2021-10-29 09:13:59 UTC |
run_until_and_store()
This PR will change the signature of the
run_until_and_store()
method in a non backwards compatible way.FileModel
. Other things (such as retrieving diagnostics) is slow and tedious and is now better done with the new diagnostic file. With this change, they are now not written per default, i.e. users will need to set this explicitly if they need them e.g. for spinup runs (its only a global option change).store_fl_diagnostics
) which provide diagnostics along the flowlines (instead of aggregated at the glacier level). These files can then be used to retrieve elevation, widths, velocity, etc. for all grid points along the flowlines.Some work is needed to document this.