Summary of changes and related issue
Generalizing agnostic tools to handle WRF data as well.
Relevant motivation and context
We want to visualize WRF data, and have the option to select 1 or more specific simulations, so we need to generalize existing code (agnostic tools) in order to do so.
Dependencies required for this change?
None
Fixes # (issue), delete if not necessary
None
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
Running agnostic_tools.ipynb with code changes and confirming that WRF data is indeed extracted.
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
[x] Any dependent changes have been merged and published in downstream modules
Description of PR
Summary of changes and related issue Generalizing agnostic tools to handle WRF data as well.
Relevant motivation and context We want to visualize WRF data, and have the option to select 1 or more specific simulations, so we need to generalize existing code (agnostic tools) in order to do so.
Dependencies required for this change? None
Fixes # (issue), delete if not necessary None
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Running
agnostic_tools.ipynb
with code changes and confirming that WRF data is indeed extracted.Checklist: