-
Notifications
You must be signed in to change notification settings - Fork 1
/
config_hrs_s.json
34 lines (33 loc) · 1.68 KB
/
config_hrs_s.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
{
"download_folder": "E:\\MET_thredds_harvest_TEST_NY\\thredds_downloads",
"testing": false,
"days_to_keep": 5,
"email_notification": "elno@norceresearch.no",
"sources": {
"norkyst": {
"opt": ["-d depth,0,0",
"-v u,v,temperature,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"],
"stride": 16,
"timestep": 4,
"forecast_hours": 240,
"url": "https://thredds.met.no/thredds/dodsC/cmems/topaz6/dataset-topaz6-arc-15min-3km-be.ncml"},
"meps": {
"opt": ["-v x_wind_10m,y_wind_10m,air_temperature_2m,air_pressure_at_sea_level,precipitation_amount_acc,cloud_area_fraction,fog_area_fraction,relative_humidity_2m,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,air_temperature_2m,air_pressure_at_sea_level,precipitation_amount_acc,cloud_area_fraction,fog_area_fraction,relative_humidity_2m,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"}
}
}