-
Notifications
You must be signed in to change notification settings - Fork 1
/
config_met.json
54 lines (53 loc) · 2.37 KB
/
config_met.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
44
45
46
47
48
49
50
51
52
53
54
{
"download_folder": "/vol/vvfelles/opendrift/forcing_data/",
"testing": false,
"days_to_keep": 7,
"email_notification": "knutfd@met.no",
"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": 8,
"timestep": 2,
"forecast_hours": 240},
"mywavewam3": {
"opt": ["-d rlat,0,1500 -d rlon,1300,2466", "-v projection_stere,rlon,rlat,VSDX,VSDY,VHM0,VTPK"],
"url": "https://thredds.met.no/thredds/dodsC/cmems/mywavewam3km/dataset-wam-arctic-1hr3km-be.ncml",
"stride": 1,
"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/meps25epsarchive/%Y/%m/%d/meps_det_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, 3, 6, 9, 12, 15, 18, 21],
"timestep": 1,
"url": "https://thredds.met.no/thredds/dodsC/aromearcticlatest/latest/arome_arctic_lagged_12_h_latest_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"
},
"mercator": {
"opt": ["-d longitude,-20.0,38.0 -d latitude,53.0,82.0", "-v uo,vo"],
"url": "https://nrt.cmems-du.eu/thredds/dodsC/cmems_mod_glo_phy_anfc_merged-uv_PT1H-i",
"stride": 1,
"timestep": 1,
"forecast_hours": 240
}
}
}