-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: The defined _FillValue and missing_value are not the same #308
Comments
The error is caused by this check: clisops/clisops/ops/base_operation.py Lines 93 to 96 in 0b94f66
This code was added with the regrid operator in release 0.12. So, it is not an issue with |
In #243 I updated your Since xarray adds In the case of this dataset, |
Update: When
After looking into the
So I guess we can just set |
fixed by PR #309 |
Description
I have run a subsetting operation on a CMIP6 dataset:
c3s-cmip6.CMIP.NCAR.CESM2-WACCM.historical.r1i1p1f1.day.tas.gn.v20190227
CLISOPS failed with the following error message:
This error does not happen for all datasets. Our tests didn't cover this case. I suppose the error is caused by the newer
xarray
and/orcf_xarray
version used in clisops v.12.0.This error does not appear in clisops v0.10.1 used by rook v0.11.0.
What I Did
I have reproduced the error with the following notebook:
https://nbviewer.org/github/roocs/rooki/blob/master/notebooks/errors/cds-error-2023-11-28-subset-cmip6.ipynb
It is using
rooki
:An example file for testing can be this one:
https://data.mips.copernicus-climate.eu/thredds/fileServer/esg_c3s-cmip6/CMIP/NCAR/CESM2-WACCM/historical/r1i1p1f1/day/tas/gn/v20190227/tas_day_CESM2-WACCM_historical_r1i1p1f1_gn_20000101-20091231.nc
The text was updated successfully, but these errors were encountered: