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

Precip units fix #376

Closed nicolejkeeney closed 2 months ago

nicolejkeeney commented 2 months ago

Description of PR

Fixes bug in monthly precip unit conversions. I had to change some logic in core/data_load.py... I am hoping I didn't introduce any new bugs, and tested this myself, but could use some careful review on the units here.

Type of change

How Has This Been Tested?

n/a

Checklist:

nicolejkeeney commented 2 months ago

Fixed the units stuff, evaluating unrelated LOCA2 issues in another PR