diff --git a/request_radsound.yml b/request_radsound.yml new file mode 100644 index 0000000000000000000000000000000000000000..41a77de3714e80b029bdeffe4f8b2e17806d87b9 --- /dev/null +++ b/request_radsound.yml @@ -0,0 +1,54 @@ +APP: + project_details: "sfc and pl level requests for the workflow streaming based on fake-FBD" + +DATA: + 1: + GSVREQUEST + param: "2t" + domain: g + class: rd + type: fc + expver: hz9n + stream: lwda + anoffset: 9 + levtype: "sfc" + date: split_day #will be specified in the dn template + time: 0000/to/2300/by/1200 + step: ["0"] # Irrelevant. Step will be recalculated in workflow + grid: 1/1 + method: nn + OPAREQUEST: + stat: "raw" + stat_freq: "hourly" + output_freq: "daily" + time_step: 720 # in minutes, 60*timestep length in hours TODO: do that automatically + save: True + checkpoint: True + checkpoint_filepath: "%APP.OUTPATH% + save_filepath: "%APP.OUTPATH%" + 2: + GSVREQUEST: + param: "t" + domain: g + class: rd + type: fc + expver: hz9n + stream: lwda + anoffset: 9 + levtype: "pl" + levelist: [850] # Set of levels as int + date: split_day #will be specified in the dn template + time: 0000/to/2300/by/1200 + step: ["0"] # Irrelevant. Step will be recalculated in workflow + grid: 1/1 + method: nn + OPAREQUEST: + stat: "raw" + stat_freq: "hourly" + output_freq: "daily" + time_step: 720 # in minutes, 60*timestep length in hours TODO: do that automatically + save: True + checkpoint: True + checkpoint_filepath: "%APP.OUTPATH% + save_filepath: "%APP.OUTPATH%" + diff --git a/request_synop.yml b/request_synop.yml index fc27bb7dffe58f24636cfd1b39e2516a7ad88df5..3857fafee35e2c922978d2805b73fdd34aa5353b 100644 --- a/request_synop.yml +++ b/request_synop.yml @@ -1,5 +1,5 @@ EXPERIMENT: - DATELIST: 20200201 #Startdate + DATELIST: 20200201 #Startdate # request based on fake-FDB MEMBERS: fc0 CHUNKSIZEUNIT: day #unit length of the chunk (hour, day, month, year) CHUNKSIZE: 1 #number of unit lengths per chunk @@ -16,8 +16,8 @@ GSVREQUEST: #raw data levtype: "sfc" date: "%CHUNK_START_DATE%/to/%CHUNK_SECOND_TO_LAST_DATE%" time: 0000/to/2300/by/0100 # every hour - step: ["0"] # Irrelevant. step will be recalculated in workflow - param: #["2t"] + step: ["0"] # Irrelevant. step will be recalculated in workflow + param: ["2t"] #["2t"] grid: 1/1 method: nn