forked from draelsaid/dcmdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtransfer.yml
More file actions
55 lines (44 loc) · 1.4 KB
/
transfer.yml
File metadata and controls
55 lines (44 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#
# Define one or several transfer settings as
# transfer1 :
# ...
# transferN :
#
main_transfer:
#
# For each transfer we can define the following
#
# The remote host, i.e. lumi
#remote = "my_lumi_user@lumi.csc.fi"
remote : "lumi_transfer"
# Specify the case and the run as a selection defined as
# a string, list or dictionary of cases
# selection : "case"
# selection : ["case1", ... ,"caseN"]
# selection : {"case1" : RUNS }
# selection : {"case1" : RUNS1 , ..., "caseN" : RUNSN }
# where RUNS could be "run" or ["run1", ..., "runN"]
selection : { 'gavle_2021' : ['deode_cy46ref'] }
# Define possible file selection, as given in the meta.yml file.
# For the time being it's only possible to select one file.
# If not given all defined files are selected
# file_template : 'fc%Y%m%d%H+%LLLgrib2_fp'
# Define the period to transfer using
# sdate : "%Y-%m-%d %H"
# edate : "%Y-%m-%d %H"
# step : "%H:%M:%S"
# leave empty to fecth all
# sdate : "2021-08-16 00"
# edate : "2021-08-16 06"
# step : "03:00:00"
# As an alternative specify a list of dates with the "%Y-%m-%d %H" format
# dates : []
# Define leadtimes to transfer using
# stime : "%H:%M:%S"
# etime : "%H:%M:%S"
# leadtime_step : "%H:%M:%S"
# stime : "00:00:00"
# etime : "03:00:00"
# leadtime_step : "01:00:00"
# As an alternative specify a list of leadtimes in seconds
# leadtimes : []