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
21 stars 2 forks source link

Making bug fix for WRF WL derived vars #435

Closed claalmve closed 2 months ago

claalmve commented 2 months ago

Description of PR

Summary of changes and related issue

Making WRF WL derived vars work again.

Relevant motivation and context

This broke because of a change I made for filtering WRF WL simulations. Derived indices weren't accounted for, and now they are, in a very hot fix way. All derived indices currently use temperature, so that is the psuedo-variable we're using to replace the derived index variable when looking through the catalog for valid WRF WL simulations.

Type of change


Definition of Done Checklist

Practical

Conceptual