-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
enhancementNew feature or requestNew feature or requestpreprocessorRelated to the preprocessorRelated to the preprocessor
Description
At the moment all drs need to be the same per project, while it would make much more sense to be able to specify the drs per rootpath.
To make this more clear, now we have this:
rootpath:
# Rootpath to CMIP5 data
CMIP5:
- /badc/cmip5/data/cmip5/output1
- ~/some_other_path
# Directory structure for input data: [default]/BADC/DKRZ/ETHZ/etc
# See config-developer.yml for definitions.
drs:
CMIP5: BADCwhile I think this would be much more useful:
# Directory structure for input data in the format
# input_data:
# project_a:
# /path/to/dir_1: drs_1
# /path/to/dir_2: drs_2
# project_b:
# /path/to/dir_3: drs_2
# See config-developer.yml for valid drs definitions per project.
input_data:
CMIP5:
/badc/cmip5/data/cmip5/output1: BADC
~/some_other_path: defaultnielsdrost, valeriupredoi, hot007 and remi-kazeroni
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpreprocessorRelated to the preprocessorRelated to the preprocessor