esmlab
esmlab copied to clipboard
Climatology is broken
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.
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?