Skip to content

Data finder cannot find data spread over different versions #286

@schlunma

Description

@schlunma

On DKRZ, it can happen that data for a specific dataset is spread over different versions. For example, the first 150 years of CESM2's tas are located in a different subdirectory than the rest of the data:

.../CMIP/NCAR/CESM2/abrupt-4xCO2/r1i1p1f1/Amon/tas/gn
├── v20190425
│   └── tas_Amon_CESM2_abrupt-4xCO2_r1i1p1f1_gn_000101-015012.nc
└── v20190829
    ├── tas_Amon_CESM2_abrupt-4xCO2_r1i1p1f1_gn_015101-019912.nc
    ├── tas_Amon_CESM2_abrupt-4xCO2_r1i1p1f1_gn_020001-024912.nc
    ├── tas_Amon_CESM2_abrupt-4xCO2_r1i1p1f1_gn_025001-029912.nc
    ├── tas_Amon_CESM2_abrupt-4xCO2_r1i1p1f1_gn_030001-034912.nc
    ├── tas_Amon_CESM2_abrupt-4xCO2_r1i1p1f1_gn_035001-039912.nc
    ├── tas_Amon_CESM2_abrupt-4xCO2_r1i1p1f1_gn_040001-044912.nc
    ├── tas_Amon_CESM2_abrupt-4xCO2_r1i1p1f1_gn_045001-049912.nc
    ├── tas_Amon_CESM2_abrupt-4xCO2_r1i1p1f1_gn_050001-054912.nc
    ├── tas_Amon_CESM2_abrupt-4xCO2_r1i1p1f1_gn_055001-059912.nc
    ├── tas_Amon_CESM2_abrupt-4xCO2_r1i1p1f1_gn_060001-064912.nc
    ├── tas_Amon_CESM2_abrupt-4xCO2_r1i1p1f1_gn_065001-069912.nc
    ├── tas_Amon_CESM2_abrupt-4xCO2_r1i1p1f1_gn_070001-074912.nc
    ├── tas_Amon_CESM2_abrupt-4xCO2_r1i1p1f1_gn_075001-079912.nc
    ├── tas_Amon_CESM2_abrupt-4xCO2_r1i1p1f1_gn_080001-084912.nc
    ├── tas_Amon_CESM2_abrupt-4xCO2_r1i1p1f1_gn_085001-089912.nc
    ├── tas_Amon_CESM2_abrupt-4xCO2_r1i1p1f1_gn_090001-094912.nc
    └── tas_Amon_CESM2_abrupt-4xCO2_r1i1p1f1_gn_095001-099912.nc

In this case, the tool does not find the data for the years 1-150 anymore, because it just looks in the latest version directory.

Metadata

Metadata

Labels

bugSomething isn't workingenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions