-
Notifications
You must be signed in to change notification settings - Fork 25
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
Feature/update regridding docs #205
Feature/update regridding docs #205
Conversation
I plan on testing out the instructions in this PR's doc updates. I'll give the go ahead to merge when I'm done. |
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.
This looks okay upon reading. I'm going to merge and clean up as needed post-merge.
$ python -m gcpy.regrid_restart_file \ | ||
GEOSChem.Restart.20190701_0000z.c48 \ | ||
c48_to_c120_stretched_weights.nc \ | ||
GEOSChem.Restart.20190701_0000z.c48 |
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.
Shouldn't this also have stretched grid, target lat, and target lon passed? When I execute as is I don't get the stretch factor and target lat/lon global attributes.
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.
Yes, you're right. That's the whole point of the update - can't believe I missed that.
The latest doc updates, plus a few I put on top, are now here. |
First pass at reworking the docs to reflect changes in #190 -
regrid_restart_file
submoduleregrid_restart_file
submodulegridspec
andsparselt
documentationI'm not sure how the regridding for plotting works with stretched grid files, so I left that section in the regridding docs untouched (just moved it).
Happy to take suggestions, of course!