cal-adapt / climakitae

A Python toolkit for retrieving, visualizing, and performing scientific analyses with data from the Cal-Adapt Analytics Engine.
https://climakitae.readthedocs.io
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

Generalizing agnostic tools to include WRF #330

Closed claalmve closed 6 months ago

claalmve commented 6 months ago

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: