- 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.