source: trunk/SRC/Documentation/xmldoc/firststeps.html @ 147

Last change on this file since 147 was 140, checked in by pinsard, 18 years ago

new .html files from .xml files following the previous revision for Id modification

  • Property svn:keywords set to Id
File size: 68.1 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<meta name="generator" content=
5"HTML Tidy for Mac OS X (vers 1 September 2005), see www.w3.org">
6<meta http-equiv="Content-Type" content=
7"text/html; charset=us-ascii">
8<title>First steps with SAXO</title>
9<link rel="stylesheet" href="style.css" type="text/css">
10<link rel="stylesheet" href="saxo.css" type="text/css">
11<meta name="generator" content="DocBook XSL Stylesheets V1.70.1">
12<meta name="keywords" content="IDL, SAXO">
13</head>
14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
15alink="#0000FF">
16<div class="article" lang="en">
17<div class="titlepage">
18<div>
19<div>
20<h2 class="title"><a name="d0e3" id="d0e3"></a> First steps with
21<span class="application">SAXO</span></h2>
22</div>
23<div>
24<div class="authorgroup">
25<div class="author">
26<h3 class="author"><span class="firstname">S&eacute;bastien</span>
27<span class="surname">Masson</span> <code class=
28"email">&lt;<a href="mailto:Sebastien.Masson_at_locean-ipsl.upmc.fr">Sebastien.Masson_at_locean-ipsl.upmc.fr</a>&gt;</code></h3>
29</div>
30<div class="author">
31<h3 class="author"><span class="firstname">Fran&ccedil;oise</span>
32<span class="surname">Pinsard</span> <code class=
33"email">&lt;<a href=
34"mailto:Francoise.Pinsard_at_locean-ipsl.upmc.fr">Francoise.Pinsard_at_locean-ipsl.upmc.fr</a>&gt;</code></h3>
35</div>
36</div>
37</div>
38<div><span class="pubdate">svn Id of xml source file : $Id:
39firststeps.xml 139 2006-07-12 16:08:41Z pinsard $<br>
40<br></span></div>
41<div>
42<div class="revhistory">
43<table border="1" width="100%" summary="Revision history">
44<tr>
45<th align="left" valign="top" colspan="2"><b>Revision
46History</b></th>
47</tr>
48<tr>
49<td align="left">Revision 0.0</td>
50<td align="left">29 July 2005</td>
51</tr>
52<tr>
53<td align="left" colspan="2">First draft</td>
54</tr>
55<tr>
56<td align="left">Revision 0.1</td>
57<td align="left">29 August 2005</td>
58</tr>
59<tr>
60<td align="left" colspan="2">last Japanese version!</td>
61</tr>
62<tr>
63<td align="left">Revision 0.2</td>
64<td align="left">May 2006</td>
65</tr>
66<tr>
67<td align="left" colspan="2">split with getsaxo</td>
68</tr>
69</table>
70</div>
71</div>
72</div>
73<hr></div>
74<div class="toc">
75<p><b>Table of Contents</b></p>
76<dl>
77<dt><span class="sect1"><a href="#beforefirststeps">1. Before
78this</a></span></dt>
79<dt><span class="sect1"><a href="#first_plots">2. First
80plots...</a></span></dt>
81<dd>
82<dl>
83<dt><span class="sect2"><a href="#start_with_init">2.1. Start IDL
84session: <strong class="userinput"><code><span><strong class=
85"command">@init</strong></span></code></strong></a></span></dt>
86<dt><span class="sect2"><a href="#basic_plots">2.2. basic
87plots...</a></span></dt>
88</dl>
89</dd>
90<dt><span class="sect1"><a href="#gridded_data">3. Explore gridded
91data (model outputs and observations)</a></span></dt>
92<dd>
93<dl>
94<dt><span class="sect2"><a href="#load_grid">3.1. Load the data
95grid</a></span></dt>
96<dt><span class="sect2"><a href="#plt">3.2. horizontal plots and
97maps</a></span></dt>
98<dt><span class="sect2"><a href="#pltz">3.3. vertical
99sections</a></span></dt>
100<dt><span class="sect2"><a href="#pltt">3.4. hovmoellers and time
101series</a></span></dt>
102<dt><span class="sect2"><a href="#plt1d">3.5. 1D
103plots</a></span></dt>
104</dl>
105</dd>
106</dl>
107</div>
108<div class="sect1" lang="en">
109<div class="titlepage">
110<div>
111<div>
112<h2 class="title" style="clear: both"><a name="beforefirststeps"
113id="beforefirststeps"></a>1.&nbsp;Before this</h2>
114</div>
115</div>
116</div>
117<p>In this document, we supposed that you followed <a href=
118"getsaxo.html" target="_top">Get SAXO</a> recommandations.</p>
119</div>
120<div class="sect1" lang="en">
121<div class="titlepage">
122<div>
123<div>
124<h2 class="title" style="clear: both"><a name="first_plots" id=
125"first_plots"></a>2.&nbsp; First plots...</h2>
126</div>
127</div>
128</div>
129<div class="sect2" lang="en">
130<div class="titlepage">
131<div>
132<div>
133<h3 class="title"><a name="start_with_init" id=
134"start_with_init"></a>2.1.&nbsp; Start IDL session: <strong class=
135"userinput"><code><span><strong class=
136"command">@init</strong></span></code></strong></h3>
137</div>
138</div>
139</div>
140<p>Each IDL session using <span class="application">SAXO</span>
141must always start with: <code class="prompt">idl&gt;</code>
142<strong class="userinput"><code><span><strong class=
143"command">@init</strong></span></code></strong>.</p>
144<p><span class="emphasis"><em>The @ is equivalent to an include. It
145is used to execute a set of IDL commands that will be directly
146executed without any compilation (as it is the case for a procedure
147or a function). All variables defined and used in the @... file
148will still be accessible after the execution of the @... is
149finished (which is not the case for procedures and functions that
150ends with the return instruction).</em></span></p>
151<pre class="screen">
152  <code class="prompt">$</code> <strong class=
153"userinput"><code><span><strong class=
154"command">cd</strong></span> <code class="filename"><code class=
155"envar">${HOME}</code>/My_IDL/</code></code></strong>
156  <code class="prompt">$</code> <strong class=
157"userinput"><code><span><strong class=
158"command">idl</strong></span></code></strong>
159  <code class=
160"computeroutput">IDL Version 6.0, Mac OS X (darwin ppc m32). (c) 2003, Research Systems, Inc.</code>
161  <code class="computeroutput">Installation number: 35411.</code>
162  <code class=
163"computeroutput">Licensed for personal use by Jean-Philippe BOULANGER only.</code>
164  <code class=
165"computeroutput">All other use is strictly prohibited.</code>
166  <code class="prompt">idl&gt;</code> <strong class=
167"userinput"><code><span><strong class=
168"command">@init</strong></span></code></strong>
169  <code class=
170"computeroutput">% Compiled module: KEEP_COMPATIBILITY.</code>
171  <code class="computeroutput">% Compiled module: FIND.</code>
172  <code class="computeroutput">% Compiled module: PATH_SEP.</code>
173  <code class="computeroutput">% Compiled module: STRSPLIT.</code>
174  <code class=
175"computeroutput">% Compiled module: DEF_MYUNIQUETMPDIR.</code>
176  <code class=
177"computeroutput">We forget the compatibility with the old version</code>
178  <code class=
179"computeroutput">% Compiled module: DEMOMODE_COMPATIBILITY.</code>
180  <code class=
181"computeroutput">% Compiled module: ISADIRECTORY.</code>
182  <code class="computeroutput">% Compiled module: LCT.</code>
183  <code class="computeroutput">% Compiled module: RSTRPOS.</code>
184  <code class="computeroutput">% Compiled module: REVERSE.</code>
185  <code class="computeroutput">% Compiled module: STR_SEP.</code>
186  <code class="computeroutput">% Compiled module: LOADCT.</code>
187  <code class="prompt">idl&gt;</code>
188       
189</pre>
190<p>As an IDL session using <span class="application">SAXO</span>
191must always start with <code class="prompt">idl&gt;</code>
192<strong class="userinput"><code><span><strong class=
193"command">@init</strong></span></code></strong>, it could be
194convenient to define the environment variable <code class=
195"envar">IDL_STARTUP</code> to <code class="filename"><code class=
196"envar">${HOME}</code>/My_IDL/init.pro</code>. In that way,
197<code class="filename">init.pro</code> will automatically been
198executed when starting IDL. This can be done with the following
199command:</p>
200<div class="variablelist">
201<dl>
202<dt><span class="term"><span><strong class=
203"command">csh</strong></span></span></dt>
204<dd>
205<pre class="screen">
206<code class="prompt">$</code> <strong class=
207"userinput"><code><span><strong class=
208"command">setenv</strong></span> <code class=
209"envar">IDL_STARTUP</code> <code class="filename"><code class=
210"envar">${HOME}</code>/My_IDL/init.pro</code></code></strong>
211</pre></dd>
212<dt><span class="term"><span><strong class=
213"command">ksh</strong></span></span></dt>
214<dd>
215<pre class="screen">
216<code class="prompt">$</code> <strong class=
217"userinput"><code><span><strong class=
218"command">export</strong></span> <code class=
219"envar">IDL_STARTUP</code>=<code class="filename"><code class=
220"envar">${HOME}</code>/My_IDL/init.pro</code></code></strong>
221</pre></dd>
222</dl>
223</div>
224</div>
225<div class="sect2" lang="en">
226<div class="titlepage">
227<div>
228<div>
229<h3 class="title"><a name="basic_plots" id=
230"basic_plots"></a>2.2.&nbsp; basic plots...</h3>
231</div>
232</div>
233</div>
234<div class="sect3" lang="en">
235<div class="titlepage">
236<div>
237<div>
238<h4 class="title"><a name="basic_splot" id=
239"basic_splot"></a>2.2.1.&nbsp; splot</h4>
240</div>
241</div>
242</div>
243<div class="screenco">
244<pre class="screen">
245   <code class="prompt">idl&gt;</code> <strong class=
246"userinput"><code><span><strong class=
247"command">n = 10</strong></span></code></strong>                                             <span class="co"><img src="images/callouts/1.png?format=raw"
248alt="(1)"></span>
249   <code class="prompt">idl&gt;</code> <strong class=
250"userinput"><code><span><strong class=
251"command">y = findgen(n)</strong></span></code></strong> <img src=
252"images/callouts/1.png?format=raw" alt="1">
253   <code class="prompt">idl&gt;</code> <strong class=
254"userinput"><code><span><strong class=
255"command">plot, y</strong></span></code></strong> <a href=
256"figpng/basic_plot.png?format=raw" target="_top"><span class=
257"inlinemediaobject"><img src="images/showfig.png?format=raw" alt=
258"show result"></span></a>
259       
260</pre>
261<div class="calloutlist">
262<table border="0" summary="Callout list">
263<tr>
264<td width="5%" valign="top" align="left"><img src=
265"images/callouts/1.png?format=raw" alt="1" border="0"></td>
266<td valign="top" align="left">
267<p><span><strong class="command">findgen</strong></span> stands for
268<span class="bold"><strong>f</strong></span>loat <span class=
269"bold"><strong>ind</strong></span>ex <span class=
270"bold"><strong>gen</strong></span>erator.</p>
271<pre class="screen">
272  <code class="prompt">idl&gt;</code> <strong class=
273"userinput"><code><span><strong class=
274"command">print, findgen(6)</strong></span></code></strong>
275  <code class=
276"computeroutput">      0.00000      1.00000      2.00000      3.00000      4.00000      5.00000</code>
277               
278</pre></td>
279</tr>
280</table>
281</div>
282</div>
283<p>Using IDL <span><strong class="command">plot</strong></span>
284command is quite inconvenient to save the figure as a postscript.
285In addition, positioning the figure on the window/page by using
286<code class="varname">!p.position</code>, <code class=
287"varname">!p.region</code> and <code class=
288"varname">!p.multi</code> is often a nightmare. That's why we
289developed <span><strong class="command">splot</strong></span> (like
290super-plot) which can be used in the same way as plot but is much
291more convenient to make postscript and position the figure.</p>
292<pre class="screen">
293  <code class="prompt">idl&gt;</code> <strong class=
294"userinput"><code><span><strong class=
295"command">splot, y</strong></span></code></strong> <a href=
296"figpng/basic_splot1.png?format=raw" target="_top"><span class=
297"inlinemediaobject"><img src="images/showfig.png?format=raw" alt=
298"show result"></span></a>
299  <code class="computeroutput">% Compiled module: SPLOT.</code>
300  <code class="computeroutput">% Compiled module: REINITPLT.</code>
301  <code class=
302"computeroutput">% Compiled module: PLACEDESSIN.</code>
303  <code class="computeroutput">% Compiled module: CALIBRE.</code>
304  <code class=
305"computeroutput">% Compiled module: GIVEWINDOWSIZE.</code>
306  <code class=
307"computeroutput">% Compiled module: GET_SCREEN_SIZE.</code>
308  <code class=
309"computeroutput">% Compiled module: TERMINEDESSIN.</code>
310       
311</pre>
312<p>Save the figure seen on the screen as a (real, not a screen
313capture) postscript in only one command.</p>
314<div class="screenco">
315<pre class="screen">
316  <code class="prompt">idl&gt;</code> <strong class=
317"userinput"><code><span><strong class=
318"command">@ps</strong></span></code></strong>
319  <code class="computeroutput">% Compiled module: GETFILE.</code>
320  <code class="computeroutput">% Compiled module: PUTFILE.</code>
321  <code class="computeroutput">% Compiled module: OPENPS.</code>
322  <code class=
323"computeroutput">% Compiled module: XQUESTION.</code>                            <span class="co"><img src="images/callouts/1.png?format=raw"
324alt="(1)"></span>
325  <code class=
326"computeroutput">Name of the postscript file? (default answer is idl.ps) </code><strong class="userinput"><code>first_ps</code></strong> <img src="images/callouts/1.png?format=raw"
327alt="1">
328  <code class="computeroutput">% Compiled module: ISAFILE.</code>
329  <code class="computeroutput">% Compiled module: XNOTICE.</code>
330  <code class="computeroutput">% Compiled module: CLOSEPS.</code>
331  <code class="computeroutput">% Compiled module: PRINTPS.</code>
332  <code class=
333"computeroutput">% Compiled module: FILE_WHICH.</code>
334  <code class="computeroutput">% Compiled module: CW_BGROUP.</code>
335  <code class="computeroutput">% Compiled module: XMANAGER.</code>
336       
337</pre>
338<div class="calloutlist">
339<table border="0" summary="Callout list">
340<tr>
341<td width="5%" valign="top" align="left"><img src=
342"images/callouts/1.png?format=raw" alt="1" border="0"></td>
343<td valign="top" align="left">
344<p><em><span class="remark">If needed, the name of the postscript
345will automatically be completed with .ps. Just hit return, if you
346want to use the default postscript name: <code class=
347"filename">idl.ps</code>.</span></em></p>
348</td>
349</tr>
350</table>
351</div>
352</div>
353<p>Check that the &ldquo;<span class="quote"><code class=
354"filename">first_ps.ps</code></span>&rdquo; file is now
355existing...</p>
356<pre class="screen">
357  <code class="prompt">idl&gt;</code> <strong class=
358"userinput"><code><span><strong class=
359"command">print, file_test(psdir + 'first_ps.ps')</strong></span></code></strong>
360  <code class="computeroutput">           1</code>
361  <code class="prompt">idl&gt;</code> <strong class=
362"userinput"><code><span><strong class=
363"command">help, file_info(psdir + 'first_ps.ps'), /structure</strong></span></code></strong>
364  <code class=
365"computeroutput">** Structure FILE_INFO, 21 tags, length=64, data length=63:</code>
366  <code class=
367"computeroutput">   NAME            STRING    '/Users/sebastie/IDL/first_ps.ps'</code>
368  <code class=
369"computeroutput">   EXISTS          BYTE         1</code>
370  <code class=
371"computeroutput">   READ            BYTE         1</code>
372  <code class=
373"computeroutput">   WRITE           BYTE         1</code>
374  <code class=
375"computeroutput">   EXECUTE         BYTE         0</code>
376  <code class=
377"computeroutput">   REGULAR         BYTE         1</code>
378  <code class=
379"computeroutput">   DIRECTORY       BYTE         0</code>
380  <code class=
381"computeroutput">   BLOCK_SPECIAL   BYTE         0</code>
382  <code class="computeroutput">   CHARACTER_SPECIAL</code>
383  <code class=
384"computeroutput">                   BYTE         0</code>
385  <code class=
386"computeroutput">   NAMED_PIPE      BYTE         0</code>
387  <code class=
388"computeroutput">   SETUID          BYTE         0</code>
389  <code class=
390"computeroutput">   SETGID          BYTE         0</code>
391  <code class=
392"computeroutput">   SOCKET          BYTE         0</code>
393  <code class=
394"computeroutput">   STICKY_BIT      BYTE         0</code>
395  <code class=
396"computeroutput">   SYMLINK         BYTE         0</code>
397  <code class="computeroutput">   DANGLING_SYMLINK</code>
398  <code class=
399"computeroutput">                   BYTE         0</code>
400  <code class=
401"computeroutput">   MODE            LONG               420</code>
402  <code class=
403"computeroutput">   ATIME           LONG64                1122424373</code>
404  <code class=
405"computeroutput">   CTIME           LONG64                1122424373</code>       
406  <code class=
407"computeroutput">   MTIME           LONG64                1122424373</code>       
408  <code class=
409"computeroutput">   SIZE            LONG64                      4913</code>
410       
411</pre>
412<p><a name="splot_description" id="splot_description"></a>
413<span><strong class="command">splot</strong></span> accepts the
414same keywords as <span><strong class="command">plot</strong></span>
415(<code class="computeroutput"><a name="plot_kwd" id=
416"plot_kwd"></a>/ISOTROPIC, MAX_VALUE=value, MIN_VALUE=value,
417NSUM=value, /POLAR, THICK=value, /XLOG, /YLOG, /YNOZERO</code>),
418including the graphics keywords (<code class=
419"computeroutput"><a name="gr_kwd" id="gr_kwd"></a>BACKGROUND,
420CHARSIZE, CHARTHICK, CLIP, COLOR, DATA, DEVICE, FONT, LINESTYLE,
421NOCLIP, NODATA, NOERASE, NORMAL, POSITION, PSYM, SUBTITLE, SYMSIZE,
422T3D, THICK, TICKLEN, TITLE, [XYZ]CHARSIZE, [XYZ]GRIDSTYLE,
423[XYZ]MARGIN, [XYZ]MINOR, [XYZ]RANGE, [XYZ]STYLE, [XYZ]THICK,
424[XYZ]TICKFORMAT, [XYZ]TICKINTERVAL, [XYZ]TICKLAYOUT, [XYZ]TICKLEN,
425[XYZ]TICKNAME, [XYZ]TICKS, [XYZ]TICKUNITS, [XYZ]TICKV,
426[XYZ]TICK_GET, [XYZ]TITLE, ZVALUE</code>).</p>
427<p>It can therefore be customized <span class="emphasis"><em>as
428much as you want</em></span>. See this short example:</p>
429<pre class="screen">
430  <code class="prompt">idl&gt;</code> <strong class=
431"userinput"><code><span><strong class=
432"command">splot, y, y^2, linestyle = 2, thick = 2, title = 'y = x^2', /portrait</strong></span></code></strong> <a href="figpng/basic_splot2.png?format=raw"
433target="_top"><span class="inlinemediaobject"><img src=
434"images/showfig.png?format=raw" alt="show result"></span></a>
435       
436</pre>
437<p><span><strong class="command">splot</strong></span> can be used
438to setup the graphic environment (<code class="varname">!p</code>,
439<code class="varname">!x</code>, <code class="varname">!y</code>,
440<code class="varname">!z</code> variables) needed by procedures
441like <span><strong class="command">oplot</strong></span></p>
442<pre class="screen">
443  <code class="prompt">idl&gt;</code> <strong class=
444"userinput"><code><span><strong class=
445"command">splot, y, yrange = [0, (n-1)^2], title = 'x and x^2'</strong></span></code></strong>
446  <code class="prompt">idl&gt;</code> <strong class=
447"userinput"><code><span><strong class=
448"command">oplot, y^2, color = 50, linestyle = 2</strong></span></code></strong> <a href="figpng/basic_splot4.png?format=raw"
449target="_top"><span class="inlinemediaobject"><img src=
450"images/showfig.png?format=raw" alt="show result"></span></a>
451       
452</pre>
453<p>Use the keyword small to produce multi plots figures.</p>
454<div class="screenco">
455<pre class="screen">
456                                                           <span class="co"><img src="images/callouts/1.png?format=raw"
457alt="(1)"></span>
458  <code class="prompt">idl&gt;</code> <strong class=
459"userinput"><code><span><strong class=
460"command">splot, y, y^2, title = 'y = x^2', psym = 2, small <span class="inlinemediaobject"><img src="images/callouts/1.png?format=raw"
461alt="1"></span> =</strong></span></code></strong><span class=
462"co"><img src="images/callouts/1.png?format=raw" alt=
463"(1)"></span><span class="co"><img src=
464"images/callouts/2.png?format=raw" alt="(2)"></span><strong class=
465"userinput"><code><span><strong class=
466"command"> [1, 2, 1]</strong></span></code></strong>
467  <code class="prompt">idl&gt;</code> <strong class=
468"userinput"><code><span><strong class=
469"command">splot, findgen(360)/36., findgen(360)*2.*!dtor, /polar $</strong></span></code></strong>
470  <code class="prompt">idl&gt;</code> <strong class=
471"userinput"><code><span><strong class=
472"command">    , small <span class="inlinemediaobject"><img src=
473"images/callouts/1.png?format=raw" alt=
474"1"></span> = [1, 2, 2], /noerase <span class=
475"inlinemediaobject"><img src="images/callouts/2.png?format=raw"
476alt="2"></span></strong></span></code></strong> <a href=
477"figpng/basic_splot3.png?format=raw" target="_top"><span class=
478"inlinemediaobject"><img src="images/showfig.png?format=raw" alt=
479"show result"></span></a>
480       
481</pre>
482<div class="calloutlist">
483<table border="0" summary="Callout list">
484<tr>
485<td width="5%" valign="top" align="left"><img src=
486"images/callouts/1.png?format=raw" alt="1" border="0"></td>
487<td valign="top" align="left">
488<p>the <code class="computeroutput">small</code> keyword is a 3
489elements vector which defines how we divide the page and in which
490case we should make the plot: [number of columns, number of rows,
491case number]. The case numbering is starting at 1, from top to
492bottom and left to right.</p>
493</td>
494</tr>
495<tr>
496<td width="5%" valign="top" align="left"><img src=
497"images/callouts/2.png?format=raw" alt="2" border="0"></td>
498<td valign="top" align="left">you must put <code class=
499"computeroutput">/noerase</code> otherwise the second plot will be
500done in a new window.</td>
501</tr>
502</table>
503</div>
504</div>
505</div>
506<div class="sect3" lang="en">
507<div class="titlepage">
508<div>
509<div>
510<h4 class="title"><a name="basic_contour" id=
511"basic_contour"></a>2.2.2.&nbsp; scontour</h4>
512</div>
513</div>
514</div>
515<p>Following <span><strong class="command"><a href="#basic_splot"
516title="2.2.1.&nbsp; splot  ">splot</a></strong></span> example, we
517provide <span><strong class="command">scontour</strong></span> as a
518"super <span><strong class="command">contour</strong></span>".</p>
519<pre class="screen">
520  <code class="prompt">idl&gt;</code> <strong class=
521"userinput"><code><span><strong class=
522"command">z = dist(n)</strong></span></code></strong>
523  <code class="computeroutput">% Compiled module: DIST.</code>
524  <code class="prompt">idl&gt;</code> <strong class=
525"userinput"><code><span><strong class=
526"command">scontour, z</strong></span></code></strong> <a href=
527"figpng/basic_scontour1.png?format=raw" target="_top"><span class=
528"inlinemediaobject"><img src="images/showfig.png?format=raw" alt=
529"show result"></span></a>
530  <code class="computeroutput">% Compiled module: SCONTOUR.</code>
531  <code class="computeroutput">% Compiled module: CHKSTRU.</code>
532       
533</pre>
534<p><span><strong class="command">scontour</strong></span> accepts
535the same keywords as <span><strong class=
536"command">contour</strong></span> (<code class=
537"computeroutput">C_ANNOTATION=vector_of_strings, C_CHARSIZE=value,
538C_CHARTHICK=integer, C_COLORS=vector, C_LABELS=vector{each element
5390 or 1}, C_LINESTYLE=vector, { /FILL | /CELL_FILL |
540C_ORIENTATION=degrees}, C_SPACING=value, C_THICK=vector, /CLOSED,
541/DOWNHILL, /FOLLOW, /IRREGULAR, /ISOTROPIC, LEVELS=vector,
542NLEVELS=integer{1 to 60}, MAX_VALUE=value, MIN_VALUE=value,
543/OVERPLOT, {/PATH_DATA_COORDS, PATH_FILENAME=string,
544PATH_INFO=variable, PATH_XY=variable}, TRIANGULATION=variable,
545/PATH_DOUBLE, /XLOG, /YLOG, ZAXIS={0 | 1 | 2 | 3 | 4}</code>),
546including the <a href="#gr_kwd">graphics keywords</a> (except
547<code class="computeroutput">LINESTYLE, PSYM, SYMSIZE</code>).</p>
548<p>It can therefore be customized <span class="emphasis"><em>as
549much as you want</em></span>. See these short examples:</p>
550<pre class="screen">
551  <code class="prompt">idl&gt;</code> <strong class=
552"userinput"><code><span><strong class=
553"command">scontour, z, /fill, nlevels = 15, subtitle = 'nicer contour' $</strong></span></code></strong>
554  <code class="prompt">idl&gt;</code> <strong class=
555"userinput"><code><span><strong class=
556"command">    , xtitle = 'x index', charsize = 1.5</strong></span></code></strong> <a href="figpng/basic_scontour2.png?format=raw"
557target="_top"><span class="inlinemediaobject"><img src=
558"images/showfig.png?format=raw" alt="show result"></span></a>
559       
560</pre>
561<p>It can be used in combinaison with contour to make more complex
562plots:</p>
563<div class="screenco">
564<pre class="screen">
565                                                           <span class="co"><img src="images/callouts/1.png?format=raw"
566alt="(1)"></span>
567  <code class="prompt">idl&gt;</code> <strong class=
568"userinput"><code><span><strong class=
569"command">ind = findgen(2*n)/(2.*n)</strong></span></code></strong>
570  <code class="prompt">idl&gt;</code> <strong class=
571"userinput"><code><span><strong class=
572"command">scontour, z, levels = n*ind, c_orientation = 180*ind, c_spacing = 0.4*ind</strong></span></code></strong>
573  <code class="prompt">idl&gt;</code> <strong class=
574"userinput"><code><span><strong class=
575"command">contour, z, /overplot, c_label = rebin([1, 0], 2, n) <span class="inlinemediaobject"><img src="images/callouts/1.png?format=raw"
576alt="1"></span>, levels = n*ind $</strong></span></code></strong>
577  <code class="prompt">idl&gt;</code> <strong class=
578"userinput"><code><span><strong class=
579"command">    , c_charthick = 2, c_charsize = 1.5, c_colors = 250*ind</strong></span></code></strong> <a href="figpng/basic_scontour3.png?format=raw"
580target="_top"><span class="inlinemediaobject"><img src=
581"images/showfig.png?format=raw" alt="show result"></span></a>
582       
583</pre>
584<div class="calloutlist">
585<table border="0" summary="Callout list">
586<tr>
587<td width="5%" valign="top" align="left"><img src=
588"images/callouts/1.png?format=raw" alt="1" border="0"></td>
589<td valign="top" align="left">
590<p><span><strong class="command">rebin</strong></span> is used to
591build an array containing an alternation of 1 and 0 in order to
592label one contour every two contours.</p>
593<pre class="screen">
594  <code class="prompt">idl&gt;</code> <strong class=
595"userinput"><code><span><strong class=
596"command">print, rebin([1, 0], 2, 3)</strong></span></code></strong>
597  <code class="computeroutput">       1       0</code>
598  <code class="computeroutput">       1       0</code>
599  <code class="computeroutput">       1       0</code>
600               
601</pre></td>
602</tr>
603</table>
604</div>
605</div>
606<p><span><strong class="command">scontour</strong></span> is
607compatible with the positioning method associated with the
608<code class="computeroutput">small</code> keyword. See for example
609the test file <a href="../../Tests/tst_basic.pro?format=raw"
610target="_top"><code class="filename">tst_basic.pro</code></a>:</p>
611<pre class="screen">
612  <code class="prompt">idl&gt;</code> <strong class=
613"userinput"><code><span><strong class=
614"command">tst_basic</strong></span></code></strong> <a href=
615"figpng/tst_basic.png?format=raw" target="_top"><span class=
616"inlinemediaobject"><img src="images/showfig.png?format=raw" alt=
617"show result"></span></a>
618       
619</pre></div>
620<div class="sect3" lang="en">
621<div class="titlepage">
622<div>
623<div>
624<h4 class="title"><a name="tvplus" id="tvplus"></a>2.2.3.&nbsp;
625Quick look at 2D arrays: tvplus</h4>
626</div>
627</div>
628</div>
629<p><span><strong class="command">tvplus</strong></span> is a
630enhanced version of tvscl and allow you to have a quick look and
631perform basic exploration of 2D arrays.</p>
632<pre class="screen">
633            <code class="prompt">idl&gt;</code> <strong class=
634"userinput"><code><span><strong class=
635"command">tvplus, dist(20)</strong></span></code></strong> <a href=
636"figpng/tvplus.png?format=raw" target="_top"><span class=
637"inlinemediaobject"><img src="images/showfig.png?format=raw" alt=
638"show result"></span></a>
639  <code class=
640"computeroutput">left button  : mouse position and associated array value</code>
641  <code class=
642"computeroutput">middle button: use it twice to define a zoom box</code>
643  <code class="computeroutput">right button : quit</code>
644  <code class=
645"computeroutput">(x, y) = (  5,   5), value = 7.07107</code>
646  <code class=
647"computeroutput">(x, y) = ( 12,   8), value = 11.3137</code>
648         
649</pre>
650<p>For more informations on <span><strong class=
651"command">tvplus</strong></span>, try:</p>
652<pre class="screen">
653  <code class="prompt">idl&gt;</code> <strong class=
654"userinput"><code><span><strong class=
655"command">xhelp, 'tvplus'</strong></span></code></strong>
656         
657</pre></div>
658</div>
659</div>
660<div class="sect1" lang="en">
661<div class="titlepage">
662<div>
663<div>
664<h2 class="title" style="clear: both"><a name="gridded_data" id=
665"gridded_data"></a>3.&nbsp; Explore gridded data (model outputs and
666observations)</h2>
667</div>
668</div>
669</div>
670<p>This section briefly describes the main functionalities offered
671by SAXO to explore gridded data on regular or irregular grid.</p>
672<div class="sect2" lang="en">
673<div class="titlepage">
674<div>
675<div>
676<h3 class="title"><a name="load_grid" id="load_grid"></a>3.1.&nbsp;
677Load the data grid</h3>
678</div>
679</div>
680</div>
681<p>As we focus in this section on the gridded data, we must first
682load the grid informations before reading and plotting the data.
683Loading the grid independently of the data allow you to reload the
684grid only when it is strictly necessary and not every time you
685access the data. In <code class="filename"><code class=
686"envar">${HOME}</code>/SAXO_DIR/Tests/</code>, we provide several
687examples to load a grid.</p>
688<div class="sect3" lang="en">
689<div class="titlepage">
690<div>
691<div>
692<h4 class="title"><a name="load_fromdata" id=
693"load_fromdata"></a>3.1.1.&nbsp; Easiest solution: load data grid
694(regular or not) directly from the data file.</h4>
695</div>
696</div>
697</div>
698<p>Example of Levitus temperature on a regular 1x1 grid.</p>
699<pre class="screen">
700  <code class="prompt">idl&gt;</code> <strong class=
701"userinput"><code><span><strong class=
702"command">@tst_initlev</strong></span></code></strong>
703  <code class="computeroutput">% Compiled module: INITNCDF.</code>
704  <code class="computeroutput">% Compiled module: ISAFILE.</code>
705  <code class="computeroutput">% Compiled module: UNIQ.</code>
706  <code class="computeroutput">% Loaded DLM: NCDF.</code>
707  <code class=
708"computeroutput">% Compiled module: COMPUTEGRID.</code>
709  <code class="computeroutput">% Compiled module: DOMDEF.</code>
710  <code class="computeroutput">% Compiled module: INTER.</code>
711  <code class="computeroutput">% Compiled module: TRIANGULE.</code>
712  <code class=
713"computeroutput">% Compiled module: TRIANGULE_C.</code>
714  <code class="computeroutput">% Compiled module: UNDEFINE.</code>
715  <code class="computeroutput">% Compiled module: TESTVAR.</code>
716  <code class="computeroutput">% Compiled module: DIFFERENT.</code>
717  <code class="computeroutput">% Compiled module: DEFINETRI.</code>
718         
719</pre>
720<p>This <a href="../../Tests/tst_initlev.pro?format=raw" target=
721"_top"><span><strong class=
722"command">@tst_initlev</strong></span></a> command allows us to
723define:</p>
724<div class="itemizedlist">
725<ul type="disc">
726<li>domain dimensions, stored in <code class="varname">jpi, jpj and
727jpk</code></li>
728<li>points abscissa, stored in 2D array glamt</li>
729<li>points ordinates, stored in 2D array gphit</li>
730<li>points depths, stored in 1D array gdept</li>
731<li>cells corners abscissa, stored in 2D array glamf</li>
732<li>cells corners ordinates, stored in 2D array gphif</li>
733<li>cells upper boundary depth, stored in 1D array gdepw</li>
734<li>land-sea mask, stored in tmask</li>
735<li>the cells size in the longitudinal direction, stored in 2D
736array e1t</li>
737<li>the cells size in the latitudinal direction, stored in 2D array
738e2t</li>
739<li>the cells size in the vertical direction, stored in 1D array
740e3t</li>
741<li>the triangulation used to fill the land points, stored in
742triangles_list</li>
743</ul>
744</div>
745<pre class="screen">
746  <code class="prompt">idl&gt;</code> <strong class=
747"userinput"><code><span><strong class=
748"command">help, jpi,jpj,jpk</strong></span></code></strong>
749  <code class=
750"computeroutput">JPI (LOCAL_COORD)   LONG      =          360</code>
751  <code class=
752"computeroutput">JPJ (LOCAL_COORD)   LONG      =          180</code>
753  <code class=
754"computeroutput">JPK (LOCAL_COORD)   LONG      =           33</code>
755  <code class="prompt">idl&gt;</code> <strong class=
756"userinput"><code><span><strong class=
757"command">help, glamt, gphit,glamf, gphif</strong></span></code></strong>
758  <code class=
759"computeroutput">GLAMT (LONGITUDES)  FLOAT     = Array[360, 180]</code>
760  <code class=
761"computeroutput">GPHIT (LATITUDES)   FLOAT     = Array[360, 180]</code>
762  <code class=
763"computeroutput">GLAMF (LONGITUDES)  FLOAT     = Array[360, 180]</code>
764  <code class=
765"computeroutput">GPHIF (LATITUDES)   FLOAT     = Array[360, 180]</code>
766  <code class="prompt">idl&gt;</code> <strong class=
767"userinput"><code><span><strong class=
768"command">help, gdept, gdepw</strong></span></code></strong>
769  <code class=
770"computeroutput">GDEPT (VERTICAL)    FLOAT     = Array[33]</code>
771  <code class=
772"computeroutput">GDEPW (VERTICAL)    FLOAT     = Array[33]</code>
773  <code class="prompt">idl&gt;</code> <strong class=
774"userinput"><code><span><strong class=
775"command">help, e1t, e2t, e3t</strong></span></code></strong>
776  <code class=
777"computeroutput">E1T (SCALE_FACTORS) FLOAT     = Array[360, 180]</code>
778  <code class=
779"computeroutput">E2T (SCALE_FACTORS) FLOAT     = Array[360, 180]</code>
780  <code class=
781"computeroutput">E3T (VERTICAL)      FLOAT     = Array[33]</code>
782  <code class="prompt">idl&gt;</code> <strong class=
783"userinput"><code><span><strong class=
784"command">help, tmask</strong></span></code></strong>
785  <code class=
786"computeroutput">TMASK (MASKS)       BYTE      = Array[360, 180, 33]</code>
787  <code class="prompt">idl&gt;</code> <strong class=
788"userinput"><code><span><strong class=
789"command">help, triangles_list</strong></span></code></strong>
790  <code class=
791"computeroutput">TRIANGLES_LIST (LIEES_A_TRIANGULE) LONG      = Array[3, 128880]</code>
792  <code class="prompt">idl&gt;</code> <strong class=
793"userinput"><code><span><strong class=
794"command">tvplus, glamt*tmask[*,*,0]</strong></span></code></strong>
795  <code class="prompt">idl&gt;</code> <strong class=
796"userinput"><code><span><strong class=
797"command">tvplus, gphit*tmask[*,*,0]</strong></span></code></strong>
798         
799</pre>
800<p>We provide other initialization methods/examples</p>
801<div class="itemizedlist">
802<ul type="disc">
803<li><a href="../../Tests/tst_initorca2_short.pro?format=raw"
804target="_top">@tst_initorca2_short</a> : ORCA2 example</li>
805<li><a href="../../Tests/tst_initorca05_short.pro?format=raw"
806target="_top">@tst_initorca05_short</a> : ORCA05 example</li>
807<li><a href="../../Tests/tst_initlev_stride.pro?format=raw" target=
808"_top">@tst_initlev_stride</a> : same as @tst_initlev but we skip
809on point over 2 in x and y direction</li>
810<li><a href="../../Tests/tst_initorca2_short_stride.pro?format=raw"
811target="_top">@tst_initorca2_short_stride</a> : ORCA2 with
812stride</li>
813<li><a href=
814"../../Tests/tst_initorca05_short_stride.pro?format=raw" target=
815"_top">@tst_initorca05_short_stride</a> : ORCA05 with stride</li>
816<li><a href="../../Tests/tst_initlev_index.pro?format=raw" target=
817"_top">@tst_initlev_index</a> : in that case we load the grid using
818points index as axis instead of the longitude/latitude
819position</li>
820<li><a href="../../Tests/tst_initorca2_index.pro?format=raw"
821target="_top">@tst_initorca2_index</a> : load ORCA2 as it see by
822the model</li>
823<li><a href="../../Tests/tst_initorca05_index.pro?format=raw"
824target="_top">@tst_initorca05_index</a> : load ORCA05 as it see by
825the model</li>
826<li><a href="../../Tests/tst_initlev_index_stride.pro?format=raw"
827target="_top">@tst_initlev_index_stride</a> : @tst_initlev_index
828with stride</li>
829<li><a href="../../Tests/tst_initorca2_index_stride.pro?format=raw"
830target="_top">@tst_initorca2_index_stride</a> : ORCA2 in index with
831stride</li>
832<li><a href=
833"../../Tests/tst_initorca05_index_stride.pro?format=raw" target=
834"_top">@tst_initorca05_index_stride</a> : ORCA05 in index with
835stride</li>
836</ul>
837</div>
838</div>
839<div class="sect3" lang="en">
840<div class="titlepage">
841<div>
842<div>
843<h4 class="title"><a name="load_meshmask" id=
844"load_meshmask"></a>3.1.2.&nbsp; Load the grid from OPA
845<code class="filename">meshmask</code> file</h4>
846</div>
847</div>
848</div>
849<p>When the grid is really irregular (its abscissa and ordinate
850cannot be descried by a vector), loading the grid directly from the
851data forces us to make an approximation when computing the grid
852corners position and the cells size. In that case, it can be
853preferable to load the grid from the meshmask file created by OPA.
854As OPA use a Arakawa-C discretization, loading the grid from the
855meshmask will also define all parameters related to the U, V and F
856grids (glam[uv],gphi[uv], e[12][uvf]). Note that, when using a
857simple <a href="#load_fromdata" title=
858"3.1.1.&nbsp;  Easiest solution: load data grid (regular or not) directly from the data file. ">
859grid definition from the data itself</a> (with <code class=
860"filename">initncdf</code> or <code class=
861"filename">computegrid</code>), adding the keyword /FULLCGRID leads
862also to the definition of all U, V and F grids parameters. There is
863the examples to load ORCA grids from OPA meshmask.</p>
864<div class="itemizedlist">
865<ul type="disc">
866<li><a href="../../Tests/tst_initorca2.pro?format=raw" target=
867"_top">@tst_initorca2</a> : ORCA2</li>
868<li><a href="../../Tests/tst_initorca05.pro?format=raw" target=
869"_top">@tst_initorca05</a> : ORCA05</li>
870<li><a href="../../Tests/tst_initorca2_stride.pro?format=raw"
871target="_top">@tst_initorca2_stride</a> : ORCA2 with stride</li>
872<li><a href="../../Tests/tst_initorca05_stride.pro?format=raw"
873target="_top">@tst_initorca05_stride</a> : ORCA05 with stride</li>
874<li><a href="../../Tests/tst_initorca2_index.pro?format=raw"
875target="_top">@tst_initorca2_index</a> : load ORCA2 as it see by
876the model</li>
877<li><a href="../../Tests/tst_initorca05_index.pro?format=raw"
878target="_top">@tst_initorca05_index</a> : load ORCA05 as it see by
879the model</li>
880<li><a href="../../Tests/tst_initorca2_index_stride.pro?format=raw"
881target="_top">@tst_initorca2_index_stride</a> : ORCA2 in index with
882stride</li>
883<li><a href=
884"../../Tests/tst_initorca05_index_stride.pro?format=raw" target=
885"_top">@tst_initorca05_index_stride</a> : ORCA05 in index with
886stride</li>
887</ul>
888</div>
889</div>
890</div>
891<div class="sect2" lang="en">
892<div class="titlepage">
893<div>
894<div>
895<h3 class="title"><a name="plt" id="plt"></a>3.2.&nbsp; horizontal
896plots and maps</h3>
897</div>
898</div>
899</div>
900<p>A quick presentation of horizontal plots and maps is shown in
901<a href="../../Tests/tst_plt.pro?format=raw" target=
902"_top">tst_plt</a>. After loading any of the grid (for example with
903one of the <a href="#load_grid" title=
904"3.1.&nbsp; Load the data grid  ">above examples</a>). Just
905try:</p>
906<pre class="screen">
907  <code class="prompt">idl&gt;</code> <strong class=
908"userinput"><code><span><strong class=
909"command">tst_plt</strong></span></code></strong>
910         
911</pre>
912<p><span class="emphasis"><em>Beware, the command is
913<span><strong class="command">tst_plt</strong></span> and not
914<span><strong class="command">@tst_plt</strong></span> as
915<code class="filename">tst_plt.pro</code> is a procedure and not an
916include.</em></span></p>
917<p>See the results with</p>
918<div class="itemizedlist">
919<ul type="disc">
920<li><span><strong class="command">@tst_initlev</strong></span>
921<a href="figpng/tst_plt_lev_01.png?format=raw" target=
922"_top"><span class="inlinemediaobject"><img src=
923"images/showfig.png?format=raw" alt="show result"></span></a>
924<a href="figpng/tst_plt_lev_02.png?format=raw" target=
925"_top"><span class="inlinemediaobject"><img src=
926"images/showfig.png?format=raw" alt="show result"></span></a>
927<a href="figpng/tst_plt_lev_03.png?format=raw" target=
928"_top"><span class="inlinemediaobject"><img src=
929"images/showfig.png?format=raw" alt="show result"></span></a>
930<a href="figpng/tst_plt_lev_04.png?format=raw" target=
931"_top"><span class="inlinemediaobject"><img src=
932"images/showfig.png?format=raw" alt="show result"></span></a>
933<a href="figpng/tst_plt_lev_05.png?format=raw" target=
934"_top"><span class="inlinemediaobject"><img src=
935"images/showfig.png?format=raw" alt="show result"></span></a>
936<a href="figpng/tst_plt_lev_06.png?format=raw" target=
937"_top"><span class="inlinemediaobject"><img src=
938"images/showfig.png?format=raw" alt="show result"></span></a>
939<a href="figpng/tst_plt_lev_07.png?format=raw" target=
940"_top"><span class="inlinemediaobject"><img src=
941"images/showfig.png?format=raw" alt="show result"></span></a>
942<a href="figpng/tst_plt_lev_08.png?format=raw" target=
943"_top"><span class="inlinemediaobject"><img src=
944"images/showfig.png?format=raw" alt="show result"></span></a>
945<a href="figpng/tst_plt_lev_09.png?format=raw" target=
946"_top"><span class="inlinemediaobject"><img src=
947"images/showfig.png?format=raw" alt="show result"></span></a>
948<a href="figpng/tst_plt_lev_10.png?format=raw" target=
949"_top"><span class="inlinemediaobject"><img src=
950"images/showfig.png?format=raw" alt="show result"></span></a></li>
951<li><span><strong class="command">@tst_initorca2</strong></span>
952<a href="figpng/tst_plt_orca2_01.png?format=raw" target=
953"_top"><span class="inlinemediaobject"><img src=
954"images/showfig.png?format=raw" alt="show result"></span></a>
955<a href="figpng/tst_plt_orca2_02.png?format=raw" target=
956"_top"><span class="inlinemediaobject"><img src=
957"images/showfig.png?format=raw" alt="show result"></span></a>
958<a href="figpng/tst_plt_orca2_03.png?format=raw" target=
959"_top"><span class="inlinemediaobject"><img src=
960"images/showfig.png?format=raw" alt="show result"></span></a>
961<a href="figpng/tst_plt_orca2_04.png?format=raw" target=
962"_top"><span class="inlinemediaobject"><img src=
963"images/showfig.png?format=raw" alt="show result"></span></a>
964<a href="figpng/tst_plt_orca2_05.png?format=raw" target=
965"_top"><span class="inlinemediaobject"><img src=
966"images/showfig.png?format=raw" alt="show result"></span></a>
967<a href="figpng/tst_plt_orca2_06.png?format=raw" target=
968"_top"><span class="inlinemediaobject"><img src=
969"images/showfig.png?format=raw" alt="show result"></span></a>
970<a href="figpng/tst_plt_orca2_07.png?format=raw" target=
971"_top"><span class="inlinemediaobject"><img src=
972"images/showfig.png?format=raw" alt="show result"></span></a>
973<a href="figpng/tst_plt_orca2_08.png?format=raw" target=
974"_top"><span class="inlinemediaobject"><img src=
975"images/showfig.png?format=raw" alt="show result"></span></a>
976<a href="figpng/tst_plt_orca2_09.png?format=raw" target=
977"_top"><span class="inlinemediaobject"><img src=
978"images/showfig.png?format=raw" alt="show result"></span></a>
979<a href="figpng/tst_plt_orca2_10.png?format=raw" target=
980"_top"><span class="inlinemediaobject"><img src=
981"images/showfig.png?format=raw" alt="show result"></span></a></li>
982<li><span><strong class="command">@tst_initorca05</strong></span>
983<a href="figpng/tst_plt_orca05_01.png?format=raw" target=
984"_top"><span class="inlinemediaobject"><img src=
985"images/showfig.png?format=raw" alt="show result"></span></a>
986<a href="figpng/tst_plt_orca05_02.png?format=raw" target=
987"_top"><span class="inlinemediaobject"><img src=
988"images/showfig.png?format=raw" alt="show result"></span></a>
989<a href="figpng/tst_plt_orca05_03.png?format=raw" target=
990"_top"><span class="inlinemediaobject"><img src=
991"images/showfig.png?format=raw" alt="show result"></span></a>
992<a href="figpng/tst_plt_orca05_04.png?format=raw" target=
993"_top"><span class="inlinemediaobject"><img src=
994"images/showfig.png?format=raw" alt="show result"></span></a>
995<a href="figpng/tst_plt_orca05_05.png?format=raw" target=
996"_top"><span class="inlinemediaobject"><img src=
997"images/showfig.png?format=raw" alt="show result"></span></a>
998<a href="figpng/tst_plt_orca05_06.png?format=raw" target=
999"_top"><span class="inlinemediaobject"><img src=
1000"images/showfig.png?format=raw" alt="show result"></span></a>
1001<a href="figpng/tst_plt_orca05_07.png?format=raw" target=
1002"_top"><span class="inlinemediaobject"><img src=
1003"images/showfig.png?format=raw" alt="show result"></span></a>
1004<a href="figpng/tst_plt_orca05_08.png?format=raw" target=
1005"_top"><span class="inlinemediaobject"><img src=
1006"images/showfig.png?format=raw" alt="show result"></span></a>
1007<a href="figpng/tst_plt_orca05_09.png?format=raw" target=
1008"_top"><span class="inlinemediaobject"><img src=
1009"images/showfig.png?format=raw" alt="show result"></span></a>
1010<a href="figpng/tst_plt_orca05_10.png?format=raw" target=
1011"_top"><span class="inlinemediaobject"><img src=
1012"images/showfig.png?format=raw" alt="show result"></span></a></li>
1013<li><span><strong class=
1014"command">@tst_initlev_stride</strong></span> <a href=
1015"figpng/tst_plt_lev_stride_01.png?format=raw" target=
1016"_top"><span class="inlinemediaobject"><img src=
1017"images/showfig.png?format=raw" alt="show result"></span></a>
1018<a href="figpng/tst_plt_lev_stride_02.png?format=raw" target=
1019"_top"><span class="inlinemediaobject"><img src=
1020"images/showfig.png?format=raw" alt="show result"></span></a>
1021<a href="figpng/tst_plt_lev_stride_03.png?format=raw" target=
1022"_top"><span class="inlinemediaobject"><img src=
1023"images/showfig.png?format=raw" alt="show result"></span></a>
1024<a href="figpng/tst_plt_lev_stride_04.png?format=raw" target=
1025"_top"><span class="inlinemediaobject"><img src=
1026"images/showfig.png?format=raw" alt="show result"></span></a>
1027<a href="figpng/tst_plt_lev_stride_05.png?format=raw" target=
1028"_top"><span class="inlinemediaobject"><img src=
1029"images/showfig.png?format=raw" alt="show result"></span></a>
1030<a href="figpng/tst_plt_lev_stride_06.png?format=raw" target=
1031"_top"><span class="inlinemediaobject"><img src=
1032"images/showfig.png?format=raw" alt="show result"></span></a>
1033<a href="figpng/tst_plt_lev_stride_07.png?format=raw" target=
1034"_top"><span class="inlinemediaobject"><img src=
1035"images/showfig.png?format=raw" alt="show result"></span></a>
1036<a href="figpng/tst_plt_lev_stride_08.png?format=raw" target=
1037"_top"><span class="inlinemediaobject"><img src=
1038"images/showfig.png?format=raw" alt="show result"></span></a>
1039<a href="figpng/tst_plt_lev_stride_09.png?format=raw" target=
1040"_top"><span class="inlinemediaobject"><img src=
1041"images/showfig.png?format=raw" alt="show result"></span></a>
1042<a href="figpng/tst_plt_lev_stride_10.png?format=raw" target=
1043"_top"><span class="inlinemediaobject"><img src=
1044"images/showfig.png?format=raw" alt="show result"></span></a></li>
1045<li><span><strong class=
1046"command">@tst_initorca2_stride</strong></span> <a href=
1047"figpng/tst_plt_orca2_stride_01.png?format=raw" target=
1048"_top"><span class="inlinemediaobject"><img src=
1049"images/showfig.png?format=raw" alt="show result"></span></a>
1050<a href="figpng/tst_plt_orca2_stride_02.png?format=raw" target=
1051"_top"><span class="inlinemediaobject"><img src=
1052"images/showfig.png?format=raw" alt="show result"></span></a>
1053<a href="figpng/tst_plt_orca2_stride_03.png?format=raw" target=
1054"_top"><span class="inlinemediaobject"><img src=
1055"images/showfig.png?format=raw" alt="show result"></span></a>
1056<a href="figpng/tst_plt_orca2_stride_04.png?format=raw" target=
1057"_top"><span class="inlinemediaobject"><img src=
1058"images/showfig.png?format=raw" alt="show result"></span></a>
1059<a href="figpng/tst_plt_orca2_stride_05.png?format=raw" target=
1060"_top"><span class="inlinemediaobject"><img src=
1061"images/showfig.png?format=raw" alt="show result"></span></a>
1062<a href="figpng/tst_plt_orca2_stride_06.png?format=raw" target=
1063"_top"><span class="inlinemediaobject"><img src=
1064"images/showfig.png?format=raw" alt="show result"></span></a>
1065<a href="figpng/tst_plt_orca2_stride_07.png?format=raw" target=
1066"_top"><span class="inlinemediaobject"><img src=
1067"images/showfig.png?format=raw" alt="show result"></span></a>
1068<a href="figpng/tst_plt_orca2_stride_08.png?format=raw" target=
1069"_top"><span class="inlinemediaobject"><img src=
1070"images/showfig.png?format=raw" alt="show result"></span></a>
1071<a href="figpng/tst_plt_orca2_stride_09.png?format=raw" target=
1072"_top"><span class="inlinemediaobject"><img src=
1073"images/showfig.png?format=raw" alt="show result"></span></a>
1074<a href="figpng/tst_plt_orca2_stride_10.png?format=raw" target=
1075"_top"><span class="inlinemediaobject"><img src=
1076"images/showfig.png?format=raw" alt="show result"></span></a></li>
1077<li><span><strong class=
1078"command">@tst_initorca05_stride</strong></span> <a href=
1079"figpng/tst_plt_orca05_stride_01.png?format=raw" target=
1080"_top"><span class="inlinemediaobject"><img src=
1081"images/showfig.png?format=raw" alt="show result"></span></a>
1082<a href="figpng/tst_plt_orca05_stride_02.png?format=raw" target=
1083"_top"><span class="inlinemediaobject"><img src=
1084"images/showfig.png?format=raw" alt="show result"></span></a>
1085<a href="figpng/tst_plt_orca05_stride_03.png?format=raw" target=
1086"_top"><span class="inlinemediaobject"><img src=
1087"images/showfig.png?format=raw" alt="show result"></span></a>
1088<a href="figpng/tst_plt_orca05_stride_04.png?format=raw" target=
1089"_top"><span class="inlinemediaobject"><img src=
1090"images/showfig.png?format=raw" alt="show result"></span></a>
1091<a href="figpng/tst_plt_orca05_stride_05.png?format=raw" target=
1092"_top"><span class="inlinemediaobject"><img src=
1093"images/showfig.png?format=raw" alt="show result"></span></a>
1094<a href="figpng/tst_plt_orca05_stride_06.png?format=raw" target=
1095"_top"><span class="inlinemediaobject"><img src=
1096"images/showfig.png?format=raw" alt="show result"></span></a>
1097<a href="figpng/tst_plt_orca05_stride_07.png?format=raw" target=
1098"_top"><span class="inlinemediaobject"><img src=
1099"images/showfig.png?format=raw" alt="show result"></span></a>
1100<a href="figpng/tst_plt_orca05_stride_08.png?format=raw" target=
1101"_top"><span class="inlinemediaobject"><img src=
1102"images/showfig.png?format=raw" alt="show result"></span></a>
1103<a href="figpng/tst_plt_orca05_stride_09.png?format=raw" target=
1104"_top"><span class="inlinemediaobject"><img src=
1105"images/showfig.png?format=raw" alt="show result"></span></a>
1106<a href="figpng/tst_plt_orca05_stride_10.png?format=raw" target=
1107"_top"><span class="inlinemediaobject"><img src=
1108"images/showfig.png?format=raw" alt="show result"></span></a></li>
1109</ul>
1110</div>
1111</div>
1112<div class="sect2" lang="en">
1113<div class="titlepage">
1114<div>
1115<div>
1116<h3 class="title"><a name="pltz" id="pltz"></a>3.3.&nbsp; vertical
1117sections</h3>
1118</div>
1119</div>
1120</div>
1121<p>A quick presentation of vertical sections is shown in <a href=
1122"../../Tests/tst_pltz.pro?format=raw" target="_top">tst_pltz</a>.
1123After laoding any of the grid (for example with one of the <a href=
1124"#load_grid" title="3.1.&nbsp; Load the data grid  ">above
1125examples</a>). Just try:</p>
1126<pre class="screen">
1127  <code class="prompt">idl&gt;</code> <strong class=
1128"userinput"><code><span><strong class=
1129"command">tst_pltz</strong></span></code></strong>
1130         
1131</pre>
1132<p><span class="emphasis"><em>Beware, the command is
1133<span><strong class="command">tst_pltz</strong></span> and not
1134<span><strong class="command">@tst_pltz</strong></span> as
1135<code class="filename">tst_pltz.pro</code> is a procedure and not
1136an include.</em></span></p>
1137<p>See the results with</p>
1138<div class="itemizedlist">
1139<ul type="disc">
1140<li><span><strong class="command">@tst_initlev</strong></span>
1141<a href="figpng/tst_pltz_lev_01.png?format=raw" target=
1142"_top"><span class="inlinemediaobject"><img src=
1143"images/showfig.png?format=raw" alt="show result"></span></a>
1144<a href="figpng/tst_pltz_lev_02.png?format=raw" target=
1145"_top"><span class="inlinemediaobject"><img src=
1146"images/showfig.png?format=raw" alt="show result"></span></a>
1147<a href="figpng/tst_pltz_lev_03.png?format=raw" target=
1148"_top"><span class="inlinemediaobject"><img src=
1149"images/showfig.png?format=raw" alt="show result"></span></a>
1150<a href="figpng/tst_pltz_lev_04.png?format=raw" target=
1151"_top"><span class="inlinemediaobject"><img src=
1152"images/showfig.png?format=raw" alt="show result"></span></a>
1153<a href="figpng/tst_pltz_lev_05.png?format=raw" target=
1154"_top"><span class="inlinemediaobject"><img src=
1155"images/showfig.png?format=raw" alt="show result"></span></a>
1156<a href="figpng/tst_pltz_lev_06.png?format=raw" target=
1157"_top"><span class="inlinemediaobject"><img src=
1158"images/showfig.png?format=raw" alt="show result"></span></a>
1159<a href="figpng/tst_pltz_lev_07.png?format=raw" target=
1160"_top"><span class="inlinemediaobject"><img src=
1161"images/showfig.png?format=raw" alt="show result"></span></a>
1162<a href="figpng/tst_pltz_lev_08.png?format=raw" target=
1163"_top"><span class="inlinemediaobject"><img src=
1164"images/showfig.png?format=raw" alt="show result"></span></a>
1165<a href="figpng/tst_pltz_lev_09.png?format=raw" target=
1166"_top"><span class="inlinemediaobject"><img src=
1167"images/showfig.png?format=raw" alt="show result"></span></a>
1168<a href="figpng/tst_pltz_lev_10.png?format=raw" target=
1169"_top"><span class="inlinemediaobject"><img src=
1170"images/showfig.png?format=raw" alt="show result"></span></a>
1171<a href="figpng/tst_pltz_lev_11.png?format=raw" target=
1172"_top"><span class="inlinemediaobject"><img src=
1173"images/showfig.png?format=raw" alt="show result"></span></a></li>
1174<li><span><strong class="command">@tst_initorca2</strong></span>
1175<a href="figpng/tst_pltz_orca2_01.png?format=raw" target=
1176"_top"><span class="inlinemediaobject"><img src=
1177"images/showfig.png?format=raw" alt="show result"></span></a>
1178<a href="figpng/tst_pltz_orca2_02.png?format=raw" target=
1179"_top"><span class="inlinemediaobject"><img src=
1180"images/showfig.png?format=raw" alt="show result"></span></a>
1181<a href="figpng/tst_pltz_orca2_03.png?format=raw" target=
1182"_top"><span class="inlinemediaobject"><img src=
1183"images/showfig.png?format=raw" alt="show result"></span></a>
1184<a href="figpng/tst_pltz_orca2_04.png?format=raw" target=
1185"_top"><span class="inlinemediaobject"><img src=
1186"images/showfig.png?format=raw" alt="show result"></span></a>
1187<a href="figpng/tst_pltz_orca2_05.png?format=raw" target=
1188"_top"><span class="inlinemediaobject"><img src=
1189"images/showfig.png?format=raw" alt="show result"></span></a>
1190<a href="figpng/tst_pltz_orca2_06.png?format=raw" target=
1191"_top"><span class="inlinemediaobject"><img src=
1192"images/showfig.png?format=raw" alt="show result"></span></a>
1193<a href="figpng/tst_pltz_orca2_07.png?format=raw" target=
1194"_top"><span class="inlinemediaobject"><img src=
1195"images/showfig.png?format=raw" alt="show result"></span></a>
1196<a href="figpng/tst_pltz_orca2_08.png?format=raw" target=
1197"_top"><span class="inlinemediaobject"><img src=
1198"images/showfig.png?format=raw" alt="show result"></span></a>
1199<a href="figpng/tst_pltz_orca2_09.png?format=raw" target=
1200"_top"><span class="inlinemediaobject"><img src=
1201"images/showfig.png?format=raw" alt="show result"></span></a>
1202<a href="figpng/tst_pltz_orca2_10.png?format=raw" target=
1203"_top"><span class="inlinemediaobject"><img src=
1204"images/showfig.png?format=raw" alt="show result"></span></a>
1205<a href="figpng/tst_pltz_orca2_11.png?format=raw" target=
1206"_top"><span class="inlinemediaobject"><img src=
1207"images/showfig.png?format=raw" alt="show result"></span></a>
1208<a href="figpng/tst_pltz_orca2_12.png?format=raw" target=
1209"_top"><span class="inlinemediaobject"><img src=
1210"images/showfig.png?format=raw" alt="show result"></span></a></li>
1211<li><span><strong class="command">@tst_initorca05</strong></span>
1212<a href="figpng/tst_pltz_orca05_01.png?format=raw" target=
1213"_top"><span class="inlinemediaobject"><img src=
1214"images/showfig.png?format=raw" alt="show result"></span></a>
1215<a href="figpng/tst_pltz_orca05_02.png?format=raw" target=
1216"_top"><span class="inlinemediaobject"><img src=
1217"images/showfig.png?format=raw" alt="show result"></span></a>
1218<a href="figpng/tst_pltz_orca05_03.png?format=raw" target=
1219"_top"><span class="inlinemediaobject"><img src=
1220"images/showfig.png?format=raw" alt="show result"></span></a>
1221<a href="figpng/tst_pltz_orca05_04.png?format=raw" target=
1222"_top"><span class="inlinemediaobject"><img src=
1223"images/showfig.png?format=raw" alt="show result"></span></a>
1224<a href="figpng/tst_pltz_orca05_05.png?format=raw" target=
1225"_top"><span class="inlinemediaobject"><img src=
1226"images/showfig.png?format=raw" alt="show result"></span></a>
1227<a href="figpng/tst_pltz_orca05_06.png?format=raw" target=
1228"_top"><span class="inlinemediaobject"><img src=
1229"images/showfig.png?format=raw" alt="show result"></span></a>
1230<a href="figpng/tst_pltz_orca05_07.png?format=raw" target=
1231"_top"><span class="inlinemediaobject"><img src=
1232"images/showfig.png?format=raw" alt="show result"></span></a>
1233<a href="figpng/tst_pltz_orca05_08.png?format=raw" target=
1234"_top"><span class="inlinemediaobject"><img src=
1235"images/showfig.png?format=raw" alt="show result"></span></a>
1236<a href="figpng/tst_pltz_orca05_09.png?format=raw" target=
1237"_top"><span class="inlinemediaobject"><img src=
1238"images/showfig.png?format=raw" alt="show result"></span></a>
1239<a href="figpng/tst_pltz_orca05_10.png?format=raw" target=
1240"_top"><span class="inlinemediaobject"><img src=
1241"images/showfig.png?format=raw" alt="show result"></span></a>
1242<a href="figpng/tst_pltz_orca05_11.png?format=raw" target=
1243"_top"><span class="inlinemediaobject"><img src=
1244"images/showfig.png?format=raw" alt="show result"></span></a>
1245<a href="figpng/tst_pltz_orca05_12.png?format=raw" target=
1246"_top"><span class="inlinemediaobject"><img src=
1247"images/showfig.png?format=raw" alt="show result"></span></a></li>
1248<li><span><strong class=
1249"command">@tst_initlev_stride</strong></span> <a href=
1250"figpng/tst_pltz_lev_stride_01.png?format=raw" target=
1251"_top"><span class="inlinemediaobject"><img src=
1252"images/showfig.png?format=raw" alt="show result"></span></a>
1253<a href="figpng/tst_pltz_lev_stride_02.png?format=raw" target=
1254"_top"><span class="inlinemediaobject"><img src=
1255"images/showfig.png?format=raw" alt="show result"></span></a>
1256<a href="figpng/tst_pltz_lev_stride_03.png?format=raw" target=
1257"_top"><span class="inlinemediaobject"><img src=
1258"images/showfig.png?format=raw" alt="show result"></span></a>
1259<a href="figpng/tst_pltz_lev_stride_04.png?format=raw" target=
1260"_top"><span class="inlinemediaobject"><img src=
1261"images/showfig.png?format=raw" alt="show result"></span></a>
1262<a href="figpng/tst_pltz_lev_stride_05.png?format=raw" target=
1263"_top"><span class="inlinemediaobject"><img src=
1264"images/showfig.png?format=raw" alt="show result"></span></a>
1265<a href="figpng/tst_pltz_lev_stride_06.png?format=raw" target=
1266"_top"><span class="inlinemediaobject"><img src=
1267"images/showfig.png?format=raw" alt="show result"></span></a>
1268<a href="figpng/tst_pltz_lev_stride_07.png?format=raw" target=
1269"_top"><span class="inlinemediaobject"><img src=
1270"images/showfig.png?format=raw" alt="show result"></span></a>
1271<a href="figpng/tst_pltz_lev_stride_08.png?format=raw" target=
1272"_top"><span class="inlinemediaobject"><img src=
1273"images/showfig.png?format=raw" alt="show result"></span></a>
1274<a href="figpng/tst_pltz_lev_stride_09.png?format=raw" target=
1275"_top"><span class="inlinemediaobject"><img src=
1276"images/showfig.png?format=raw" alt="show result"></span></a>
1277<a href="figpng/tst_pltz_lev_stride_10.png?format=raw" target=
1278"_top"><span class="inlinemediaobject"><img src=
1279"images/showfig.png?format=raw" alt="show result"></span></a>
1280<a href="figpng/tst_pltz_lev_stride_11.png?format=raw" target=
1281"_top"><span class="inlinemediaobject"><img src=
1282"images/showfig.png?format=raw" alt="show result"></span></a></li>
1283<li><span><strong class=
1284"command">@tst_initorca2_stride</strong></span> <a href=
1285"figpng/tst_pltz_orca2_stride_01.png?format=raw" target=
1286"_top"><span class="inlinemediaobject"><img src=
1287"images/showfig.png?format=raw" alt="show result"></span></a>
1288<a href="figpng/tst_pltz_orca2_stride_02.png?format=raw" target=
1289"_top"><span class="inlinemediaobject"><img src=
1290"images/showfig.png?format=raw" alt="show result"></span></a>
1291<a href="figpng/tst_pltz_orca2_stride_03.png?format=raw" target=
1292"_top"><span class="inlinemediaobject"><img src=
1293"images/showfig.png?format=raw" alt="show result"></span></a>
1294<a href="figpng/tst_pltz_orca2_stride_04.png?format=raw" target=
1295"_top"><span class="inlinemediaobject"><img src=
1296"images/showfig.png?format=raw" alt="show result"></span></a>
1297<a href="figpng/tst_pltz_orca2_stride_05.png?format=raw" target=
1298"_top"><span class="inlinemediaobject"><img src=
1299"images/showfig.png?format=raw" alt="show result"></span></a>
1300<a href="figpng/tst_pltz_orca2_stride_06.png?format=raw" target=
1301"_top"><span class="inlinemediaobject"><img src=
1302"images/showfig.png?format=raw" alt="show result"></span></a>
1303<a href="figpng/tst_pltz_orca2_stride_07.png?format=raw" target=
1304"_top"><span class="inlinemediaobject"><img src=
1305"images/showfig.png?format=raw" alt="show result"></span></a>
1306<a href="figpng/tst_pltz_orca2_stride_08.png?format=raw" target=
1307"_top"><span class="inlinemediaobject"><img src=
1308"images/showfig.png?format=raw" alt="show result"></span></a>
1309<a href="figpng/tst_pltz_orca2_stride_09.png?format=raw" target=
1310"_top"><span class="inlinemediaobject"><img src=
1311"images/showfig.png?format=raw" alt="show result"></span></a>
1312<a href="figpng/tst_pltz_orca2_stride_10.png?format=raw" target=
1313"_top"><span class="inlinemediaobject"><img src=
1314"images/showfig.png?format=raw" alt="show result"></span></a>
1315<a href="figpng/tst_pltz_orca2_stride_11.png?format=raw" target=
1316"_top"><span class="inlinemediaobject"><img src=
1317"images/showfig.png?format=raw" alt="show result"></span></a></li>
1318<li><span><strong class=
1319"command">@tst_initorca05_stride</strong></span> <a href=
1320"figpng/tst_pltz_orca05_stride_01.png?format=raw" target=
1321"_top"><span class="inlinemediaobject"><img src=
1322"images/showfig.png?format=raw" alt="show result"></span></a>
1323<a href="figpng/tst_pltz_orca05_stride_02.png?format=raw" target=
1324"_top"><span class="inlinemediaobject"><img src=
1325"images/showfig.png?format=raw" alt="show result"></span></a>
1326<a href="figpng/tst_pltz_orca05_stride_03.png?format=raw" target=
1327"_top"><span class="inlinemediaobject"><img src=
1328"images/showfig.png?format=raw" alt="show result"></span></a>
1329<a href="figpng/tst_pltz_orca05_stride_04.png?format=raw" target=
1330"_top"><span class="inlinemediaobject"><img src=
1331"images/showfig.png?format=raw" alt="show result"></span></a>
1332<a href="figpng/tst_pltz_orca05_stride_05.png?format=raw" target=
1333"_top"><span class="inlinemediaobject"><img src=
1334"images/showfig.png?format=raw" alt="show result"></span></a>
1335<a href="figpng/tst_pltz_orca05_stride_06.png?format=raw" target=
1336"_top"><span class="inlinemediaobject"><img src=
1337"images/showfig.png?format=raw" alt="show result"></span></a>
1338<a href="figpng/tst_pltz_orca05_stride_07.png?format=raw" target=
1339"_top"><span class="inlinemediaobject"><img src=
1340"images/showfig.png?format=raw" alt="show result"></span></a>
1341<a href="figpng/tst_pltz_orca05_stride_08.png?format=raw" target=
1342"_top"><span class="inlinemediaobject"><img src=
1343"images/showfig.png?format=raw" alt="show result"></span></a>
1344<a href="figpng/tst_pltz_orca05_stride_09.png?format=raw" target=
1345"_top"><span class="inlinemediaobject"><img src=
1346"images/showfig.png?format=raw" alt="show result"></span></a>
1347<a href="figpng/tst_pltz_orca05_stride_10.png?format=raw" target=
1348"_top"><span class="inlinemediaobject"><img src=
1349"images/showfig.png?format=raw" alt="show result"></span></a>
1350<a href="figpng/tst_pltz_orca05_stride_11.png?format=raw" target=
1351"_top"><span class="inlinemediaobject"><img src=
1352"images/showfig.png?format=raw" alt="show result"></span></a></li>
1353</ul>
1354</div>
1355</div>
1356<div class="sect2" lang="en">
1357<div class="titlepage">
1358<div>
1359<div>
1360<h3 class="title"><a name="pltt" id="pltt"></a>3.4.&nbsp;
1361hovmoellers and time series</h3>
1362</div>
1363</div>
1364</div>
1365<p>A quick presentation of hovmoellers and time series is shown in
1366<a href="../../Tests/tst_pltt.pro?format=raw" target=
1367"_top">tst_pltt</a>. After laoding any of the grid (for example
1368with one of the <a href="#load_grid" title=
1369"3.1.&nbsp; Load the data grid  ">above examples</a>). Just
1370try:</p>
1371<pre class="screen">
1372  <code class="prompt">idl&gt;</code> <strong class=
1373"userinput"><code><span><strong class=
1374"command">tst_pltt</strong></span></code></strong>
1375         
1376</pre>
1377<p><span class="emphasis"><em>Beware, the command is
1378<span><strong class="command">tst_pltt</strong></span> and not
1379<span><strong class="command">@tst_pltt</strong></span> as
1380<code class="filename">tst_pltt.pro</code> is a procedure and not
1381an include.</em></span></p>
1382<p>See the results with</p>
1383<div class="itemizedlist">
1384<ul type="disc">
1385<li><span><strong class="command">@tst_initlev</strong></span>
1386<a href="figpng/tst_pltt_lev_01.png?format=raw" target=
1387"_top"><span class="inlinemediaobject"><img src=
1388"images/showfig.png?format=raw" alt="show result"></span></a>
1389<a href="figpng/tst_pltt_lev_02.png?format=raw" target=
1390"_top"><span class="inlinemediaobject"><img src=
1391"images/showfig.png?format=raw" alt="show result"></span></a>
1392<a href="figpng/tst_pltt_lev_03.png?format=raw" target=
1393"_top"><span class="inlinemediaobject"><img src=
1394"images/showfig.png?format=raw" alt="show result"></span></a>
1395<a href="figpng/tst_pltt_lev_04.png?format=raw" target=
1396"_top"><span class="inlinemediaobject"><img src=
1397"images/showfig.png?format=raw" alt="show result"></span></a>
1398<a href="figpng/tst_pltt_lev_05.png?format=raw" target=
1399"_top"><span class="inlinemediaobject"><img src=
1400"images/showfig.png?format=raw" alt="show result"></span></a>
1401<a href="figpng/tst_pltt_lev_06.png?format=raw" target=
1402"_top"><span class="inlinemediaobject"><img src=
1403"images/showfig.png?format=raw" alt="show result"></span></a></li>
1404<li><span><strong class="command">@tst_initorca2</strong></span>
1405<a href="figpng/tst_pltt_orca2_01.png?format=raw" target=
1406"_top"><span class="inlinemediaobject"><img src=
1407"images/showfig.png?format=raw" alt="show result"></span></a>
1408<a href="figpng/tst_pltt_orca2_02.png?format=raw" target=
1409"_top"><span class="inlinemediaobject"><img src=
1410"images/showfig.png?format=raw" alt="show result"></span></a>
1411<a href="figpng/tst_pltt_orca2_03.png?format=raw" target=
1412"_top"><span class="inlinemediaobject"><img src=
1413"images/showfig.png?format=raw" alt="show result"></span></a>
1414<a href="figpng/tst_pltt_orca2_04.png?format=raw" target=
1415"_top"><span class="inlinemediaobject"><img src=
1416"images/showfig.png?format=raw" alt="show result"></span></a>
1417<a href="figpng/tst_pltt_orca2_05.png?format=raw" target=
1418"_top"><span class="inlinemediaobject"><img src=
1419"images/showfig.png?format=raw" alt="show result"></span></a>
1420<a href="figpng/tst_pltt_orca2_06.png?format=raw" target=
1421"_top"><span class="inlinemediaobject"><img src=
1422"images/showfig.png?format=raw" alt="show result"></span></a></li>
1423<li><span><strong class="command">@tst_initorca05</strong></span>
1424<a href="figpng/tst_pltt_orca05_01.png?format=raw" target=
1425"_top"><span class="inlinemediaobject"><img src=
1426"images/showfig.png?format=raw" alt="show result"></span></a>
1427<a href="figpng/tst_pltt_orca05_02.png?format=raw" target=
1428"_top"><span class="inlinemediaobject"><img src=
1429"images/showfig.png?format=raw" alt="show result"></span></a>
1430<a href="figpng/tst_pltt_orca05_03.png?format=raw" target=
1431"_top"><span class="inlinemediaobject"><img src=
1432"images/showfig.png?format=raw" alt="show result"></span></a>
1433<a href="figpng/tst_pltt_orca05_04.png?format=raw" target=
1434"_top"><span class="inlinemediaobject"><img src=
1435"images/showfig.png?format=raw" alt="show result"></span></a>
1436<a href="figpng/tst_pltt_orca05_05.png?format=raw" target=
1437"_top"><span class="inlinemediaobject"><img src=
1438"images/showfig.png?format=raw" alt="show result"></span></a>
1439<a href="figpng/tst_pltt_orca05_06.png?format=raw" target=
1440"_top"><span class="inlinemediaobject"><img src=
1441"images/showfig.png?format=raw" alt="show result"></span></a></li>
1442<li><span><strong class=
1443"command">@tst_initlev_stride</strong></span> <a href=
1444"figpng/tst_pltt_lev_stride_01.png?format=raw" target=
1445"_top"><span class="inlinemediaobject"><img src=
1446"images/showfig.png?format=raw" alt="show result"></span></a>
1447<a href="figpng/tst_pltt_lev_stride_02.png?format=raw" target=
1448"_top"><span class="inlinemediaobject"><img src=
1449"images/showfig.png?format=raw" alt="show result"></span></a>
1450<a href="figpng/tst_pltt_lev_stride_03.png?format=raw" target=
1451"_top"><span class="inlinemediaobject"><img src=
1452"images/showfig.png?format=raw" alt="show result"></span></a>
1453<a href="figpng/tst_pltt_lev_stride_04.png?format=raw" target=
1454"_top"><span class="inlinemediaobject"><img src=
1455"images/showfig.png?format=raw" alt="show result"></span></a>
1456<a href="figpng/tst_pltt_lev_stride_05.png?format=raw" target=
1457"_top"><span class="inlinemediaobject"><img src=
1458"images/showfig.png?format=raw" alt="show result"></span></a>
1459<a href="figpng/tst_pltt_lev_stride_06.png?format=raw" target=
1460"_top"><span class="inlinemediaobject"><img src=
1461"images/showfig.png?format=raw" alt="show result"></span></a></li>
1462<li><span><strong class=
1463"command">@tst_initorca2_stride</strong></span> <a href=
1464"figpng/tst_pltt_orca2_stride_01.png?format=raw" target=
1465"_top"><span class="inlinemediaobject"><img src=
1466"images/showfig.png?format=raw" alt="show result"></span></a>
1467<a href="figpng/tst_pltt_orca2_stride_02.png?format=raw" target=
1468"_top"><span class="inlinemediaobject"><img src=
1469"images/showfig.png?format=raw" alt="show result"></span></a>
1470<a href="figpng/tst_pltt_orca2_stride_03.png?format=raw" target=
1471"_top"><span class="inlinemediaobject"><img src=
1472"images/showfig.png?format=raw" alt="show result"></span></a>
1473<a href="figpng/tst_pltt_orca2_stride_04.png?format=raw" target=
1474"_top"><span class="inlinemediaobject"><img src=
1475"images/showfig.png?format=raw" alt="show result"></span></a>
1476<a href="figpng/tst_pltt_orca2_stride_05.png?format=raw" target=
1477"_top"><span class="inlinemediaobject"><img src=
1478"images/showfig.png?format=raw" alt="show result"></span></a>
1479<a href="figpng/tst_pltt_orca2_stride_06.png?format=raw" target=
1480"_top"><span class="inlinemediaobject"><img src=
1481"images/showfig.png?format=raw" alt="show result"></span></a></li>
1482<li><span><strong class=
1483"command">@tst_initorca05_stride</strong></span> <a href=
1484"figpng/tst_pltt_orca05_stride_01.png?format=raw" target=
1485"_top"><span class="inlinemediaobject"><img src=
1486"images/showfig.png?format=raw" alt="show result"></span></a>
1487<a href="figpng/tst_pltt_orca05_stride_02.png?format=raw" target=
1488"_top"><span class="inlinemediaobject"><img src=
1489"images/showfig.png?format=raw" alt="show result"></span></a>
1490<a href="figpng/tst_pltt_orca05_stride_03.png?format=raw" target=
1491"_top"><span class="inlinemediaobject"><img src=
1492"images/showfig.png?format=raw" alt="show result"></span></a>
1493<a href="figpng/tst_pltt_orca05_stride_04.png?format=raw" target=
1494"_top"><span class="inlinemediaobject"><img src=
1495"images/showfig.png?format=raw" alt="show result"></span></a>
1496<a href="figpng/tst_pltt_orca05_stride_05.png?format=raw" target=
1497"_top"><span class="inlinemediaobject"><img src=
1498"images/showfig.png?format=raw" alt="show result"></span></a>
1499<a href="figpng/tst_pltt_orca05_stride_06.png?format=raw" target=
1500"_top"><span class="inlinemediaobject"><img src=
1501"images/showfig.png?format=raw" alt="show result"></span></a></li>
1502</ul>
1503</div>
1504</div>
1505<div class="sect2" lang="en">
1506<div class="titlepage">
1507<div>
1508<div>
1509<h3 class="title"><a name="plt1d" id="plt1d"></a>3.5.&nbsp; 1D
1510plots</h3>
1511</div>
1512</div>
1513</div>
1514<p>To be continued...</p>
1515</div>
1516</div>
1517</div>
1518</body>
1519</html>
Note: See TracBrowser for help on using the repository browser.