-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathClassicMtgDecoder.xml
More file actions
134 lines (134 loc) · 4.29 KB
/
ClassicMtgDecoder.xml
File metadata and controls
134 lines (134 loc) · 4.29 KB
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!--
(C) Copyright 1996-2016 ECMWF.
This software is licensed under the terms of the Apache Licence Version 2.0
which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
In applying this licence, ECMWF does not waive the privileges and immunities
granted to it by virtue of its status as an intergovernmental organisation nor
does it submit to any jurisdiction.
-->
<magics>
<class action="pmetgram"
directory="decoders"
prefix="metgram"
xmltag="metgram"
name="ClassicMtgDecoder">
<documentation>
The Classic Metgram is responsible for accessing the classic metgram database and prepare the data to plotting.
</documentation>
<parameter xml="database"
from="string"
name="metgram_database"
default="/vol/epsgram/data/spotbase/epsdb"
member="database"
to="string">
<documentation>Classic Metgram Database Path</documentation>
<migration>New Magics: Parameter eps_database sent to new Magics[EpsgramDecoder].</migration>
</parameter>
<parameter xml="parameter"
from="string"
name="metgram_parameter"
default=""
member="param"
to="string">
<metview default="" class=""></metview>
<documentation>Classic Metgram Parameter</documentation>
<migration>New Magics: Parameter eps_parameter sent to new Magics[EpsgramDecoder].</migration>
</parameter>
<parameter xml="latitude"
from="float"
name="metgram_latitude"
default="0"
member="latitude"
to="float">
<documentation>Classic Metgram latitude</documentation>
</parameter>
<parameter xml="parameter_scaling_factor"
from="float"
name="metgram_parameter_scaling_factor"
default="1"
member="param_scaling"
to="float">
<documentation>metgram scaling factor : used only in case of an unknow parameter</documentation>
</parameter>
<parameter xml="parameter_offset"
from="float"
name="metgram_parameter_offset"
default="0"
member="param_offset"
to="float">
<documentation>metgram offset : used only in case of an unknow parameter</documentation>
</parameter>
<parameter xml="parameter_title"
from="string"
name="metgram_parameter_title"
default=""
member="param_title"
to="string">
<documentation>metgram parameter title : used only in case of an unknow parameter</documentation>
<migration>New Magics: Parameter eps_latitude sent to new Magics[EpsgramDecoder].</migration>
</parameter>
<parameter xml="longitude"
from="float"
name="metgram_longitude"
default="0"
member="longitude"
to="float">
<metview default="0" class=""></metview>
<documentation>Classic Metgram longitude</documentation>
</parameter>
<parameter xml="date"
from="string"
name="metgram_date"
default="-1"
member="date"
to="string">
<metview default="-1" class=""></metview>
<documentation>Classic Metgram date</documentation>
<migration>New Magics: Parameter eps_longitude sent to new Magics[EpsgramDecoder].</migration>
</parameter>
<parameter xml="time"
from="string"
name="metgram_time"
default="0000"
member="time"
to="string">
<metview default="0000" class=""></metview>
<documentation>Classic Metgram time</documentation>
<migration>New Magics: Parameter eps_longitude sent to new Magics[EpsgramDecoder].</migration>
</parameter>
<parameter xml="long_title"
from="string"
name="metgram_long_title"
default="off"
member="long_title"
to="bool">
<documentation>epsgram long title</documentation>
</parameter>
<parameter xml="station"
from="string"
name="metgram_station_name"
default=""
member="station"
to="string">
<documentation>epsgram long title</documentation>
<migration>New Magics: Parameter eps_longitude sent to new Magics[EpsgramDecoder].</migration>
</parameter>
<parameter xml="height"
from="float"
name="metgram_station_height"
default="-1."
member="height"
to="float">
<documentation>epsgram long title</documentation>
<migration>New Magics: Parameter eps_longitude sent to new Magics[EpsgramDecoder].</migration>
</parameter>
<parameter member="correction"
to="bool"
default="yes"
from="string"
name="metgram_temperature_correction">
<documentation>Temperature correction</documentation>
<migration>New Magics: Parameter eps_temperature_correction sent to new Magics[EpsTempe].</migration>
</parameter>
</class>
</magics>