-
Notifications
You must be signed in to change notification settings - Fork 10
/
rad4alp_grid_loc.txt
56 lines (48 loc) · 1.66 KB
/
rad4alp_grid_loc.txt
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
#
# Configuration for rad4alp gridded data
# Number of radars to process
NumRadars INT 1
# cropping of the grid
# latmin FLOAT 47.5
# latmax FLOAT 48.
# lonmin FLOAT 9.
# lonmax FLOAT 10.
# Repetition time of the scans [min]
ScanPeriod FLOAT 2.5
# Frequency of cosmo run [h]
CosmoRunFreq INT 3
# hours forecasted in cosmo run [h]
CosmoForecasted INT 7
# Image config
rhiImageConfig STRUCT 2
xsize FLOAT 10. # image size [inches] (default dots per inch (dpi):72)
ysize FLOAT 5. # image size [inches] (default dots per inch (dpi):72)
# xmin FLOAT -100. # distance from grid origin [km]
# xmax FLOAT 100. # distance from grid origin [km]
# ymin FLOAT 0. # min alitude [km]
# ymax FLOAT 18. # max altitude [km]
gridMapImageConfig STRUCT 11
xsize FLOAT 10. # image size [inches] (default dots per inch (dpi):72)
ysize FLOAT 8. # image size [inches] (default dots per inch (dpi):72)
lonmin FLOAT 8. # Min longitude [deg]
lonmax FLOAT 10. # Max longitude [deg]
lonstep FLOAT 0.5
latmin FLOAT 47. # Min latitude [deg]
latmax FLOAT 48. # Max latitude [deg]
latstep FLOAT 0.5
mapres STRING h # map resolution (10m, 50m, 110m)
dpi INT 72 # dots per inch (72 web quality, 300 print quality)
maps STRARR 10 # maps to overplot (cartopy)
countries
provinces
urban_areas
roads
railroads
coastlines
lakes
lakes_europe
rivers
rivers_europe
# relief
# basemap mapres: c (crude), l (low), i (intermediate), h (high), f (full)
# cartopy mapres: '110m', '50m', '10m'