You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
simulation_id ensemble_id model_institution_id model_id experiment_id timestep_id domain_id member_id variable_id file
0 D CMIP6 CCCmd CanESM historical day NAM r1i1p1 prsn file6
1 D CMIP6 CCCmd CanESM historical day NAM r1i1p1 tasmax file6
2 A CMIP6 CCCma CanESM historical day NAM r1i1p1 pr file2
3 B CMIP6 CCCmb CanESM historical day NAM r1i1p1 pr file3
4 D CMIP6 CCCmd CanESM historical day NAM r1i1p1 pr file5
Line 4 is unneeded, but I can live with this.
Line 3 is erroneous because B does not have "tasmax", so it shouldn't have been in the output.
A doesn't include the tasmax variable. It does exist, so I expected it to be there.
I don't know how to solve this one though...
Version information: output of intake_esm.show_versions()
Here's a quick checklist in what to include:
intake_esm.show_versions()
Description
When searching a catalog that has a derived variable registry and specifying
require_all_on
, the output is incorrect.csv file:
json file:
What I Did
gives
B
does not have "tasmax", so it shouldn't have been in the output.A
doesn't include thetasmax
variable. It does exist, so I expected it to be there.I don't know how to solve this one though...
Version information: output of
intake_esm.show_versions()
INSTALLED VERSIONS
cftime: 1.5.1.1
dask: 2021.12.0
fastprogress: 0.2.7
fsspec: 2021.11.1
gcsfs: 2021.11.1
intake: 0.6.4
intake_esm: 2021.8.17.post43+dirty
netCDF4: 1.5.8
pandas: 1.3.5
requests: 2.26.0
s3fs: 2021.11.1
xarray: 0.20.2
zarr: 2.10.3
The text was updated successfully, but these errors were encountered: