NCAR / esmlab

Earth System Model Lab (esmlab). ⚠️⚠️ ESMLab functionality has been moved into <https://github.com/NCAR/geocat-comp>. ⚠️⚠️
https://esmlab.readthedocs.io
Apache License 2.0
24 stars 8 forks source link

Climatology is broken #140

Open matt-long opened 5 years ago

matt-long commented 5 years ago

I am getting errors on this line: https://github.com/NCAR/esmlab/blob/bbad55c511eec01bafb072036221fe017ea7524a/esmlab/core.py#L466

The computed_dset does not have the time_bound variable. This is being stripped out somewhere in the compute_time_var method.

matt-long commented 5 years ago

This issue arises when time_bound is a coordinate, which results from reading data in via intake_esm. Should we be treating this case, at least in notifying the user?