Open matt-long opened 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.
computed_dset
time_bound
compute_time_var
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?
intake_esm
I am getting errors on this line: https://github.com/NCAR/esmlab/blob/bbad55c511eec01bafb072036221fe017ea7524a/esmlab/core.py#L466
The
computed_dset
does not have thetime_bound
variable. This is being stripped out somewhere in thecompute_time_var
method.