-
Notifications
You must be signed in to change notification settings - Fork 40
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
Enable regional subsetting #368
Comments
Another helpful example of regional hydrology from @olyson is on these slides |
The current NCL-based diagnostics package gets the regions information from this file: /glade/campaign/cgd/tss/people/oleson/FROM_LMWG/diag/lnd_diag4.2/code/resources/region_definitions.nc ncdump -h region_definitions.nc ... The main Lab Sea related land regions we've been looking at recently (as shown in the slides linked BELOW) are: "Canadian_Arctic_B": 58N-70N, 80W-60W |
Thanks Keith! seems pretty straightforward to create a python dictionary or .yaml this .nc file that can be read to subset region. |
Updated link for the regional hydrology slides is here |
I have something that works, but I think there's a lot of steps for this to be fully functional. Compiling a list:
Is it worth opening a PR for the script as it stands now? Or better to work through at least some of these first? |
What is this new feature?
Write or adapt python function to make regional timeseries or climo plots.
region_multicase
examples in ADFThe text was updated successfully, but these errors were encountered: