-
Notifications
You must be signed in to change notification settings - Fork 1
/
getters.yml
27 lines (20 loc) · 841 Bytes
/
getters.yml
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
target_default: none
packages:
- scipiper
targets:
none:
depends:
#### 1_model_fabric ####
# prms-sntemp model zip file
1_model_fabric/in/prms_sntemp/20191002_Delaware_streamtemp.zip:
command: gd_get('1_model_fabric/in/prms_sntemp/20191002_Delaware_streamtemp.zip.ind')
1_model_fabric/out/drb_subbasins.rds:
command: gd_get(ind_file = '1_model_fabric/out/drb_subbasins.rds.ind')
1_model_fabric/out/model_locations.rds:
command: gd_get(ind_file = '1_model_fabric/out/model_locations.rds.ind')
#### 2_3_model_paramaters ####
2_3_model_parameters/out/pb_model_params.nc:
command: gd_get(ind_file = '2_3_model_parameters/out/pb_model_params.nc.ind')
#### 4_pb_model ####
4_pb_model/out/pb_pretrain_model_output.nc:
command: gd_get(ind_file = '4_pb_model/out/pb_pretrain_model_output.nc.ind')