-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig_drifty.json
43 lines (43 loc) · 1.68 KB
/
config_drifty.json
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
{
"download_folder": "/data",
"testing": false,
"days_to_keep": 10,
"email_notification": null,
"sources": {
"norkyst": {
"opt": ["-d depth,0,1", "-v u,v,temperature,salinity,h,projection_stere" ],
"subset": "-d X,0,10 -d Y,0,10",
"hours": [ 0 ],
"timestep": 1,
"url": "https://thredds.met.no/thredds/dodsC/fou-hi/norkyst800m-1h/NorKyst-800m_ZDEPTHS_his.fc.%Y%m%d%H.nc"
},
"topaz6": {
"opt": ["-d x,1200,2466 -d y,0,1500", "-v vxo,vyo,stereographic"],
"url": "https://thredds.met.no/thredds/dodsC/cmems/topaz6/dataset-topaz6-arc-15min-3km-be.ncml",
"stride": 4,
"timestep": 1,
"forecast_hours": 240
},
"meps": {
"opt": ["-v x_wind_10m,y_wind_10m,projection_lambert" ],
"subset": "-d x,0,10 -d y,0,10",
"hours": [ 0, 6, 12, 18 ],
"timestep": 1,
"url": "https://thredds.met.no/thredds/dodsC/meps25files/meps_det_pp_2_5km_%Y%m%dT%HZ.nc"
},
"aromearctic": {
"opt": [ "-v x_wind_10m,y_wind_10m,projection_lambert" ],
"subset": "-d x,0,10 -d y,0,10",
"hours": [ 0, 6, 12, 18 ],
"timestep": 1,
"url": "https://thredds.met.no/thredds/dodsC/aromearcticlatest/arome_arctic_pp_2_5km_%Y%m%dT%HZ.nc"
},
"ecmwf": {
"opt": ["-v x_wind_10m,y_wind_10m,projection_regular_ll"],
"subset": "-d x,0,10 -d y,0,10",
"hours": [0],
"timestep": 3,
"url": "https://thredds.met.no/thredds/dodsC/ecmwf/atmo/ec_atmo_0_1deg_%Y%m%dT000000Z_3h.nc"}
}
}
}