-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request