-
Notifications
You must be signed in to change notification settings - Fork 1
/
sources.toml
93 lines (78 loc) · 2.46 KB
/
sources.toml
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# Få ut alle variabler i sammenstilt netcdf fra flere datakilder (Norkyst, MEPS, Barents)?
# [X] Vindhastighet (m/s)
# [X] Lufttemperatur (celsius grader)
# [X] Sjøtemperatur (celsius grader)
# [X] Signifikant bølgehøyde (m)
# [X] (Iskonsentrasjon (fraksjon))
# [X] Sikt (0/1)*
# [X] Strømhastighet
# [X] Disse er sammenstilt til felles tidssteg for hver time i forcast perioden.
# [X] Projeksjon: endre til EPSG 3575
# [X] Bbox input angis i meter i denne epsg
# [X] XOutput netcdf blir i denne epsg
# [X] Output Grid er 800x800 meter cellestørrelse fast.
# Scalar variables
scalar_variables = [
'air_temperature',
'sea_temperature',
'ice_concentration',
'significant_wave_height',
]
[fallback]
ice_concentration = 0.0
# Argument order must match input to calculating function.
[derived_variables]
horizontal_visibility = [ 'relative_humidity', 'fog' ]
# Vector variables to read into a single magnitude scalar field.
[vector_magnitude_variables]
wind = ["x_wind", "y_wind"]
current = ["x_sea_water", "y_sea_water"]
# Prioritized list of datasets
[datasets.norkyst]
url = "https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be"
x = 'X'
y = 'Y'
[datasets.norkyst.variables]
sea_temperature = 'temperature'
x_wind = 'Uwind'
y_wind = 'Vwind'
x_sea_water = 'u'
y_sea_water = 'v'
[datasets.barents]
url = "https://thredds.met.no/thredds/dodsC/fou-hi/barents_eps_zdepth_be"
x = 'X'
y = 'Y'
[datasets.barents.variables]
ice_concentration = 'ice_concentration'
x_sea_water = 'u_eastward'
y_sea_water = 'v_northward'
sea_temperature = 'temperature'
x_wind = 'Uwind'
y_wind = 'Vwind'
[datasets.ww3_4km]
url = 'https://thredds.met.no/thredds/dodsC/ww3_4km_agg'
x = 'rlon'
y = 'rlat'
[datasets.ww3_4km.variables]
significant_wave_height = 'hs'
[datasets.arome_arctic]
url = "https://thredds.met.no/thredds/dodsC/aromearcticlatest/latest/arome_arctic_lagged_12_h_latest_2_5km_latest.nc"
x = 'x'
y = 'y'
[datasets.arome_arctic.variables]
fog = 'fog_area_fraction'
relative_humidity = 'relative_humidity_2m'
x_wind = 'x_wind_10m'
y_wind = 'y_wind_10m'
air_temperature = 'air_temperature_2m'
[datasets.meps]
url = "https://thredds.met.no/thredds/dodsC/mepslatest/meps_lagged_6_h_latest_2_5km_latest.nc"
x = 'x'
y = 'y'
[datasets.meps.variables]
air_temperature = 'air_temperature_2m'
x_wind = 'x_wind_10m'
y_wind = 'y_wind_10m'
relative_humidity = 'relative_humidity_2m'
fog = 'fog_area_fraction'
# https://thredds.met.no/thredds/dodsC/cmems/topaz6/dataset-topaz6-arc-15min-3km-be.ncml