From cfd12d00721dd6ccac653ac2bdf3ee3aa79ac147 Mon Sep 17 00:00:00 2001 From: Florez Ospina Juan Felipe Date: Fri, 18 Oct 2024 10:51:58 +0200 Subject: [PATCH] Updated path_to_input_datafolder --- dima_config.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/dima_config.yaml b/dima_config.yaml index b652cbc..b2f1a03 100644 --- a/dima_config.yaml +++ b/dima_config.yaml @@ -1,5 +1,5 @@ -input_file_directory: 'raw_datafolder/' -output_file_directory: 'data_products/' +input_file_directory: '//fs00/LAC_ORD/Data/' +output_file_directory: '//fs00/LAC_ORD/DataProducts/' project: 'Building FAIR data chains for atmospheric observations in the ACTRIS Switzerland Network' contact: 'NoraN' @@ -10,6 +10,10 @@ dataset_startdate: '2024-01-01' dataset_enddate: '2024-02-29' actris_level: '1' +# Define an (output) filename format of a resulting hdf5 file +station : 'JFJ' +year : '2024' +filename_format : "station,year,experiment,contact" instrument_datafolder: @@ -17,4 +21,4 @@ instrument_datafolder: integration_mode: 'collection' # Specify datetimes (YYYY-MM-DD HH-MM-SS) at which experimental steps were created. -datetime_steps: [] \ No newline at end of file +datetime_steps: []