You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2026. It is now read-only.
We add a lot of warning messages that only the package developers really understand, especially around converting units of things from P to logP and back again, while leaving T alone (eg, it prints out a warning message that T didn't change .
A lot of this was because we wrote the code so that it didn't matter whether variable 1 was temperature, or precip, or something else.
If we make firmer assumptions about what each variable is, we can create variable specific warning messages/print statements that are more useful.
Maybe add more explicit unit checks to the read functions (e.g. check if T units are in K or C)
A lot of this was because we wrote the code so that it didn't matter whether variable 1 was temperature, or precip, or something else.
If we make firmer assumptions about what each variable is, we can create variable specific warning messages/print statements that are more useful.