-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathFortranViewNode.xml
More file actions
284 lines (284 loc) · 11 KB
/
FortranViewNode.xml
File metadata and controls
284 lines (284 loc) · 11 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<!--
(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 xmltag="subpage"
name="FortranViewNode"
directory="common"
prefix="subpage/subpage/subpage"
action="pnew"
python="mmap"
include="ViewNode.h">
<parameter member="left"
to="float"
default="-1"
from="float"
name="subpage_x_position">
<documentation>Y-Coordinate of lower left hand corner of subpage in cm.
-1 is the default: 7.5% of the parent page</documentation>
</parameter>
<parameter member="bottom"
to="float"
default="-1"
from="float"
name="subpage_y_position">
<documentation>X-Coordinate of lower left hand corner of subpage in cm.
-1 is the default: 5% of the parent page</documentation>
</parameter>
<parameter member="width"
to="float"
default="-1"
from="float"
name="subpage_x_length">
<documentation>Length of subpage in horizontal direction in cm.
-1 is the default: 85% of the parent page</documentation>
</parameter>
<parameter member="height"
to="float"
default="-1"
from="float"
name="subpage_y_length">
<documentation>Length of subpage in vertical direction in cm.
-1 is the default: 85% of the parent page</documentation>
</parameter>
<parameter member="predefined"
to="bool"
default="off"
from="string"
name="subpage_map_library_area">
<documentation>if On, pickup a predefined geographical area</documentation>
</parameter>
<parameter member="predefined_name"
to="string"
default="off"
from="string"
name="subpage_map_area_name">
<documentation>Name of the predefined area</documentation>
</parameter>
<parameter member="transformation"
to="Transformation"
default="cylindrical"
from="string"
name="subpage_map_projection">
<documentation>Projection to set in the drawing area</documentation>
<option xml="cylindrical" fortran="cylindrical" include="GeoRectangularProjection.h" name="GeoRectangularProjection"></option>
<option xml="polar_stereographic" fortran="polar_stereographic" include="PolarStereographicProjection.h" name="PolarStereographicProjection"></option>
<option fortran="polar_north" include="Proj4Projection.h" name="Proj4PolarNorth"></option>
<option fortran="polar_south" include="Proj4Projection.h" name="Proj4PolarSouth"></option>
<option fortran="geos" include="Proj4Projection.h" name="Proj4Geos"></option>
<option fortran="meteosat" include="Proj4Projection.h" name="Proj4Meteosat0"></option>
<option fortran="meteosat_57E" include="Proj4Projection.h" name="Proj4Meteosat57"></option>
<!--option fortran="meteosat2" include="Proj4Projection.h" name="Proj4Meteosat145"> </option>
<option fortran="goes_west" include="Proj4Projection.h" name="Proj4Geosw"> </option-->
<option fortran="goes_east" include="Proj4Projection.h" name="Proj4Geose"></option>
<option fortran="lambert" include="Proj4Projection.h" name="Proj4Lambert"></option>
<option fortran="EPSG:3857" include="Proj4Projection.h" name="Proj4EPSG3857"></option>
<option fortran="EPSG:900913" include="Proj4Projection.h" name="Proj4EPSG900913"></option>
<option fortran="EPSG:32661" include="Proj4Projection.h" name="Proj4EPSG32661"></option>
<option fortran="EPSG:32761" include="Proj4Projection.h" name="Proj4EPSG32761"></option>
<option fortran="EPSG:4326" include="Proj4Projection.h" name="Proj4EPSG4326"></option>
<option fortran="EPSG:3035" include="Proj4Projection.h" name="Proj4EPSG3035"></option>
<option fortran="goode" include="Proj4Projection.h" name="Proj4Goode"></option>
<option fortran="collignon" include="Proj4Projection.h" name="Proj4Collignon"></option>
<option fortran="mollweide" include="Proj4Projection.h" name="Proj4Mollweide"></option>
<option fortran="robinson" include="Proj4Projection.h" name="Proj4Robinson"></option>
<option fortran="bonne" include="Proj4Projection.h" name="Proj4Bonne"></option>
<option fortran="google" include="Proj4Projection.h" name="Proj4Google"></option>
<option fortran="efas" include="Proj4Projection.h" name="Proj4Efas"></option>
<option fortran="tpers" include="Proj4Projection.h" name="Proj4TPers"></option>
<option fortran="automatic" include="Proj4Projection.h" name="Proj4Automatic"></option>
<option xml="mercator" fortran="mercator" include="Proj4Projection.h" name="Proj4Mercator"></option>
<option xml="cartesian" fortran="cartesian" include="CartesianTransformation.h" name="CartesianTransformation"></option>
<option xml="taylor" fortran="taylor" include="TaylorProjection.h" name="TaylorProjection"></option>
<option xml="tephigram" fortran="tephigram" include="Tephigram.h" name="Tephigram"></option>
<option xml="skewt" fortran="skewt" include="Skewt.h" name="Skewt"></option>
<option xml="emagram" fortran="emagram" include="Emagram.h" name="Emagram"></option>
</parameter>
<parameter from="float"
name="subpage_y_position_internal"
visible="off"
default="-1"
member="bottom_internal"
to="float">
<documentation>X-Coordinate of lower left hand corner of subpage</documentation>
</parameter>
<parameter from="float"
name="subpage_x_position_internal"
visible="off"
default="-1"
member="left_internal"
to="float">
<documentation>Y-Coordinate of lower left hand corner of subpage</documentation>
</parameter>
<parameter from="float"
name="subpage_right_position"
visible="off"
default="-1"
member="right"
to="float">
<documentation>X-Coordinate of lower right hand corner of subpage</documentation>
</parameter>
<parameter from="float"
name="subpage_y_length_internal"
visible="off"
default="-1"
member="height_internal"
to="float">
<documentation>Length of subpage in vertical direction.Default</documentation>
</parameter>
<parameter from="float"
name="subpage_x_length_internal"
visible="off"
default="-1"
member="width_internal"
to="float">
<documentation>Length of subpage in horizontal direction.Default</documentation>
</parameter>
<parameter from="float"
name="subpage_top_position"
visible="off"
default="-1"
member="top"
to="float">
<release>Magics++2.4</release>
<documentation>Y-Coordinate of upper left hand corner of subpage</documentation>
</parameter>
<parameter from="string"
name="subpage_clipping"
default="off"
member="clipping"
to="bool">
<documentation>Apply a clipping to the subpage to avoid any symbol, flag or arrow to go outside of the plotting area</documentation>
</parameter>
<parameter member="background"
to="Colour"
default="none"
from="string"
name="subpage_background_colour">
<documentation>Colour of the subpage background</documentation>
</parameter>
<parameter member="frame"
to="bool"
default="on"
from="string"
name="subpage_frame">
<documentation>Plot frame around subpage (ON/OFF)</documentation>
<set name="subpage_frame_colour" value="on"></set>
<set name="subpage_frame_line_style" value="on"></set>
<set name="subpage_frame_thickness" value="on"></set>
</parameter>
<parameter member="frame_colour"
to="Colour"
default="charcoal"
from="string"
name="subpage_frame_colour">
<documentation>Colour of subpage frame (Full choice of colours)</documentation>
</parameter>
<parameter member="frame_line_style"
to="LineStyle"
default="solid"
from="string"
name="subpage_frame_line_style">
<documentation>Style of subpage frame (SOLID/DASH/DOT/CHAIN_DASH/CHAIN_DOT)</documentation>
</parameter>
<parameter member="frame_thickness"
to="int"
default="2"
from="int"
name="subpage_frame_thickness">
<documentation>Thickness of subpage frame</documentation>
</parameter>
<parameter member="vertical_axis_with"
to="float"
default="1"
from="float"
name="subpage_vertical_axis_width">
<documentation>width of the vertical axis in cm</documentation>
</parameter>
<parameter member="horizontal_axis_height"
to="float"
default="0.5"
from="float"
name="subpage_horizontal_axis_height">
<documentation>height of the horizontal axis in cm</documentation>
</parameter>
<parameter from="string"
name="subpage_map_overlay_control"
visible="metview"
default="basic"
member="overlay"
to="string">
<documentation for_docs="no">Metview Only: overlay method. always: plot the fields as they come; never: never overlay; by_date/by_level: only overlay data with the same valid date/level</documentation>
</parameter>
<parameter from="string"
name="subpage_align_horizontal"
default="left"
member="horizontal"
to="string"
values="left/right">
<release>Magics++2.4</release>
<documentation>Used in automatic layout to setup the horizontal alignment of the drawing area in the subpage</documentation>
</parameter>
<parameter from="string"
name="subpage_align_vertical"
default="bottom"
member="vertical"
to="string"
values="bottom/top">
<release>Magics++2.4</release>
<documentation>Used in automatic layout to setup the vertical alignment of the drawing area in the subpage</documentation>
</parameter>
<parameter from="string"
name="subpage_map_json_definition"
visible="off"
default=""
member="json"
to="string">
<documentation>Metview only : store internal information about zooned area</documentation>
</parameter>
<parameter from="string"
name="automatic_title"
visible="off"
default="off"
member="title"
to="bool">
<documentation>Plot the title (ON/OFF)</documentation>
</parameter>
<parameter from="string"
name="subpage_map_preview"
visible="metview"
default="off"
member="preview"
to="NoPreviewVisitor"
include="PreviewVisitor.h">
<documentation for_docs="no">Mv4: turn on/off the generation of the infomation for the preview box</documentation>
<release>Magics++2.8</release>
<option xml="off" fortran="off" include="PreviewVisitor.h" name="NoPreviewVisitor"></option>
<option xml="on" fortran="on" include="PreviewVisitor.h" name="PreviewVisitor"></option>
</parameter>
<parameter from="string"
name="subpage_map_magnifier"
visible="metview"
default="off"
member="magnify"
to="NoMagnifierVisitor"
include="MagnifierVisitor.h">
<documentation for_docs="no">Mv4: turn on/off the generation of the infomation for the magnifier tool</documentation>
<release>Magics++2.8</release>
<option xml="off" fortran="off" include="MagnifierVisitor.h" name="NoMagnifierVisitor"></option>
<option xml="on" fortran="on" include="MagnifierVisitor.h" name="MagnifierVisitor"></option>
</parameter>
<parameter member="expand"
to="bool"
default="off"
from="string"
name="subpage_expand_mode">
<documentation>If set to true, the projection will be expended to fill the drawing area! </documentation>
</parameter>
</class>
</magics>