source: trunk/doc/manuals/html/one/index.html @ 9

Last change on this file since 9 was 9, checked in by pinsard, 15 years ago

update manuals

File size: 72.9 KB
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6<meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/" />
7<title>VARAMMA manuals</title>
8<style type="text/css">
9
10/*
11:Author: David Goodger (goodger@python.org)
12:Id: $Id: html4css1.css 5631 2008-08-24 13:01:23Z goodger $
13:Copyright: This stylesheet has been placed in the public domain.
14
15Default cascading style sheet for the HTML output of Docutils.
16
17See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
18customize this style sheet.
19*/
20
21/* used to remove borders from tables and images */
22.borderless, table.borderless td, table.borderless th {
23  border: 0 }
24
25table.borderless td, table.borderless th {
26  /* Override padding for "table.docutils td" with "! important".
27     The right padding separates the table cells. */
28  padding: 0 0.5em 0 0 ! important }
29
30.first {
31  /* Override more specific margin styles with "! important". */
32  margin-top: 0 ! important }
33
34.last, .with-subtitle {
35  margin-bottom: 0 ! important }
36
37.hidden {
38  display: none }
39
40a.toc-backref {
41  text-decoration: none ;
42  color: black }
43
44blockquote.epigraph {
45  margin: 2em 5em ; }
46
47dl.docutils dd {
48  margin-bottom: 0.5em }
49
50/* Uncomment (and remove this text!) to get bold-faced definition list terms
51dl.docutils dt {
52  font-weight: bold }
53*/
54
55div.abstract {
56  margin: 2em 5em }
57
58div.abstract p.topic-title {
59  font-weight: bold ;
60  text-align: center }
61
62div.admonition, div.attention, div.caution, div.danger, div.error,
63div.hint, div.important, div.note, div.tip, div.warning {
64  margin: 2em ;
65  border: medium outset ;
66  padding: 1em }
67
68div.admonition p.admonition-title, div.hint p.admonition-title,
69div.important p.admonition-title, div.note p.admonition-title,
70div.tip p.admonition-title {
71  font-weight: bold ;
72  font-family: sans-serif }
73
74div.attention p.admonition-title, div.caution p.admonition-title,
75div.danger p.admonition-title, div.error p.admonition-title,
76div.warning p.admonition-title {
77  color: red ;
78  font-weight: bold ;
79  font-family: sans-serif }
80
81/* Uncomment (and remove this text!) to get reduced vertical space in
82   compound paragraphs.
83div.compound .compound-first, div.compound .compound-middle {
84  margin-bottom: 0.5em }
85
86div.compound .compound-last, div.compound .compound-middle {
87  margin-top: 0.5em }
88*/
89
90div.dedication {
91  margin: 2em 5em ;
92  text-align: center ;
93  font-style: italic }
94
95div.dedication p.topic-title {
96  font-weight: bold ;
97  font-style: normal }
98
99div.figure {
100  margin-left: 2em ;
101  margin-right: 2em }
102
103div.footer, div.header {
104  clear: both;
105  font-size: smaller }
106
107div.line-block {
108  display: block ;
109  margin-top: 1em ;
110  margin-bottom: 1em }
111
112div.line-block div.line-block {
113  margin-top: 0 ;
114  margin-bottom: 0 ;
115  margin-left: 1.5em }
116
117div.sidebar {
118  margin: 0 0 0.5em 1em ;
119  border: medium outset ;
120  padding: 1em ;
121  background-color: #ffffee ;
122  width: 40% ;
123  float: right ;
124  clear: right }
125
126div.sidebar p.rubric {
127  font-family: sans-serif ;
128  font-size: medium }
129
130div.system-messages {
131  margin: 5em }
132
133div.system-messages h1 {
134  color: red }
135
136div.system-message {
137  border: medium outset ;
138  padding: 1em }
139
140div.system-message p.system-message-title {
141  color: red ;
142  font-weight: bold }
143
144div.topic {
145  margin: 2em }
146
147h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
148h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
149  margin-top: 0.4em }
150
151h1.title {
152  text-align: center }
153
154h2.subtitle {
155  text-align: center }
156
157hr.docutils {
158  width: 75% }
159
160img.align-left {
161  clear: left }
162
163img.align-right {
164  clear: right }
165
166ol.simple, ul.simple {
167  margin-bottom: 1em }
168
169ol.arabic {
170  list-style: decimal }
171
172ol.loweralpha {
173  list-style: lower-alpha }
174
175ol.upperalpha {
176  list-style: upper-alpha }
177
178ol.lowerroman {
179  list-style: lower-roman }
180
181ol.upperroman {
182  list-style: upper-roman }
183
184p.attribution {
185  text-align: right ;
186  margin-left: 50% }
187
188p.caption {
189  font-style: italic }
190
191p.credits {
192  font-style: italic ;
193  font-size: smaller }
194
195p.label {
196  white-space: nowrap }
197
198p.rubric {
199  font-weight: bold ;
200  font-size: larger ;
201  color: maroon ;
202  text-align: center }
203
204p.sidebar-title {
205  font-family: sans-serif ;
206  font-weight: bold ;
207  font-size: larger }
208
209p.sidebar-subtitle {
210  font-family: sans-serif ;
211  font-weight: bold }
212
213p.topic-title {
214  font-weight: bold }
215
216pre.address {
217  margin-bottom: 0 ;
218  margin-top: 0 ;
219  font: inherit }
220
221pre.literal-block, pre.doctest-block {
222  margin-left: 2em ;
223  margin-right: 2em }
224
225span.classifier {
226  font-family: sans-serif ;
227  font-style: oblique }
228
229span.classifier-delimiter {
230  font-family: sans-serif ;
231  font-weight: bold }
232
233span.interpreted {
234  font-family: sans-serif }
235
236span.option {
237  white-space: nowrap }
238
239span.pre {
240  white-space: pre }
241
242span.problematic {
243  color: red }
244
245span.section-subtitle {
246  /* font-size relative to parent (h1..h6 element) */
247  font-size: 80% }
248
249table.citation {
250  border-left: solid 1px gray;
251  margin-left: 1px }
252
253table.docinfo {
254  margin: 2em 4em }
255
256table.docutils {
257  margin-top: 0.5em ;
258  margin-bottom: 0.5em }
259
260table.footnote {
261  border-left: solid 1px black;
262  margin-left: 1px }
263
264table.docutils td, table.docutils th,
265table.docinfo td, table.docinfo th {
266  padding-left: 0.5em ;
267  padding-right: 0.5em ;
268  vertical-align: top }
269
270table.docutils th.field-name, table.docinfo th.docinfo-name {
271  font-weight: bold ;
272  text-align: left ;
273  white-space: nowrap ;
274  padding-left: 0 }
275
276h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
277h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
278  font-size: 100% }
279
280ul.auto-toc {
281  list-style-type: none }
282
283</style>
284</head>
285<body>
286<div class="document" id="varamma-manuals">
287<h1 class="title">VARAMMA manuals</h1>
288
289<div class="section" id="shell-scripts">
290<h1>Shell scripts</h1>
291<p><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
292<p><a class="reference internal" href="#dlogd-sh">dlogd.sh</a></p>
293<p><a class="reference internal" href="#elogd-sh">elogd.sh</a></p>
294<p><a class="reference internal" href="#plogd-sh">plogd.sh</a></p>
295<p><a class="reference internal" href="#tlogd-sh">tlogd.sh</a></p>
296<p><a class="reference internal" href="#cat-clim-ecmwf-sh">cat_clim_ecmwf.sh</a></p>
297<p><a class="reference internal" href="#cat-clim-olr-sh">cat_clim_olr.sh</a></p>
298<p><a class="reference internal" href="#is-leap-year-sh">is_leap_year.sh</a></p>
299<p><a class="reference internal" href="#olr-split-sh">olr_split.sh</a></p>
300<p><a class="reference internal" href="#paper01-pre-sh">paper01_pre.sh</a></p>
301</div>
302<div class="section" id="idl-scripts">
303<h1>IDL scripts</h1>
304<p><a class="reference internal" href="#forout-pro">forout.pro</a></p>
305<p><a class="reference internal" href="#hovmuller-pro">hovmuller.pro</a></p>
306<p><a class="reference internal" href="#paper01-pro">paper01.pro</a></p>
307<p><a class="reference internal" href="#timeserie-pro">timeserie.pro</a></p>
308<p><a class="reference internal" href="#figure08-pro">figure08.pro</a></p>
309<p><a class="reference internal" href="#figure09-pro">figure09.pro</a></p>
310<p><a class="reference internal" href="#figure11-pro">figure11.pro</a></p>
311<p><a class="reference internal" href="#figure12-pro">figure12.pro</a></p>
312<p><a class="reference internal" href="#figure13-pro">figure13.pro</a></p>
313<p><a class="reference internal" href="#figure14-pro">figure14.pro</a></p>
314</div>
315<div class="section" id="id1">
316<span id="varamma-profile-sh"></span><h1>varamma_profile.sh</h1>
317<div class="section" id="name">
318<h2>NAME</h2>
319<p>varamma_profile.sh - define VARAMMA environnement</p>
320</div>
321<div class="section" id="synopsys">
322<h2>SYNOPSYS</h2>
323<p>Online usage</p>
324<pre class="literal-block">
325$ . ./varamma_profile.sh -d directory -i indir -o outdir -t tempdir
326</pre>
327<p>In ${HOME}/.profile, add the following line</p>
328<pre class="literal-block">
329. varamma_profile.sh -d directory  -i indir -o outdir -t tempdir
330</pre>
331</div>
332<div class="section" id="description">
333<h2>DESCRIPTION</h2>
334<blockquote>
335define VARAMMA environnement</blockquote>
336<p>${VARAMMA} is the base directory of tools.</p>
337<p>${VARAMMA_LOG} is the directory where log files will be written.</p>
338<p>${VARAMMA_ID} is the directory where input files must be.</p>
339<p>${VARAMMA_OD} is the directory where output files will be written.</p>
340<p>MANPATH++</p>
341</div>
342<div class="section" id="examples">
343<h2>EXAMPLES</h2>
344<p>For fplod, on aedon.locean-ipsl.upmc.fr:</p>
345<pre class="literal-block">
346$ cd /usr/home/fplod/incas/varamma/varamma_ws/src/
347$ . ./varamma_profile.sh \
348  -d $(pwd) \
349  -i /usr/temp/${LOGNAME}/varamma_d/ \
350  -o /usr/temp/${LOGNAME}/varamma_d/ \
351  -t /usr/temp/${LOGNAME}/log/
352</pre>
353<p>For fplod on zeus.locean-ipsl.umpc.fr:</p>
354<pre class="literal-block">
355$ cd ${HOME}/incas/varamma/varamma_ws/src/
356$ . ./varamma_profile.sh \
357  -d $(pwd) \
358  -i /usr/temp/${LOGNAME}/varamma_d/ \
359  -o /usr/temp/${LOGNAME}/varamma_d/ \
360  -t /usr/temp/${LOGNAME}/log/
361</pre>
362</div>
363<div class="section" id="files">
364<h2>FILES</h2>
365<div class="section" id="original-location">
366<h3>original location</h3>
367<p>/usr/home/fplod/incas/varamma/varamma_ws/src/varamma_profile.sh sur aedon.locean-ipsl.upmc.fr</p>
368</div>
369</div>
370<div class="section" id="evolutions">
371<h2>EVOLUTIONS</h2>
372<p>++ option bavarde</p>
373<p>++ machine dependant</p>
374<p>++ besoin de posix</p>
375<p>++ pas de MANPATH defini par défaut sur zeus</p>
376<p>++ climserv</p>
377<p>$Id: varamma_profile.sh 8 2008-12-23 16:13:30Z pinsard $</p>
378<ul class="simple">
379<li>fplod 2008-08-14T12:28:16Z aedon.locean-ipsl.upmc.fr (Darwin)</li>
380</ul>
381<blockquote>
382<ul class="simple">
383<li>move all *.sh and *.pro files to src/</li>
384</ul>
385</blockquote>
386<ul class="simple">
387<li>fplod 2008-07-21T10:58:47Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
388<li>creation</li>
389</ul>
390</li>
391</ul>
392</div>
393</div>
394<div class="section" id="id2">
395<span id="dlogd-sh"></span><h1>dlogd.sh</h1>
396<div class="section" id="id3">
397<h2>NAME</h2>
398<p>dlogd.sh - prompt for destruction of the most recent release of ${VARAMMA_LOG}/action.log.YYYY-MM-DDTHH:MM:SSZ</p>
399</div>
400<div class="section" id="synopsis">
401<h2>SYNOPSIS</h2>
402<pre class="literal-block">
403$ dlogd.sh action
404</pre>
405</div>
406<div class="section" id="id4">
407<h2>DESCRIPTION</h2>
408<p><tt class="docutils literal"><span class="pre">dlogd.sh</span></tt> prompt for destruction of the most recent release of ${VARAMMA_LOG}/action.log.YYYY-MM-DDTHH:MM:SSZ.</p>
409</div>
410<div class="section" id="see-also">
411<h2>SEE ALSO</h2>
412<p><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
413<p><a class="reference internal" href="#elogd-sh">elogd.sh</a></p>
414<p><a class="reference internal" href="#plogd-sh">plogd.sh</a></p>
415<p><a class="reference internal" href="#tlogd-sh">tlogd.sh</a></p>
416</div>
417<div class="section" id="id5">
418<h2>FILES</h2>
419<div class="section" id="id6">
420<h3>original location</h3>
421<p>/usr/home/fplod/incas/varamma/varamma_ws/src/dlogd.sh sur aedon.locean-ipsl.upmc.fr</p>
422</div>
423</div>
424<div class="section" id="id7">
425<h2>EVOLUTIONS</h2>
426<p>$Id: dlogd.sh 2 2008-12-18 16:56:52Z pinsard $</p>
427<ul class="simple">
428<li>fplod 2008-11-26T11:26:40Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
429<li>creation</li>
430</ul>
431</li>
432</ul>
433</div>
434</div>
435<div class="section" id="id8">
436<span id="elogd-sh"></span><h1>elogd.sh</h1>
437<div class="section" id="id9">
438<h2>NAME</h2>
439<p>elogd.sh - edit the most recent ${VARAMMA_LOG}/action.log.YYYY-MM-DDTHH:MM:SSZ</p>
440</div>
441<div class="section" id="id10">
442<h2>SYNOPSIS</h2>
443<pre class="literal-block">
444$ elogd.sh action
445</pre>
446</div>
447<div class="section" id="id11">
448<h2>DESCRIPTION</h2>
449<p><tt class="docutils literal"><span class="pre">elogd.sh</span></tt> launch ${EDITOR} on the most recent release of ${VARAMMA_LOG}/action.log.YYYY-MM-DDTHH:MM:SSZ.</p>
450</div>
451<div class="section" id="id12">
452<h2>SEE ALSO</h2>
453<p><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
454<p><a class="reference internal" href="#dlogd-sh">dlogd.sh</a></p>
455<p><a class="reference internal" href="#plogd-sh">plogd.sh</a></p>
456<p><a class="reference internal" href="#tlogd-sh">tlogd.sh</a></p>
457</div>
458<div class="section" id="id13">
459<h2>FILES</h2>
460<div class="section" id="id14">
461<h3>original location</h3>
462<p>/usr/home/fplod/incas/varamma/varamma_ws/src/elogd.sh sur aedon.locean-ipsl.upmc.fr</p>
463</div>
464</div>
465<div class="section" id="id15">
466<h2>EVOLUTIONS</h2>
467<p>$Id: elogd.sh 2 2008-12-18 16:56:52Z pinsard $</p>
468<ul class="simple">
469<li>fplod 2008-11-26T11:26:40Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
470<li>creation</li>
471</ul>
472</li>
473</ul>
474</div>
475</div>
476<div class="section" id="id16">
477<span id="plogd-sh"></span><h1>plogd.sh</h1>
478<div class="section" id="id17">
479<h2>NAME</h2>
480<p>plogd.sh - prints the most recent release of ${VARAMMA_LOG}/action.log.YYYY-MM-DDTHH:MM:SSZ</p>
481</div>
482<div class="section" id="id18">
483<h2>SYNOPSIS</h2>
484<pre class="literal-block">
485$ plogd.sh action
486</pre>
487</div>
488<div class="section" id="id19">
489<h2>DESCRIPTION</h2>
490<p><tt class="docutils literal"><span class="pre">plogd.sh</span></tt> prints the most recent release of ${VARAMMA_LOG}/action.log.YYYY-MM-DDTHH:MM:SSZ.</p>
491<p>It uses a2ps application.</p>
492<p>Print is one on the default printer.</p>
493</div>
494<div class="section" id="id20">
495<h2>SEE ALSO</h2>
496<p><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
497<p><a class="reference internal" href="#dlogd-sh">dlogd.sh</a></p>
498<p><a class="reference internal" href="#elogd-sh">elogd.sh</a></p>
499<p><a class="reference internal" href="#tlogd-sh">tlogd.sh</a></p>
500</div>
501<div class="section" id="id21">
502<h2>FILES</h2>
503<div class="section" id="id22">
504<h3>original location</h3>
505<p>/usr/home/fplod/incas/varamma/varamma_ws/src/plogd.sh sur aedon.locean-ipsl.upmc.fr</p>
506</div>
507</div>
508<div class="section" id="id23">
509<h2>EVOLUTIONS</h2>
510<p>$Id: plogd.sh 2 2008-12-18 16:56:52Z pinsard $</p>
511<ul class="simple">
512<li>fplod 2008-11-26T11:26:40Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
513<li>creation</li>
514</ul>
515</li>
516</ul>
517</div>
518</div>
519<div class="section" id="id24">
520<span id="tlogd-sh"></span><h1>tlogd.sh</h1>
521<div class="section" id="id25">
522<h2>NAME</h2>
523<p>tlogd.sh -  shows the most recent release of ${VARAMMA_LOG}/&lt;action&gt;.log.YYYY-MM-DDTHH:MM:SSZ</p>
524</div>
525<div class="section" id="id26">
526<h2>SYNOPSIS</h2>
527<pre class="literal-block">
528$ tlogd.sh action
529</pre>
530</div>
531<div class="section" id="id27">
532<h2>DESCRIPTION</h2>
533<p><tt class="docutils literal"><span class="pre">tlogd.sh</span></tt> shows the most recent release of ${VARAMMA_LOG}/action.log.YYYY-MM-DDTHH:MM:SSZ.</p>
534</div>
535<div class="section" id="id28">
536<h2>SEE ALSO</h2>
537<p><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
538<p><a class="reference internal" href="#dlogd-sh">dlogd.sh</a></p>
539<p><a class="reference internal" href="#elogd-sh">elogd.sh</a></p>
540<p><a class="reference internal" href="#plogd-sh">plogd.sh</a></p>
541</div>
542<div class="section" id="id29">
543<h2>FILES</h2>
544<div class="section" id="id30">
545<h3>original location</h3>
546<p>/usr/home/fplod/incas/varamma/varamma_ws/src/tlogd.sh sur aedon.locean-ipsl.upmc.fr</p>
547</div>
548</div>
549<div class="section" id="id31">
550<h2>EVOLUTIONS</h2>
551<p>$Id: tlogd.sh 2 2008-12-18 16:56:52Z pinsard $</p>
552<ul class="simple">
553<li>fplod 2008-11-26T11:26:40Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
554<li>creation</li>
555</ul>
556</li>
557</ul>
558</div>
559</div>
560<div class="section" id="id32">
561<span id="cat-clim-ecmwf-sh"></span><h1>cat_clim_ecmwf.sh</h1>
562<div class="section" id="id33">
563<h2>NAME</h2>
564<p>cat_clim_ecmwf.sh - build ECMWF climatology file</p>
565</div>
566<div class="section" id="id34">
567<h2>SYNOPSYS</h2>
568<p><tt class="docutils literal"><span class="pre">cat_clim_ecmwf.sh</span></tt></p>
569</div>
570<div class="section" id="id35">
571<h2>DESCRIPTION</h2>
572<p>Build ECMWF climatology file
573of relative humidity
574++using mean daily file by year and reduce geographical domain
575++to [60 ° W, 50 ° E] [30 ° S, 45 ° N].</p>
576</div>
577<div class="section" id="id36">
578<h2>EXAMPLES</h2>
579<p>To build ECMWF climatology :</p>
580<pre class="literal-block">
581$ cat_clim_ecmwf.sh
582</pre>
583</div>
584<div class="section" id="id37">
585<h2>FILES</h2>
586<div class="section" id="id38">
587<h3>original location</h3>
588<p>/usr/home/fplod/incas/varamma/varamma_ws/src/cat_clim_ecmwf.sh sur aedon.locean-ipsl.upmc.fr</p>
589</div>
590</div>
591<div class="section" id="comments">
592<h2>COMMENTS</h2>
593<p>If yearmin and yearmax are the same one can compare input and output files
594like this:</p>
595<p>For yearmin=yearmax=2000</p>
596<pre class="literal-block">
597$ cdo diffv ${VARAMMA_ID}/++_ng.nc \
598            ${VARAMMA_OD}/ecmwf.day.mean_climato_ng.nc
599</pre>
600<p>There must be a difference because 2000 is a leap year.</p>
601<p>For yearmin=yearmax=2001</p>
602<pre class="literal-block">
603$ cdo diffv ${VARAMMA_ID}/ecmwf.day.mean_2001_ng.nc \
604            ${VARAMMA_OD}/ecmwf.day.mean_climato_ng.nc
605</pre>
606<p>There must be no difference on values of ecmwf and info fields ++ à vérifier</p>
607</div>
608<div class="section" id="id39">
609<h2>SEE ALSO</h2>
610</div>
611<div class="section" id="id40">
612<h2>EVOLUTIONS</h2>
613<p>++ unset</p>
614<p>++ option debug/verbose</p>
615<p>++ gestion log</p>
616<p>++ vérification accÚs filein</p>
617<p>++ pb levels operationel vs reanalyse</p>
618<p>++ 29 février</p>
619<p>$Id: cat_clim_ecmwf.sh 8 2008-12-23 16:13:30Z pinsard $</p>
620<ul class="simple">
621<li>fplod 2008-11-20T09:36:58Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
622<li>creation from /homedata/eymard/scripts/script_cat_clim_ECMWF3d</li>
623</ul>
624</li>
625</ul>
626</div>
627</div>
628<div class="section" id="id41">
629<span id="cat-clim-olr-sh"></span><h1>cat_clim_olr.sh</h1>
630<div class="section" id="id42">
631<h2>NAME</h2>
632<p>cat_clim_olr.sh - build OLR climatology file</p>
633</div>
634<div class="section" id="id43">
635<h2>SYNOPSYS</h2>
636<p><tt class="docutils literal"><span class="pre">cat_clim_olr.sh</span></tt></p>
637</div>
638<div class="section" id="id44">
639<h2>DESCRIPTION</h2>
640<p>Build OLR climatology file
641using mean daily file by year and reduce geographical domain
642to [60 ° W, 50 ° E] [30 ° S, 45 ° N].</p>
643</div>
644<div class="section" id="id45">
645<h2>EXAMPLES</h2>
646<p>To build OLR climatology :</p>
647<pre class="literal-block">
648$ cat_clim_olr.sh
649</pre>
650</div>
651<div class="section" id="id46">
652<h2>FILES</h2>
653<div class="section" id="id47">
654<h3>original location</h3>
655<p>/usr/home/fplod/incas/varamma/varamma_ws/src/cat_clim_olr.sh sur aedon.locean-ipsl.upmc.fr</p>
656</div>
657</div>
658<div class="section" id="id48">
659<h2>COMMENTS</h2>
660<p>If yearmin and yearmax are the same one can compare input and output files
661like this:</p>
662<p>For yearmin=yearmax=2000</p>
663<pre class="literal-block">
664$ cdo diffv ${VARAMMA_ID}/olr.day.mean_2000_ng.nc \
665            ${VARAMMA_OD}/olr.day.mean_climato_ng.nc
666</pre>
667<p>There must be a difference because 2000 is a leap year.</p>
668<p>For yearmin=yearmax=2001</p>
669<pre class="literal-block">
670$ cdo diffv ${VARAMMA_ID}/olr.day.mean_2001_ng.nc \
671            ${VARAMMA_OD}/olr.day.mean_climato_ng.nc
672</pre>
673<p>There must be no difference on values of olr and info fields ++ à vérifier</p>
674</div>
675<div class="section" id="id49">
676<h2>SEE ALSO</h2>
677</div>
678<div class="section" id="id50">
679<h2>EVOLUTIONS</h2>
680<p>++ unset</p>
681<p>++ option debug/verbose</p>
682<p>++ gestion log</p>
683<p>++ vérification accÚs filein</p>
684<p>!! pb zeus et dedale signalé à reseau le 200807</p>
685<p>$Id: cat_clim_olr.sh 2 2008-12-18 16:56:52Z pinsard $</p>
686<ul class="simple">
687<li>fplod 2008-08-05T09:37:14Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
688<li>creation from /homedata/eymard/scripts/script_cat_clim_AMSU</li>
689</ul>
690</li>
691</ul>
692</div>
693</div>
694<div class="section" id="id51">
695<span id="is-leap-year-sh"></span><h1>is_leap_year.sh</h1>
696<div class="section" id="id52">
697<h2>NAME</h2>
698<p>is_leap_year.sh - tell if year is leap</p>
699</div>
700<div class="section" id="id53">
701<h2>SYNOPSYS</h2>
702<p><tt class="docutils literal"><span class="pre">is_leap_year.sh</span> <span class="pre">[yyyy]</span></tt></p>
703</div>
704<div class="section" id="id54">
705<h2>DESCRIPTION</h2>
706<p>Tell if year is leap by exit status.</p>
707<p>If no argument is given, current year will be used.</p>
708</div>
709<div class="section" id="id55">
710<h2>EXAMPLES</h2>
711<p>Is 2000 leap ?</p>
712<pre class="literal-block">
713$ is_leap_year.sh 2000
714$ echo ${?}
7150
716</pre>
717<p>Is 2001 leap ?</p>
718<pre class="literal-block">
719$ is_leap_year.sh 2001
720$ echo ${?}
7211
722</pre>
723</div>
724<div class="section" id="id56">
725<h2>FILES</h2>
726<div class="section" id="id57">
727<h3>original location</h3>
728<p>/usr/home/fplod/incas/varamma/varamma_ws/is_leap_year.sh sur aedon.locean-ipsl.upmc.fr</p>
729</div>
730</div>
731<div class="section" id="id58">
732<h2>EVOLUTIONS</h2>
733<p>$Id: is_leap_year.sh 2 2008-12-18 16:56:52Z pinsard $</p>
734<ul class="simple">
735<li>fplod 2008-08-05T13:21:05Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
736<li>creation from <a class="reference external" href="http://cfaj.freeshell.org/shell/tuesday-tips/#tt-2004-06-08">http://cfaj.freeshell.org/shell/tuesday-tips/#tt-2004-06-08</a></li>
737</ul>
738</li>
739</ul>
740</div>
741</div>
742<div class="section" id="id59">
743<span id="olr-split-sh"></span><h1>olr_split.sh</h1>
744<div class="section" id="id60">
745<h2>NAME</h2>
746<p>olr_split.sh - split OLR mean daily file</p>
747</div>
748<div class="section" id="id61">
749<h2>SYNOPSYS</h2>
750<p><tt class="docutils literal"><span class="pre">olr_split.sh</span> <span class="pre">[-g]</span> <span class="pre">[-r]</span> <span class="pre">[-f]</span> <span class="pre">[-y</span> <span class="pre">year]</span></tt></p>
751</div>
752<div class="section" id="id62">
753<h2>DESCRIPTION</h2>
754<p>Split OLR mean daily file by year and reduce geographical domain
755to [60 ° W, 50 ° E] [30 ° S, 45 ° N].</p>
756<p>If <tt class="docutils literal"><span class="pre">-g</span></tt> option is set, there will be no geographical domain reduction.</p>
757<p>If <tt class="docutils literal"><span class="pre">-f</span></tt> option is set, previously output files will be overwritten.</p>
758<p>If <tt class="docutils literal"><span class="pre">-r</span></tt> option is set, output files will be concatenated in one (might
759be usefull, combinated with <tt class="docutils literal"><span class="pre">-g</span></tt> option to check).</p>
760<p>If <tt class="docutils literal"><span class="pre">-y</span></tt> option is set with a year, only this year will be splitted.</p>
761</div>
762<div class="section" id="id63">
763<h2>EXAMPLES</h2>
764<p>To split ${VARAMMA_ID}/olr.day.mean.nc between [2000,2007] and between
765[60 ° W, 50 ° E] [30 ° S, 45 ° N]</p>
766<pre class="literal-block">
767$ olr_split.sh
768</pre>
769<p>To split ${VARAMMA_ID}/olr.day.mean.nc in 2006 between
770[60 ° W, 50 ° E] [30 ° S, 45 ° N]</p>
771<pre class="literal-block">
772$ olr_split.sh -y 2006
773</pre>
774<p>To split globaly and build a recomposed file</p>
775<pre class="literal-block">
776$ olr_split.sh -g -r
777</pre>
778<p>one might compare original and rebuild file</p>
779<pre class="literal-block">
780$ cdo diffv ${VARAMMA_ID}/olr.day.mean.nc ${VARAMMA_OD}/olr.day.mean_rebuild.nc
781</pre>
782<p>diff should only show differences in global attributes</p>
783</div>
784<div class="section" id="cautions">
785<h2>CAUTIONS</h2>
786<p>Does'nt work on zeus because of UDUnits library problems</p>
787<p>++++ GROS DOUTE SUR LES LONGITUDES DANS CES FICHIERS +++++++</p>
788</div>
789<div class="section" id="id64">
790<h2>FILES</h2>
791<div class="section" id="id65">
792<h3>original location</h3>
793<p>/usr/home/fplod/incas/varamma/varamma_ws/olr_split.sh sur aedon.locean-ipsl.upmc.fr</p>
794</div>
795</div>
796<div class="section" id="todo">
797<h2>TODO</h2>
798<p>++ unset</p>
799<p>++ option debug/verbose</p>
800<p>++ gestion log</p>
801<p>++ vérification accÚs filein</p>
802<p>++ found none interactive actionof ncks if output file exists</p>
803</div>
804<div class="section" id="id66">
805<h2>EVOLUTIONS</h2>
806<p>$Id: olr_split.sh 2 2008-12-18 16:56:52Z pinsard $</p>
807<ul class="simple">
808<li>fplod 2008-08-14T14:53:04Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
809<li>modify West longitude conversion according to
810<a class="reference external" href="http://en.wikipedia.org/wiki/Longitude">http://en.wikipedia.org/wiki/Longitude</a></li>
811</ul>
812</li>
813<li>fplod 2008-08-13T14:26:41Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
814<li>add -f option</li>
815<li>add -y option</li>
816<li>add 180 degre to longitude centered on meridien 0 (&lt;0 =W , &gt;0=E)</li>
817</ul>
818</li>
819<li>fplod 2008-07-24T15:02:12Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
820<li>creation</li>
821</ul>
822</li>
823</ul>
824</div>
825</div>
826<div class="section" id="id67">
827<span id="paper01-pre-sh"></span><h1>paper01_pre.sh</h1>
828<div class="section" id="id68">
829<h2>NAME</h2>
830<p>paper01_pre.sh - data prerequisite for paper #1</p>
831</div>
832<div class="section" id="id69">
833<h2>SYNOPSIS</h2>
834<p><tt class="docutils literal"><span class="pre">paper01_pre.sh</span></tt></p>
835</div>
836<div class="section" id="id70">
837<h2>DESCRIPTION</h2>
838<p>Put in ${VARAMMA_ID} all the data files necessary to plot all the figures
839for paper1.</p>
840</div>
841<div class="section" id="id71">
842<h2>TODO</h2>
843<p>++ les fichiers de climato sont produits à partir des fichiers de référence
844donc il faudrait plutÃŽt lancer clim++ avant ou dedans</p>
845<p>++ quels sont les fichiers de références AMSU</p>
846<p>++ quels sont les fichiers de références ECMWF</p>
847<p>++ comment ça marche sur climserv</p>
848</div>
849<div class="section" id="id72">
850<h2>CAUTIONS</h2>
851<p>Does'nt work on zeus because of UDUnits library problems</p>
852</div>
853<div class="section" id="id73">
854<h2>SEE ALSO</h2>
855<p><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
856<p><a class="reference internal" href="#olr-split-sh">olr_split.sh</a></p>
857</div>
858<div class="section" id="id74">
859<h2>FILES</h2>
860<p>/usr/home/fplod/incas/varamma/varamma_ws/paper01_pre.sh sur aedon.locean-ipsl.upmc.fr</p>
861</div>
862<div class="section" id="id75">
863<h2>EVOLUTIONS</h2>
864<ul class="simple">
865<li>fplod 2008-08-13T12:27:41Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
866<li>add OLR reference file and yearly-afratl files production</li>
867</ul>
868</li>
869<li>fplod 2008-08-12T13:55:32Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
870<li>creation. not finish</li>
871</ul>
872</li>
873</ul>
874</div>
875</div>
876<div class="section" id="forout-pro">
877<h1>forout.pro</h1>
878<p>returns a file name writable in ${VARAMMA_OD}</p>
879<table class="docutils field-list" frame="void" rules="none">
880<col class="field-name" />
881<col class="field-body" />
882<tbody valign="top">
883<tr class="field"><th class="field-name">Categories:</th><td class="field-body"><p class="first">outputs</p>
884</td>
885</tr>
886<tr class="field"><th class="field-name">Uses:</th><td class="field-body"><p class="first"><a href="#id90"><span class="problematic" id="id91">report_</span></a></p>
887</td>
888</tr>
889<tr class="field"><th class="field-name">Params:</th><td class="field-body"><dl class="first docutils">
890<dt>name <span class="classifier-delimiter">:</span> <span class="classifier">in, required, type=string</span></dt>
891<dd><p class="first last">basename of the file to create in ${VARAMMA_OD}/</p>
892</dd>
893</dl>
894</td>
895</tr>
896<tr class="field"><th class="field-name">Keywords:</th><td class="field-body"><dl class="first docutils">
897<dt>OVERWRITE <span class="classifier-delimiter">:</span> <span class="classifier">default=false</span></dt>
898<dd><p class="first last">to overwrite the output image file if exists.</p>
899</dd>
900</dl>
901</td>
902</tr>
903<tr class="field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">filename (dirname and basename) or -1 if error</p>
904</td>
905</tr>
906<tr class="field"><th class="field-name">Restrictions:</th><td class="field-body"><ul class="first simple">
907<li>Requires SAXO</li>
908</ul>
909</td>
910</tr>
911<tr class="field"><th class="field-name">Pre:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
912</td>
913</tr>
914<tr class="field"><th class="field-name">Post:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
915</td>
916</tr>
917<tr class="field"><th class="field-name">Todo:</th><td class="field-body"></td>
918</tr>
919<tr class="field"><th class="field-name">Examples:</th><td class="field-body"></td>
920</tr>
921</tbody>
922</table>
923<p>To prepare the production of ${VARAMMA_OD}/figure08.png:</p>
924<pre class="literal-block">
925IDL&gt; fullfilename_out=forout('figure08.png',/OVERWRITE)
926IDL&gt; print, fullfilename_out
927/usr/temp/fplod/varamma_d/figure08.png
928</pre>
929<p>If asked an other time without /OVERWRITE, the file is not anymore writable</p>
930<pre class="literal-block">
931IDL&gt; fullfilename_out=forout('figure08.png')
932IDL&gt; print, fullfilename_out
933-1
934</pre>
935<table class="docutils field-list" frame="void" rules="none">
936<col class="field-name" />
937<col class="field-body" />
938<tbody valign="top">
939<tr class="field"><th class="field-name">History:</th><td class="field-body"></td>
940</tr>
941</tbody>
942</table>
943<ul class="simple">
944<li>fplod 2008-08-12T15:26:26Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
945<li>creation from hovmuller_latitude.pro</li>
946</ul>
947</li>
948</ul>
949</div>
950<div class="section" id="hovmuller-pro">
951<h1>hovmuller.pro</h1>
952<p>plot hovmuller</p>
953<table class="docutils field-list" frame="void" rules="none">
954<col class="field-name" />
955<col class="field-body" />
956<tbody valign="top">
957<tr class="field"><th class="field-name">Categories:</th><td class="field-body"><p class="first">PNG
958hoevmuller
959AMSU
960OLR</p>
961</td>
962</tr>
963<tr class="field"><th class="field-name">Params:</th><td class="field-body"><dl class="first docutils">
964<dt>dataset <span class="classifier-delimiter">:</span> <span class="classifier">in, required, type='string'</span></dt>
965<dd><p class="first last">dataset to plot</p>
966</dd>
967<dt>canal <span class="classifier-delimiter">:</span> <span class="classifier">in, optional, type='string'</span></dt>
968<dd><p class="first">canal of AMSU</p>
969<p class="last">only used if AMSU dataset</p>
970</dd>
971<dt>iyear <span class="classifier-delimiter">:</span> <span class="classifier">in, required, type='integer'</span></dt>
972<dd><p class="first last">year</p>
973</dd>
974</dl>
975</td>
976</tr>
977<tr class="field"><th class="field-name">Keywords:</th><td class="field-body"><dl class="first docutils">
978<dt>DATASETTYPE <span class="classifier-delimiter">:</span> <span class="classifier">default='for AMSU ++, for OLR ++'</span></dt>
979<dd><p class="first last">dataset type name.
980For each dataset, there are several file type (year vs total, global vs
981regional). ++</p>
982</dd>
983<dt>AXE <span class="classifier-delimiter">:</span> <span class="classifier">default='latitude'</span></dt>
984<dd><p class="first last">geographical axe to be use for hovmuller
985can be either 'latitude' or 'longitude'</p>
986</dd>
987<dt>UBOX <span class="classifier-delimiter">:</span> <span class="classifier">type='1D array of 4 items'</span></dt>
988<dd><p class="first last">latitudes and longitudes of the box in this order : ulon1 ulon2 ulat1 ulat2</p>
989</dd>
990<dt>OVERWRITE <span class="classifier-delimiter">:</span> <span class="classifier">default=false</span></dt>
991<dd><p class="first">to overwrite the output image file if exists.</p>
992<p class="last">Useless if NOSAVE is set.</p>
993</dd>
994<dt>NOSAVE <span class="classifier-delimiter">:</span> <span class="classifier">default=false</span></dt>
995<dd><p class="first">to NOT save the output image in a file</p>
996<p>might be usefull if several plots are needed on the same figure.</p>
997<p class="last">file if exist might be overwritten if OVERWRITE is set to 1.</p>
998</dd>
999<dt>_EXTRA :</dt>
1000<dd><p class="first">Used to declare that this routine accepts inherited keywords</p>
1001<p class="last">see example with SMALL keyword</p>
1002</dd>
1003</dl>
1004</td>
1005</tr>
1006<tr class="field"><th class="field-name">Restrictions:</th><td class="field-body"><ul class="first simple">
1007<li>Requires SAXO</li>
1008</ul>
1009</td>
1010</tr>
1011<tr class="field"><th class="field-name">Returns:</th><td class="field-body"></td>
1012</tr>
1013<tr class="field"><th class="field-name">Uses:</th><td class="field-body"><p class="first"><a href="#id92"><span class="problematic" id="id93">pltt_</span></a></p>
1014<p><a href="#id94"><span class="problematic" id="id95">cm_4cal_</span></a></p>
1015<p><a class="reference internal" href="#forout-pro">forout.pro</a></p>
1016</td>
1017</tr>
1018<tr class="field"><th class="field-name">Pre:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1019<p>for AMSU dataset be sure to have <em>cx</em><tt class="docutils literal"><span class="pre">.an</span></tt><em>yyyy</em><tt class="docutils literal"><span class="pre">.nc</span></tt>
1020in the directory defined in ${VARAMMA_ID}/</p>
1021<p>for OLR dataset be sure to have <tt class="docutils literal"><span class="pre">olr.day.mean_</span></tt><em>yyyy</em><tt class="docutils literal"><span class="pre">_ng.nc</span></tt>
1022in the directory defined in ${VARAMMA_ID}/</p>
1023</td>
1024</tr>
1025<tr class="field"><th class="field-name">Post:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1026</td>
1027</tr>
1028<tr class="field"><th class="field-name">Todo:</th><td class="field-body"><p class="first">++ check ubox (lat and lon) validity</p>
1029<p>find from where come this error</p>
1030<pre class="literal-block">
1031% Type conversion error: Unable to convert given STRING to Long.
1032</pre>
1033<p>++ parametrisation date début date fin</p>
1034<p>++ exploitation du champ info des fichiers OLR</p>
1035<p>++ gros souci avec les longitude OLR !!!!</p>
1036<p>++ split read and plot</p>
1037<p>++ saveimage or openps (for image to provide to publisher)</p>
1038<p>++ filename si small idiot car peut contenir plusieurs figures donc pas canal+year...</p>
1039</td>
1040</tr>
1041<tr class="field"><th class="field-name">Examples:</th><td class="field-body"></td>
1042</tr>
1043</tbody>
1044</table>
1045<p>To plot AMSU a4 hovmuller latitude plot for 2006 and produce a PNG file:</p>
1046<pre class="literal-block">
1047IDL&gt; hovmuller, 'AMSU', 'a4', 2006L, AXE='latitude', ubox=[-30.,+40.,-30.,45.]
1048</pre>
1049<p>To plot AMSU a4 and a5 hovmuller latitude plots for 2006 on the same figure:</p>
1050<pre class="literal-block">
1051IDL&gt; hovmuller, 'AMSU', 'a4', 2006L, AXE='latitude', ubox=[-30.,+40.,-30.,45.], /nosave, small=[2,1,1]
1052IDL&gt; hovmuller, 'AMSU', 'a5', 2006L, AXE='latitude', ubox=[-30.,+40.,-30.,45.], /noerase, /nocolorbar,small=[2,1,2]
1053</pre>
1054<p>++ les deux dessins n'occupent pas la même taille.</p>
1055<p>To plot OLR hovmuller latitude plot for 2006 and produce a PNG file:</p>
1056<pre class="literal-block">
1057IDL&gt; hovmuller, 'OLR', 'n.a.', 2006L, AXE='latitude', ubox=[-30.,+40.,-30.,45.]
1058</pre>
1059<p>To plot OLR hovmuller longitude plot for 2006 and produce a PNG file:</p>
1060<pre class="literal-block">
1061IDL&gt; hovmuller, 'OLR', 'n.a', 2006L, AXE='longitude', ubox=[-30.,+40.,-30.,45.]
1062</pre>
1063<p>To plot AMSU a4 hovmuller latitude plot climatology and produce a PNG file:</p>
1064<pre class="literal-block">
1065IDL&gt; hovmuller, 'AMSU', 'a4', 0000L, DATASETTYPE='varamma_t3', AXE='latitude', ubox=[-30.,+40.,-30.,45.]
1066</pre>
1067<table class="docutils field-list" frame="void" rules="none">
1068<col class="field-name" />
1069<col class="field-body" />
1070<tbody valign="top">
1071<tr class="field"><th class="field-name">History:</th><td class="field-body"></td>
1072</tr>
1073</tbody>
1074</table>
1075<ul class="simple">
1076<li>fplod 2008-12-23T13:49:03Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1077<li>add latitude and longitude boundaries in keywords (UBOX)</li>
1078</ul>
1079</li>
1080<li>fplod 2008-08-14T15:31:11Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1081<li>j'ajoute la possibilité de travailler avec les fichiers de climato
1082en ajoutant un motcle datasettype (ceux qui peut permettre même pour
1083OLR par exemple de travailler soit avec les fichiers splités soit avec
1084le fichiers original ... enfin c'est l'idée.</li>
1085<li>j'ai compris que 1) il faut /timestep pour AMSU (parce l'axe des temps
1086ne fait pas partie de ceux gerés par ncdf_gettime) 2) qu'il y a un gros
1087avec les longitudes OLR</li>
1088</ul>
1089</li>
1090<li>fplod 2008-08-13T08:02:19Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1091<li>replace hovmuller_latitude by hovmuller</li>
1092<li>add AXE keyword</li>
1093<li>change terminology of latitude image file hov by hovy</li>
1094<li>check parameters (type and value)</li>
1095<li>parametrization of xaxisname, yaxisname and timevar</li>
1096</ul>
1097</li>
1098<li>fplod 2008-08-12T14:17:14Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1099<li>add _EXTRA keyword</li>
1100<li>change format of colorbar f5.1 to I3.3, 1/10th is useless in legend and
1101I rather like have a <em>big</em> font than a dot.</li>
1102<li>add OVERWRITE keyword</li>
1103<li>add NOSAVE keyword</li>
1104<li>subtitle = '' to avoid text between plot and color bar</li>
1105<li>usage of _forout</li>
1106</ul>
1107</li>
1108<li>fplod 2008-08-05T09:59:15Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1109<li>change font</li>
1110</ul>
1111</li>
1112<li>fplod 2008-07-31T12:59:17Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1113<li>Start to add OLR dataset</li>
1114<li>add dataset parameter</li>
1115</ul>
1116</li>
1117<li>fplod 20080718<ul>
1118<li>extract from ananewvaramma3.pro 20080718 :</li>
1119</ul>
1120</li>
1121</ul>
1122<pre class="literal-block">
1123hovmuller latitude
1124canal='a7'
1125mois=['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec']
1126mo_lon=[31,28,31,30,31,30,31,31,30,31,30,31]
1127
1128imo=4 &amp;im1=10  ; no du mois
1129file='stagiaire/'+canal+'.an2006.nc'
1130initncdf, file, xaxisname = 'xlon', yaxisname = 'ylat'
1131domdef,-10,5,-30,45  ;domdef,0,5,-30,45
1132j1=total(mo_lon(0:imo-2)) &amp; J2=total(mo_lon(0:im1-1))
1133data=read_ncdf('moyenne_tb', j1,j2,/timestep,timevar = 'jours', file = file)
1134time=julday(imo,1,2006)+lindgen(jpt)  ; redefinition axe temps
1135pltt,window=0, data, 'yt',title='latitude - time '+canal;,min=250,max=295
1136saveimage, 'sorties/'+canal+'20060410-hov-10-5.png',/png ;capture d'ecran
1137</pre>
1138<table class="docutils field-list" frame="void" rules="none">
1139<col class="field-name" />
1140<col class="field-body" />
1141<tbody valign="top">
1142<tr class="field"><th class="field-name">Version:</th><td class="field-body">$Id: hovmuller.pro 8 2008-12-23 16:13:30Z pinsard $</td>
1143</tr>
1144</tbody>
1145</table>
1146</div>
1147<div class="section" id="paper01-pro">
1148<h1>paper01.pro</h1>
1149<p>plot all figures for paper #1</p>
1150<table class="docutils field-list" frame="void" rules="none">
1151<col class="field-name" />
1152<col class="field-body" />
1153<tbody valign="top">
1154<tr class="field"><th class="field-name">Categories:</th><td class="field-body"></td>
1155</tr>
1156<tr class="field"><th class="field-name">Uses:</th><td class="field-body"><p class="first"><a class="reference internal" href="#figure08-pro">figure08.pro</a>
1157<a class="reference internal" href="#figure09-pro">figure09.pro</a>
1158<a class="reference internal" href="#figure14-pro">figure14.pro</a></p>
1159</td>
1160</tr>
1161<tr class="field"><th class="field-name">Restrictions:</th><td class="field-body"><ul class="first simple">
1162<li>Requires SAXO</li>
1163</ul>
1164</td>
1165</tr>
1166<tr class="field"><th class="field-name">Pre:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1167<p><a class="reference internal" href="#paper01-pre-sh">paper01_pre.sh</a></p>
1168</td>
1169</tr>
1170<tr class="field"><th class="field-name">Post:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1171</td>
1172</tr>
1173<tr class="field"><th class="field-name">Todo:</th><td class="field-body"></td>
1174</tr>
1175<tr class="field"><th class="field-name">Examples:</th><td class="field-body"></td>
1176</tr>
1177</tbody>
1178</table>
1179<p>To produce PNG files :</p>
1180<pre class="literal-block">
1181IDL&gt; paper01
1182</pre>
1183<table class="docutils field-list" frame="void" rules="none">
1184<col class="field-name" />
1185<col class="field-body" />
1186<tbody valign="top">
1187<tr class="field"><th class="field-name">History:</th><td class="field-body"></td>
1188</tr>
1189</tbody>
1190</table>
1191<ul class="simple">
1192<li>fplod 2008-08-14T16:46:37Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1193<li>8, 9 et 14 ok (almost !)</li>
1194</ul>
1195</li>
1196<li>fplod 2008-08-13T10:34:01Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1197<li>creation of header not yet ok, just the idea</li>
1198</ul>
1199</li>
1200</ul>
1201</div>
1202<div class="section" id="timeserie-pro">
1203<h1>timeserie.pro</h1>
1204<p>plot time series</p>
1205<table class="docutils field-list" frame="void" rules="none">
1206<col class="field-name" />
1207<col class="field-body" />
1208<tbody valign="top">
1209<tr class="field"><th class="field-name">Categories:</th><td class="field-body"><p class="first">PNG Climatology AMSU OLR2</p>
1210</td>
1211</tr>
1212<tr class="field"><th class="field-name">Params:</th><td class="field-body"><dl class="first docutils">
1213<dt>dataset <span class="classifier-delimiter">:</span> <span class="classifier">in, required, type='string: AMSU OLR'</span></dt>
1214<dd><p class="first last">dataset to plot</p>
1215</dd>
1216<dt>canal <span class="classifier-delimiter">:</span> <span class="classifier">in, optional, type='string: ax bx'</span></dt>
1217<dd><p class="first">canal of AMSU</p>
1218<p class="last">only used if AMSU dataset</p>
1219</dd>
1220</dl>
1221</td>
1222</tr>
1223<tr class="field"><th class="field-name">Keywords:</th><td class="field-body"></td>
1224</tr>
1225<tr class="field"><th class="field-name">Restrictions:</th><td class="field-body"><ul class="first simple">
1226<li>Requires SAXO</li>
1227</ul>
1228</td>
1229</tr>
1230<tr class="field"><th class="field-name">Returns:</th><td class="field-body"></td>
1231</tr>
1232<tr class="field"><th class="field-name">Uses:</th><td class="field-body"><p class="first"><a href="#id96"><span class="problematic" id="id97">pltt_</span></a></p>
1233<p><a href="#id98"><span class="problematic" id="id99">cm_4cal_</span></a></p>
1234</td>
1235</tr>
1236<tr class="field"><th class="field-name">Pre:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1237<p>for AMSU dataset be sure to have <tt class="docutils literal"><span class="pre">cx.an*yyyy*.climato.nc</span></tt> ++
1238in the directory defined in ${VARAMMA_ID}/</p>
1239<p>for OLR dataset be sure to have <tt class="docutils literal"><span class="pre">olr.day.mean_climato_ng.nc</span></tt>
1240in the directory defined in ${VARAMMA_ID}/</p>
1241</td>
1242</tr>
1243<tr class="field"><th class="field-name">Post:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1244<p>PNG file is now present in ${VARAMMA_OD}</p>
1245</td>
1246</tr>
1247<tr class="field"><th class="field-name">Todo:</th><td class="field-body"><p class="first">++ exploitation du champ info des fichiers OLR</p>
1248<p>++ split read and plot</p>
1249<p>++ saveimage or openps (for image to provide to publisher)</p>
1250<p>++ add _EXTRA keyword</p>
1251</td>
1252</tr>
1253<tr class="field"><th class="field-name">Examples:</th><td class="field-body"></td>
1254</tr>
1255</tbody>
1256</table>
1257<p>To plot AMSU a4 climatology</p>
1258<pre class="literal-block">
1259IDL&gt; timeserie, 'AMSU', 'a4'
1260</pre>
1261<p>To plot OLR climatology</p>
1262<pre class="literal-block">
1263IDL&gt; timeserie, 'OLR', 'n.a.'
1264</pre>
1265<table class="docutils field-list" frame="void" rules="none">
1266<col class="field-name" />
1267<col class="field-body" />
1268<tbody valign="top">
1269<tr class="field"><th class="field-name">History:</th><td class="field-body"><ul class="first">
1270<li><p class="first">fplod 2008-08-05T14:03:03Z zeus.locean-ipsl.upmc.fr (Linux)</p>
1271<ul>
1272<li><p class="first">creation from hovmuller_latitude.pro</p>
1273</li>
1274<li><p class="first">extract from ananewvaramma3.pro 20080718 :</p>
1275<pre class="literal-block">
1276; series temporelles
1277</pre>
1278<div class="system-message">
1279<p class="system-message-title">System Message: ERROR/3 (<tt class="docutils">varamma_manuals.rst</tt>, line 1269)</p>
1280<p>Inconsistent literal block quoting.</p>
1281</div>
1282<p>mois=['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec']
1283mo_lon=[31,28,31,30,31,30,31,31,30,31,30,31]
1284canal='a5'
1285file='stagiaire/'+canal+'.climato.nc'
1286initncdf, file, xaxisname = 'xlon', yaxisname = 'ylat'</p>
1287<p>domdef,-10,5,15,25
1288imo=4   ; no du mois
1289im1=9
1290j1=total(mo_lon(0:imo-2)) &amp; J2=total(mo_lon(0:im1-2))+mo_lon(im1-1)-1
1291;imo=1   ; no du mois
1292;im1=12
1293;j1=0 &amp; j2=364 ;J2=total(mo_lon(0:im1-2))+mo_lon(im1-1)-1
1294print,j1,j2
1295data=read_ncdf('moyenne_tb', j1,j2,/timestep,timevar = 'jours', file = file)
1296time=julday(imo,1,2000)+lindgen(jpt)
1297seriea5=(data.arr-min(data.arr))/(max(data.arr)-min(data.arr))
1298pltt,window=1,seriea5, 't',title='climatology time series',min=0.1,max=0.9
1299xyouts,max(time)+20,0.1,'a5',color=0,charsize=2</p>
1300</li>
1301</ul>
1302</li>
1303</ul>
1304</td>
1305</tr>
1306<tr class="field"><th class="field-name">Version:</th><td class="field-body"><p class="first last">$Id: timeserie.pro 2 2008-12-18 16:56:52Z pinsard $</p>
1307</td>
1308</tr>
1309</tbody>
1310</table>
1311</div>
1312<div class="section" id="figure01-pro">
1313<h1>figure01.pro</h1>
1314<p>plot figure 1 of paper1</p>
1315<table class="docutils field-list" frame="void" rules="none">
1316<col class="field-name" />
1317<col class="field-body" />
1318<tbody valign="top">
1319<tr class="field"><th class="field-name">Categories:</th><td class="field-body"></td>
1320</tr>
1321<tr class="field"><th class="field-name">Uses:</th><td class="field-body"><p class="first"><a class="reference internal" href="#hovmuller-pro">hovmuller.pro</a></p>
1322</td>
1323</tr>
1324<tr class="field"><th class="field-name">Restrictions:</th><td class="field-body"></td>
1325</tr>
1326<tr class="field"><th class="field-name">Pre:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1327<p>for AMSU dataset be sure to have <em>cx</em><tt class="docutils literal"><span class="pre">.an</span></tt><em>yyyy</em><a href="#id76"><span class="problematic" id="id77">``</span></a>.nc``++
1328in the directory defined in ${VARAMMA_ID}/</p>
1329<div class="system-message" id="id76">
1330<p class="system-message-title">System Message: WARNING/2 (<tt class="docutils">varamma_manuals.rst</tt>, line 1316); <em><a href="#id77">backlink</a></em></p>
1331<p>Inline literal start-string without end-string.</p>
1332</div>
1333</td>
1334</tr>
1335<tr class="field"><th class="field-name">Post:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1336</td>
1337</tr>
1338<tr class="field"><th class="field-name">Todo:</th><td class="field-body"></td>
1339</tr>
1340<tr class="field"><th class="field-name">Examples:</th><td class="field-body"></td>
1341</tr>
1342</tbody>
1343</table>
1344<p>To produce a PNG file :</p>
1345<pre class="literal-block">
1346IDL&gt; figure01
1347</pre>
1348<table class="docutils field-list" frame="void" rules="none">
1349<col class="field-name" />
1350<col class="field-body" />
1351<tbody valign="top">
1352<tr class="field"><th class="field-name">History:</th><td class="field-body"></td>
1353</tr>
1354</tbody>
1355</table>
1356<ul class="simple">
1357<li>fplod 2008-12-23T15:47:59Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1358<li>add ubox keywords required by hovmuller.pro</li>
1359</ul>
1360</li>
1361<li>fplod 2008-08-12T13:30:02Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1362<li>creation of header not yet ok, just the idea</li>
1363</ul>
1364</li>
1365</ul>
1366</div>
1367<div class="section" id="figure02-pro">
1368<h1>figure02.pro</h1>
1369<p>plot figure 2 of paper1</p>
1370<table class="docutils field-list" frame="void" rules="none">
1371<col class="field-name" />
1372<col class="field-body" />
1373<tbody valign="top">
1374<tr class="field"><th class="field-name">Categories:</th><td class="field-body"></td>
1375</tr>
1376<tr class="field"><th class="field-name">Uses:</th><td class="field-body"><p class="first"><a class="reference internal" href="#hovmuller-pro">hovmuller.pro</a></p>
1377</td>
1378</tr>
1379<tr class="field"><th class="field-name">Restrictions:</th><td class="field-body"></td>
1380</tr>
1381<tr class="field"><th class="field-name">Pre:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1382<p>for AMSU dataset be sure to have <em>cx</em><tt class="docutils literal"><span class="pre">.an</span></tt><em>yyyy</em><a href="#id78"><span class="problematic" id="id79">``</span></a>.nc``++
1383in the directory defined in ${VARAMMA_ID}/</p>
1384<div class="system-message" id="id78">
1385<p class="system-message-title">System Message: WARNING/2 (<tt class="docutils">varamma_manuals.rst</tt>, line 1365); <em><a href="#id79">backlink</a></em></p>
1386<p>Inline literal start-string without end-string.</p>
1387</div>
1388</td>
1389</tr>
1390<tr class="field"><th class="field-name">Post:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1391</td>
1392</tr>
1393<tr class="field"><th class="field-name">Todo:</th><td class="field-body"></td>
1394</tr>
1395<tr class="field"><th class="field-name">Examples:</th><td class="field-body"></td>
1396</tr>
1397</tbody>
1398</table>
1399<p>To produce a PNG file :</p>
1400<pre class="literal-block">
1401IDL&gt; figure02
1402</pre>
1403<table class="docutils field-list" frame="void" rules="none">
1404<col class="field-name" />
1405<col class="field-body" />
1406<tbody valign="top">
1407<tr class="field"><th class="field-name">History:</th><td class="field-body"></td>
1408</tr>
1409</tbody>
1410</table>
1411<ul class="simple">
1412<li>fplod 2008-12-23T15:47:59Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1413<li>add ubox keywords required by hovmuller.pro</li>
1414</ul>
1415</li>
1416<li>fplod 2008-08-12T13:33:22Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1417<li>creation of header not yet ok, just the idea</li>
1418</ul>
1419</li>
1420</ul>
1421</div>
1422<div class="section" id="figure03-pro">
1423<h1>figure03.pro</h1>
1424<p>plot figure 3 of paper1</p>
1425<table class="docutils field-list" frame="void" rules="none">
1426<col class="field-name" />
1427<col class="field-body" />
1428<tbody valign="top">
1429<tr class="field"><th class="field-name">Categories:</th><td class="field-body"></td>
1430</tr>
1431<tr class="field"><th class="field-name">Uses:</th><td class="field-body"><p class="first"><a class="reference internal" href="#hovmuller-pro">hovmuller.pro</a></p>
1432</td>
1433</tr>
1434<tr class="field"><th class="field-name">Restrictions:</th><td class="field-body"></td>
1435</tr>
1436<tr class="field"><th class="field-name">Pre:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1437<p>for AMSU dataset be sure to have <em>cx</em><tt class="docutils literal"><span class="pre">.an</span></tt><em>yyyy</em><a href="#id80"><span class="problematic" id="id81">``</span></a>.nc``++
1438in the directory defined in ${VARAMMA_ID}/</p>
1439<div class="system-message" id="id80">
1440<p class="system-message-title">System Message: WARNING/2 (<tt class="docutils">varamma_manuals.rst</tt>, line 1414); <em><a href="#id81">backlink</a></em></p>
1441<p>Inline literal start-string without end-string.</p>
1442</div>
1443</td>
1444</tr>
1445<tr class="field"><th class="field-name">Post:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1446</td>
1447</tr>
1448<tr class="field"><th class="field-name">Todo:</th><td class="field-body"></td>
1449</tr>
1450<tr class="field"><th class="field-name">Examples:</th><td class="field-body"></td>
1451</tr>
1452</tbody>
1453</table>
1454<p>To produce a PNG file :</p>
1455<pre class="literal-block">
1456IDL&gt; figure03
1457</pre>
1458<table class="docutils field-list" frame="void" rules="none">
1459<col class="field-name" />
1460<col class="field-body" />
1461<tbody valign="top">
1462<tr class="field"><th class="field-name">History:</th><td class="field-body"></td>
1463</tr>
1464</tbody>
1465</table>
1466<ul class="simple">
1467<li>fplod 2008-12-23T15:47:59Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1468<li>add ubox keywords required by hovmuller.pro</li>
1469</ul>
1470</li>
1471<li>fplod 2008-08-12T13:35:39Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1472<li>creation of header not yet ok, just the idea</li>
1473</ul>
1474</li>
1475</ul>
1476</div>
1477<div class="section" id="figure04-pro">
1478<h1>figure04.pro</h1>
1479<p>plot figure 4 of paper1</p>
1480<table class="docutils field-list" frame="void" rules="none">
1481<col class="field-name" />
1482<col class="field-body" />
1483<tbody valign="top">
1484<tr class="field"><th class="field-name">Categories:</th><td class="field-body"></td>
1485</tr>
1486<tr class="field"><th class="field-name">Uses:</th><td class="field-body"><p class="first"><a class="reference internal" href="#hovmuller-pro">hovmuller.pro</a></p>
1487</td>
1488</tr>
1489<tr class="field"><th class="field-name">Restrictions:</th><td class="field-body"></td>
1490</tr>
1491<tr class="field"><th class="field-name">Pre:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1492<p>for AMSU dataset be sure to have <em>cx</em><tt class="docutils literal"><span class="pre">.an</span></tt><em>yyyy</em><a href="#id82"><span class="problematic" id="id83">``</span></a>.nc``++
1493in the directory defined in ${VARAMMA_ID}/</p>
1494<div class="system-message" id="id82">
1495<p class="system-message-title">System Message: WARNING/2 (<tt class="docutils">varamma_manuals.rst</tt>, line 1463); <em><a href="#id83">backlink</a></em></p>
1496<p>Inline literal start-string without end-string.</p>
1497</div>
1498</td>
1499</tr>
1500<tr class="field"><th class="field-name">Post:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1501</td>
1502</tr>
1503<tr class="field"><th class="field-name">Todo:</th><td class="field-body"></td>
1504</tr>
1505<tr class="field"><th class="field-name">Examples:</th><td class="field-body"></td>
1506</tr>
1507</tbody>
1508</table>
1509<p>To produce a PNG file :</p>
1510<pre class="literal-block">
1511IDL&gt; figure04
1512</pre>
1513<table class="docutils field-list" frame="void" rules="none">
1514<col class="field-name" />
1515<col class="field-body" />
1516<tbody valign="top">
1517<tr class="field"><th class="field-name">History:</th><td class="field-body"></td>
1518</tr>
1519</tbody>
1520</table>
1521<ul class="simple">
1522<li>fplod 2008-12-23T15:47:59Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1523<li>add ubox keywords required by hovmuller.pro</li>
1524</ul>
1525</li>
1526<li>fplod 2008-08-12T13:37:04Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1527<li>creation of header not yet ok, just the idea</li>
1528</ul>
1529</li>
1530</ul>
1531</div>
1532<div class="section" id="figure05-pro">
1533<h1>figure05.pro</h1>
1534<p>plot figure 5 of paper1</p>
1535<table class="docutils field-list" frame="void" rules="none">
1536<col class="field-name" />
1537<col class="field-body" />
1538<tbody valign="top">
1539<tr class="field"><th class="field-name">Categories:</th><td class="field-body"></td>
1540</tr>
1541<tr class="field"><th class="field-name">Uses:</th><td class="field-body"><p class="first"><a class="reference internal" href="#hovmuller-pro">hovmuller.pro</a></p>
1542</td>
1543</tr>
1544<tr class="field"><th class="field-name">Restrictions:</th><td class="field-body"></td>
1545</tr>
1546<tr class="field"><th class="field-name">Pre:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1547<p>for AMSU dataset be sure to have <em>cx</em><tt class="docutils literal"><span class="pre">.an</span></tt><em>yyyy</em><a href="#id84"><span class="problematic" id="id85">``</span></a>.nc``++
1548in the directory defined in ${VARAMMA_ID}/</p>
1549<div class="system-message" id="id84">
1550<p class="system-message-title">System Message: WARNING/2 (<tt class="docutils">varamma_manuals.rst</tt>, line 1512); <em><a href="#id85">backlink</a></em></p>
1551<p>Inline literal start-string without end-string.</p>
1552</div>
1553</td>
1554</tr>
1555<tr class="field"><th class="field-name">Post:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1556</td>
1557</tr>
1558<tr class="field"><th class="field-name">Todo:</th><td class="field-body"></td>
1559</tr>
1560<tr class="field"><th class="field-name">Examples:</th><td class="field-body"></td>
1561</tr>
1562</tbody>
1563</table>
1564<p>To produce a PNG file :</p>
1565<pre class="literal-block">
1566IDL&gt; figure05
1567</pre>
1568<table class="docutils field-list" frame="void" rules="none">
1569<col class="field-name" />
1570<col class="field-body" />
1571<tbody valign="top">
1572<tr class="field"><th class="field-name">History:</th><td class="field-body"></td>
1573</tr>
1574</tbody>
1575</table>
1576<ul class="simple">
1577<li>fplod 2008-08-12T13:40:13Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1578<li>creation of header not yet ok, just the idea</li>
1579</ul>
1580</li>
1581</ul>
1582</div>
1583<div class="section" id="figure06-pro">
1584<h1>figure06.pro</h1>
1585<p>plot figure 6 of paper1</p>
1586<table class="docutils field-list" frame="void" rules="none">
1587<col class="field-name" />
1588<col class="field-body" />
1589<tbody valign="top">
1590<tr class="field"><th class="field-name">Categories:</th><td class="field-body"></td>
1591</tr>
1592<tr class="field"><th class="field-name">Uses:</th><td class="field-body"><p class="first"><a class="reference internal" href="#hovmuller-pro">hovmuller.pro</a></p>
1593</td>
1594</tr>
1595<tr class="field"><th class="field-name">Restrictions:</th><td class="field-body"></td>
1596</tr>
1597<tr class="field"><th class="field-name">Pre:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1598<p>for AMSU dataset be sure to have <em>cx</em><tt class="docutils literal"><span class="pre">.an</span></tt><em>yyyy</em><a href="#id86"><span class="problematic" id="id87">``</span></a>.nc``++
1599in the directory defined in ${VARAMMA_ID}/</p>
1600<div class="system-message" id="id86">
1601<p class="system-message-title">System Message: WARNING/2 (<tt class="docutils">varamma_manuals.rst</tt>, line 1557); <em><a href="#id87">backlink</a></em></p>
1602<p>Inline literal start-string without end-string.</p>
1603</div>
1604</td>
1605</tr>
1606<tr class="field"><th class="field-name">Post:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1607</td>
1608</tr>
1609<tr class="field"><th class="field-name">Todo:</th><td class="field-body"></td>
1610</tr>
1611<tr class="field"><th class="field-name">Examples:</th><td class="field-body"></td>
1612</tr>
1613</tbody>
1614</table>
1615<p>To produce a PNG file :</p>
1616<pre class="literal-block">
1617IDL&gt; figure06
1618</pre>
1619<table class="docutils field-list" frame="void" rules="none">
1620<col class="field-name" />
1621<col class="field-body" />
1622<tbody valign="top">
1623<tr class="field"><th class="field-name">History:</th><td class="field-body"></td>
1624</tr>
1625</tbody>
1626</table>
1627<ul class="simple">
1628<li>fplod 2008-12-23T15:47:59Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1629<li>add ubox keywords required by hovmuller.pro</li>
1630</ul>
1631</li>
1632<li>fplod 2008-08-12T13:41:29Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1633<li>creation of header not yet ok, just the idea</li>
1634</ul>
1635</li>
1636</ul>
1637</div>
1638<div class="section" id="figure07-pro">
1639<h1>figure07.pro</h1>
1640<p>plot figure 7 of paper1</p>
1641<table class="docutils field-list" frame="void" rules="none">
1642<col class="field-name" />
1643<col class="field-body" />
1644<tbody valign="top">
1645<tr class="field"><th class="field-name">Categories:</th><td class="field-body"></td>
1646</tr>
1647<tr class="field"><th class="field-name">Uses:</th><td class="field-body"></td>
1648</tr>
1649<tr class="field"><th class="field-name">Restrictions:</th><td class="field-body"></td>
1650</tr>
1651<tr class="field"><th class="field-name">Pre:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1652<p>for AMSU dataset be sure to have <em>cx</em><tt class="docutils literal"><span class="pre">.an</span></tt><em>yyyy</em><a href="#id88"><span class="problematic" id="id89">``</span></a>.nc``++
1653in the directory defined in ${VARAMMA_ID}/</p>
1654<div class="system-message" id="id88">
1655<p class="system-message-title">System Message: WARNING/2 (<tt class="docutils">varamma_manuals.rst</tt>, line 1604); <em><a href="#id89">backlink</a></em></p>
1656<p>Inline literal start-string without end-string.</p>
1657</div>
1658</td>
1659</tr>
1660<tr class="field"><th class="field-name">Post:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1661</td>
1662</tr>
1663<tr class="field"><th class="field-name">Todo:</th><td class="field-body"></td>
1664</tr>
1665<tr class="field"><th class="field-name">Examples:</th><td class="field-body"></td>
1666</tr>
1667</tbody>
1668</table>
1669<p>To produce a PNG file :</p>
1670<pre class="literal-block">
1671IDL&gt; figure07
1672</pre>
1673<table class="docutils field-list" frame="void" rules="none">
1674<col class="field-name" />
1675<col class="field-body" />
1676<tbody valign="top">
1677<tr class="field"><th class="field-name">History:</th><td class="field-body"></td>
1678</tr>
1679</tbody>
1680</table>
1681<ul class="simple">
1682<li>fplod 2008-08-12T13:42:36Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1683<li>creation of header not yet ok, just the idea</li>
1684</ul>
1685</li>
1686</ul>
1687</div>
1688<div class="section" id="figure08-pro">
1689<h1>figure08.pro</h1>
1690<p>plot figure 8 of paper1</p>
1691<table class="docutils field-list" frame="void" rules="none">
1692<col class="field-name" />
1693<col class="field-body" />
1694<tbody valign="top">
1695<tr class="field"><th class="field-name">Categories:</th><td class="field-body"><p class="first">PNG hoevmuller VARAMMA</p>
1696</td>
1697</tr>
1698<tr class="field"><th class="field-name">Uses:</th><td class="field-body"><p class="first"><a class="reference internal" href="#hovmuller-pro">hovmuller.pro</a>
1699<a class="reference internal" href="#forout-pro">forout.pro</a></p>
1700</td>
1701</tr>
1702<tr class="field"><th class="field-name">Restrictions:</th><td class="field-body"><ul class="first simple">
1703<li>Requires SAXO</li>
1704</ul>
1705</td>
1706</tr>
1707<tr class="field"><th class="field-name">Pre:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1708<p>for AMSU dataset be sure to have <em>cx</em><tt class="docutils literal"><span class="pre">.an</span></tt><em>yyyy</em><tt class="docutils literal"><span class="pre">.nc</span></tt>
1709in the directory defined in ${VARAMMA_ID}/</p>
1710</td>
1711</tr>
1712<tr class="field"><th class="field-name">Post:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1713</td>
1714</tr>
1715<tr class="field"><th class="field-name">Todo:</th><td class="field-body"></td>
1716</tr>
1717</tbody>
1718</table>
1719<p>++ different min et max pour chaque plot !</p>
1720<p>++ write a) b) c) d) near each plot</p>
1721<table class="docutils field-list" frame="void" rules="none">
1722<col class="field-name" />
1723<col class="field-body" />
1724<tbody valign="top">
1725<tr class="field"><th class="field-name">Examples:</th><td class="field-body"></td>
1726</tr>
1727</tbody>
1728</table>
1729<p>To produce a PNG file :</p>
1730<pre class="literal-block">
1731IDL&gt; figure08
1732</pre>
1733<table class="docutils field-list" frame="void" rules="none">
1734<col class="field-name" />
1735<col class="field-body" />
1736<tbody valign="top">
1737<tr class="field"><th class="field-name">History:</th><td class="field-body"></td>
1738</tr>
1739</tbody>
1740</table>
1741<ul class="simple">
1742<li>fplod 2008-12-23T15:47:59Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1743<li>add ubox keywords required by hovmuller.pro</li>
1744</ul>
1745</li>
1746<li>fplod 2008-08-13T08:38:52Z aedon.locean-ipsl.upmc.fr (Darwin)</li>
1747</ul>
1748<blockquote>
1749<ul class="simple">
1750<li>change hovmuller_latitude to hovmuller
1751and the colling sequence</li>
1752</ul>
1753</blockquote>
1754<ul class="simple">
1755<li>fplod 2008-08-12T15:09:51Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1756<li>more concrete action ...</li>
1757</ul>
1758</li>
1759<li>fplod 2008-08-11T15:41:20Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1760<li>creation of header not yet ok, just the idea</li>
1761</ul>
1762</li>
1763</ul>
1764</div>
1765<div class="section" id="figure09-pro">
1766<h1>figure09.pro</h1>
1767<p>plot figure 9 of paper1</p>
1768<table class="docutils field-list" frame="void" rules="none">
1769<col class="field-name" />
1770<col class="field-body" />
1771<tbody valign="top">
1772<tr class="field"><th class="field-name">Categories:</th><td class="field-body"><p class="first">PNG hoevmuller VARAMMA</p>
1773</td>
1774</tr>
1775<tr class="field"><th class="field-name">Uses:</th><td class="field-body"><p class="first"><a class="reference internal" href="#hovmuller-pro">hovmuller.pro</a></p>
1776</td>
1777</tr>
1778<tr class="field"><th class="field-name">Restrictions:</th><td class="field-body"><ul class="first simple">
1779<li>Requires SAXO</li>
1780</ul>
1781</td>
1782</tr>
1783<tr class="field"><th class="field-name">Pre:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1784<p class="last">for AMSU dataset be sure to have  <em>cx</em><tt class="docutils literal"><span class="pre">.an</span></tt><em>yyyy</em><tt class="docutils literal"><span class="pre">.nc</span></tt>
1785in the directory defined in ${VARAMMA_ID}/</p>
1786</td>
1787</tr>
1788</tbody>
1789</table>
1790<p>++ OLR
1791++ ECMWF</p>
1792<table class="docutils field-list" frame="void" rules="none">
1793<col class="field-name" />
1794<col class="field-body" />
1795<tbody valign="top">
1796<tr class="field"><th class="field-name">Post:</th><td class="field-body"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></td>
1797</tr>
1798<tr class="field"><th class="field-name">Todo:</th><td class="field-body"></td>
1799</tr>
1800<tr class="field"><th class="field-name">Examples:</th><td class="field-body"></td>
1801</tr>
1802</tbody>
1803</table>
1804<p>To produce a PNG file :</p>
1805<pre class="literal-block">
1806IDL&gt; figure09
1807</pre>
1808<table class="docutils field-list" frame="void" rules="none">
1809<col class="field-name" />
1810<col class="field-body" />
1811<tbody valign="top">
1812<tr class="field"><th class="field-name">History:</th><td class="field-body"></td>
1813</tr>
1814</tbody>
1815</table>
1816<ul class="simple">
1817<li>fplod 2008-12-23T15:47:59Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1818<li>add ubox keywords required by hovmuller.pro</li>
1819</ul>
1820</li>
1821<li>fplod 2008-08-13T08:41:22Z zeus.locean-ipsl.upmc.fr (Linux)<ul>
1822<li>more concrete action inspired by figure08.pro</li>
1823</ul>
1824</li>
1825<li>fplod 2008-08-11T15:56:10Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1826<li>creation of header not yet ok, just the idea</li>
1827</ul>
1828</li>
1829</ul>
1830</div>
1831<div class="section" id="figure11-pro">
1832<h1>figure11.pro</h1>
1833<p>plot figure 11 of paper1</p>
1834<table class="docutils field-list" frame="void" rules="none">
1835<col class="field-name" />
1836<col class="field-body" />
1837<tbody valign="top">
1838<tr class="field"><th class="field-name">Uses:</th><td class="field-body"><p class="first"><a class="reference internal" href="#hovmuller-pro">hovmuller.pro</a></p>
1839</td>
1840</tr>
1841<tr class="field"><th class="field-name">Restrictions:</th><td class="field-body"><ul class="first simple">
1842<li>Requires SAXO</li>
1843</ul>
1844</td>
1845</tr>
1846<tr class="field"><th class="field-name">Pre:</th><td class="field-body"><p class="first last"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1847</td>
1848</tr>
1849</tbody>
1850</table>
1851<p>++ OLR
1852++ ECMWF</p>
1853<table class="docutils field-list" frame="void" rules="none">
1854<col class="field-name" />
1855<col class="field-body" />
1856<tbody valign="top">
1857<tr class="field"><th class="field-name">Post:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1858<p>++ jpg is now present in ++</p>
1859</td>
1860</tr>
1861<tr class="field"><th class="field-name">Todo:</th><td class="field-body"></td>
1862</tr>
1863<tr class="field"><th class="field-name">Examples:</th><td class="field-body"></td>
1864</tr>
1865</tbody>
1866</table>
1867<p>To produce a PNG file :</p>
1868<pre class="literal-block">
1869IDL&gt; figure11
1870</pre>
1871<table class="docutils field-list" frame="void" rules="none">
1872<col class="field-name" />
1873<col class="field-body" />
1874<tbody valign="top">
1875<tr class="field"><th class="field-name">History:</th><td class="field-body"></td>
1876</tr>
1877</tbody>
1878</table>
1879<ul class="simple">
1880<li>fplod 2008-08-11T15:56:10Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1881<li>creation of header not yet ok, just the idea</li>
1882</ul>
1883</li>
1884</ul>
1885</div>
1886<div class="section" id="figure12-pro">
1887<h1>figure12.pro</h1>
1888<p>plot figure 12 of paper1</p>
1889<table class="docutils field-list" frame="void" rules="none">
1890<col class="field-name" />
1891<col class="field-body" />
1892<tbody valign="top">
1893<tr class="field"><th class="field-name">Categories:</th><td class="field-body"><p class="first">AMSU</p>
1894</td>
1895</tr>
1896<tr class="field"><th class="field-name">Uses:</th><td class="field-body"></td>
1897</tr>
1898<tr class="field"><th class="field-name">Restrictions:</th><td class="field-body"><ul class="first simple">
1899<li>Requires SAXO</li>
1900</ul>
1901</td>
1902</tr>
1903<tr class="field"><th class="field-name">Pre:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1904<p>for AMSU dataset be sure to have <em>cx</em><tt class="docutils literal"><span class="pre">.an</span></tt><em>yyyy</em><tt class="docutils literal"><span class="pre">climato_ng.nc</span></tt>
1905in the directory defined in ${VARAMMA_ID}/</p>
1906</td>
1907</tr>
1908<tr class="field"><th class="field-name">Post:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1909</td>
1910</tr>
1911<tr class="field"><th class="field-name">Todo:</th><td class="field-body"></td>
1912</tr>
1913<tr class="field"><th class="field-name">Examples:</th><td class="field-body"></td>
1914</tr>
1915</tbody>
1916</table>
1917<p>To produce a PNG file :</p>
1918<pre class="literal-block">
1919IDL&gt; figure12
1920</pre>
1921<table class="docutils field-list" frame="void" rules="none">
1922<col class="field-name" />
1923<col class="field-body" />
1924<tbody valign="top">
1925<tr class="field"><th class="field-name">History:</th><td class="field-body"></td>
1926</tr>
1927</tbody>
1928</table>
1929<ul class="simple">
1930<li>fplod 2008-08-11T16:04:44Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1931<li>creation of header not yet ok, just the idea</li>
1932</ul>
1933</li>
1934</ul>
1935</div>
1936<div class="section" id="figure13-pro">
1937<h1>figure13.pro</h1>
1938<p>plot figure 13 of paper1</p>
1939<table class="docutils field-list" frame="void" rules="none">
1940<col class="field-name" />
1941<col class="field-body" />
1942<tbody valign="top">
1943<tr class="field"><th class="field-name">Categories:</th><td class="field-body"><p class="first">AMSU</p>
1944</td>
1945</tr>
1946<tr class="field"><th class="field-name">Uses:</th><td class="field-body"></td>
1947</tr>
1948<tr class="field"><th class="field-name">Restrictions:</th><td class="field-body"><ul class="first simple">
1949<li>Requires SAXO</li>
1950</ul>
1951</td>
1952</tr>
1953<tr class="field"><th class="field-name">Pre:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1954<p>for AMSU dataset be sure to have <em>cx</em><tt class="docutils literal"><span class="pre">.an</span></tt><em>yyyy</em><tt class="docutils literal"><span class="pre">_climato_ng.nc</span></tt>
1955in the directory defined in ${VARAMMA_ID}/</p>
1956</td>
1957</tr>
1958<tr class="field"><th class="field-name">Post:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
1959<p>++ jpg is now present in ++</p>
1960</td>
1961</tr>
1962<tr class="field"><th class="field-name">Todo:</th><td class="field-body"></td>
1963</tr>
1964<tr class="field"><th class="field-name">Examples:</th><td class="field-body"></td>
1965</tr>
1966</tbody>
1967</table>
1968<p>To produce a PNG file :</p>
1969<pre class="literal-block">
1970IDL&gt; figure13
1971</pre>
1972<table class="docutils field-list" frame="void" rules="none">
1973<col class="field-name" />
1974<col class="field-body" />
1975<tbody valign="top">
1976<tr class="field"><th class="field-name">History:</th><td class="field-body"></td>
1977</tr>
1978</tbody>
1979</table>
1980<ul class="simple">
1981<li>fplod 2008-08-11T16:04:44Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
1982<li>creation of header not yet ok, just the idea</li>
1983</ul>
1984</li>
1985</ul>
1986</div>
1987<div class="section" id="figure14-pro">
1988<h1>figure14.pro</h1>
1989<p>plot figure 14 of paper1</p>
1990<table class="docutils field-list" frame="void" rules="none">
1991<col class="field-name" />
1992<col class="field-body" />
1993<tbody valign="top">
1994<tr class="field"><th class="field-name">Categories:</th><td class="field-body"></td>
1995</tr>
1996<tr class="field"><th class="field-name">Uses:</th><td class="field-body"><p class="first"><a class="reference internal" href="#hovmuller-pro">hovmuller.pro</a>
1997<a class="reference internal" href="#forout-pro">forout.pro</a></p>
1998</td>
1999</tr>
2000<tr class="field"><th class="field-name">Restrictions:</th><td class="field-body"><ul class="first simple">
2001<li>Requires SAXO</li>
2002</ul>
2003</td>
2004</tr>
2005<tr class="field"><th class="field-name">Pre:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
2006<p>for AMSU dataset be sure to have <em>cx</em><tt class="docutils literal"><span class="pre">.an</span></tt><em>yyyy</em><tt class="docutils literal"><span class="pre">_climato.nc</span></tt>
2007in the directory defined in ${VARAMMA_ID}/</p>
2008</td>
2009</tr>
2010<tr class="field"><th class="field-name">Post:</th><td class="field-body"><p class="first"><a class="reference internal" href="#varamma-profile-sh">varamma_profile.sh</a></p>
2011</td>
2012</tr>
2013<tr class="field"><th class="field-name">Todo:</th><td class="field-body"></td>
2014</tr>
2015<tr class="field"><th class="field-name">Examples:</th><td class="field-body"></td>
2016</tr>
2017</tbody>
2018</table>
2019<p>To produce a PNG file :</p>
2020<pre class="literal-block">
2021IDL&gt; figure14
2022</pre>
2023<table class="docutils field-list" frame="void" rules="none">
2024<col class="field-name" />
2025<col class="field-body" />
2026<tbody valign="top">
2027<tr class="field"><th class="field-name">History:</th><td class="field-body"></td>
2028</tr>
2029</tbody>
2030</table>
2031<ul class="simple">
2032<li>fplod 2008-12-23T15:47:59Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
2033<li>add ubox keywords required by hovmuller.pro</li>
2034</ul>
2035</li>
2036<li>fplod 2008-08-14T15:24:42Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
2037<li>more concrete action ...</li>
2038</ul>
2039</li>
2040<li>fplod 2008-08-11T16:10:05Z aedon.locean-ipsl.upmc.fr (Darwin)<ul>
2041<li>creation of header not yet ok, just the idea</li>
2042</ul>
2043</li>
2044</ul>
2045</div>
2046<div class="system-messages section">
2047<h1>Docutils System Messages</h1>
2048<div class="system-message" id="id90">
2049<p class="system-message-title">System Message: ERROR/3 (<tt class="docutils">varamma_manuals.rst</tt>, line 879); <em><a href="#id91">backlink</a></em></p>
2050Unknown target name: &quot;report&quot;.</div>
2051<div class="system-message" id="id92">
2052<p class="system-message-title">System Message: ERROR/3 (<tt class="docutils">varamma_manuals.rst</tt>, line 992); <em><a href="#id93">backlink</a></em></p>
2053Unknown target name: &quot;pltt&quot;.</div>
2054<div class="system-message" id="id94">
2055<p class="system-message-title">System Message: ERROR/3 (<tt class="docutils">varamma_manuals.rst</tt>, line 995); <em><a href="#id95">backlink</a></em></p>
2056Unknown target name: &quot;cm_4cal&quot;.</div>
2057<div class="system-message" id="id96">
2058<p class="system-message-title">System Message: ERROR/3 (<tt class="docutils">varamma_manuals.rst</tt>, line 1216); <em><a href="#id97">backlink</a></em></p>
2059Unknown target name: &quot;pltt&quot;.</div>
2060<div class="system-message" id="id98">
2061<p class="system-message-title">System Message: ERROR/3 (<tt class="docutils">varamma_manuals.rst</tt>, line 1219); <em><a href="#id99">backlink</a></em></p>
2062Unknown target name: &quot;cm_4cal&quot;.</div>
2063</div>
2064</div>
2065</body>
2066</html>
Note: See TracBrowser for help on using the repository browser.