esgf2-us / intake-esgf

Programmatic access to the ESGF holdings
https://intake-esgf.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
10 stars 6 forks source link

If any of a file list is present, we assume they all are #1

Closed nocollier closed 11 months ago

nocollier commented 1 year ago

This search:

cat = ESGFCatalog().search(
    activity_id="CMIP",
    experiment_id="historical",
    source_id="NorESM2-LM",
    member_id="r1i1p1f1",
    variable_id="mrsos",
    table_id="Lmon",
    strict=True,
)

Contains missing files, but Steve's site also shows missing files. However, if they were to be populated correctly in the index, we would find some of them and assume they are all present. Rework this when we handle multiple possible node locations.

nocollier commented 11 months ago

Fixed in #3