NCAR / geocat-examples

GeoCAT-examples provides a gallery of visualization examples demonstrating how to reproduce plots from NCL Applications scripts with packages in Python. It also includes some longer form examples demonstrating how to use functionality from various GeoCAT packages.
https://geocat-examples.readthedocs.io
Apache License 2.0
66 stars 42 forks source link

Incorrect units in NCL_conLev_1.py #576

Closed kafitzgerald closed 9 months ago

kafitzgerald commented 11 months ago

NCL_conLev_1.py shows units in deg C, but labels and comments indicate K. It looks like this mistake goes all the way back to the original NCL example where a conversion was done, but the units weren't updated.

Not really what we're demonstrating, but probably worth a quick fix.