Changeset 9


Ignore:
Timestamp:
12/23/08 17:17:30 (15 years ago)
Author:
pinsard
Message:

update manuals

Location:
trunk/doc/manuals
Files:
29 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manuals/html/many/cat_clim_ecmwf.sh.html

    r3 r9  
    344344<p>++ pb levels operationel vs reanalyse</p> 
    345345<p>++ 29 février</p> 
    346 <p>$Id: cat_clim_ecmwf.sh 2 2008-12-18 16:56:52Z pinsard $</p> 
     346<p>$Id: cat_clim_ecmwf.sh 8 2008-12-23 16:13:30Z pinsard $</p> 
    347347<ul class="simple"> 
    348348<li>fplod 2008-11-20T09:36:58Z aedon.locean-ipsl.upmc.fr (Darwin)<ul> 
  • trunk/doc/manuals/html/many/figure08.pro.html

    r3 r9  
    343343</table> 
    344344<ul class="simple"> 
     345<li>fplod 2008-12-23T15:47:59Z aedon.locean-ipsl.upmc.fr (Darwin)<ul> 
     346<li>add ubox keywords required by hovmuller.pro</li> 
     347</ul> 
     348</li> 
    345349<li>fplod 2008-08-13T08:38:52Z aedon.locean-ipsl.upmc.fr (Darwin)</li> 
    346350</ul> 
  • trunk/doc/manuals/html/many/figure09.pro.html

    r3 r9  
    341341</table> 
    342342<ul class="simple"> 
     343<li>fplod 2008-12-23T15:47:59Z aedon.locean-ipsl.upmc.fr (Darwin)<ul> 
     344<li>add ubox keywords required by hovmuller.pro</li> 
     345</ul> 
     346</li> 
    343347<li>fplod 2008-08-13T08:41:22Z zeus.locean-ipsl.upmc.fr (Linux)<ul> 
    344348<li>more concrete action inspired by figure08.pro</li> 
  • trunk/doc/manuals/html/many/figure14.pro.html

    r3 r9  
    335335</table> 
    336336<ul class="simple"> 
     337<li>fplod 2008-12-23T15:47:59Z aedon.locean-ipsl.upmc.fr (Darwin)<ul> 
     338<li>add ubox keywords required by hovmuller.pro</li> 
     339</ul> 
     340</li> 
    337341<li>fplod 2008-08-14T15:24:42Z aedon.locean-ipsl.upmc.fr (Darwin)<ul> 
    338342<li>more concrete action ...</li> 
  • trunk/doc/manuals/html/many/forout.pro.html

    r3 r9  
    295295</td> 
    296296</tr> 
    297 <tr class="field"><th class="field-name">Uses:</th><td class="field-body"></td> 
     297<tr class="field"><th class="field-name">Uses:</th><td class="field-body"><p class="first"><a class="reference external" href="http://forge.ipsl.jussieu.fr/saxo/download/idldoc_html_output/Utilities/report.html">report</a></p> 
     298</td> 
    298299</tr> 
    299300<tr class="field"><th class="field-name">Params:</th><td class="field-body"><dl class="first docutils"> 
  • trunk/doc/manuals/html/many/hovmuller.pro.html

    r3 r9  
    322322can be either 'latitude' or 'longitude'</p> 
    323323</dd> 
     324<dt>UBOX <span class="classifier-delimiter">:</span> <span class="classifier">type='1D array of 4 items'</span></dt> 
     325<dd><p class="first last">latitudes and longitudes of the box in this order : ulon1 ulon2 ulat1 ulat2</p> 
     326</dd> 
    324327<dt>OVERWRITE <span class="classifier-delimiter">:</span> <span class="classifier">default=false</span></dt> 
    325328<dd><p class="first">to overwrite the output image file if exists.</p> 
     
    360363</td> 
    361364</tr> 
    362 <tr class="field"><th class="field-name">Todo:</th><td class="field-body"><p class="first">++ parametrisation date début date fin</p> 
     365<tr class="field"><th class="field-name">Todo:</th><td class="field-body"><p class="first">++ check ubox (lat and lon) validity</p> 
     366<p>find from where come this error</p> 
     367<pre class="literal-block"> 
     368% Type conversion error: Unable to convert given STRING to Long. 
     369</pre> 
     370<p>++ parametrisation date début date fin</p> 
    363371<p>++ exploitation du champ info des fichiers OLR</p> 
    364372<p>++ gros souci avec les longitude OLR !!!!</p> 
    365373<p>++ split read and plot</p> 
    366374<p>++ saveimage or openps (for image to provide to publisher)</p> 
    367 <p>++ filename si small idiot car peu contenir plusieurs figures donc pas canal+year...</p> 
     375<p>++ filename si small idiot car peut contenir plusieurs figures donc pas canal+year...</p> 
    368376</td> 
    369377</tr> 
     
    374382<p>To plot AMSU a4 hovmuller latitude plot for 2006 and produce a PNG file:</p> 
    375383<pre class="literal-block"> 
    376 IDL&gt; hovmuller, 'AMSU', 'a4', 2006L, AXE='latitude' 
     384IDL&gt; hovmuller, 'AMSU', 'a4', 2006L, AXE='latitude', ubox=[-30.,+40.,-30.,45.] 
    377385</pre> 
    378386<p>To plot AMSU a4 and a5 hovmuller latitude plots for 2006 on the same figure:</p> 
    379387<pre class="literal-block"> 
    380 IDL&gt; hovmuller, 'AMSU', 'a4', 2006L, AXE='latitude', /nosave,small=[2,1,1] 
    381 IDL&gt; hovmuller, 'AMSU', 'a5', 2006L, AXE='latitude', /noerase,/nocolorbar,small=[2,1,2] 
     388IDL&gt; hovmuller, 'AMSU', 'a4', 2006L, AXE='latitude', ubox=[-30.,+40.,-30.,45.], /nosave, small=[2,1,1] 
     389IDL&gt; hovmuller, 'AMSU', 'a5', 2006L, AXE='latitude', ubox=[-30.,+40.,-30.,45.], /noerase, /nocolorbar,small=[2,1,2] 
    382390</pre> 
    383391<p>++ les deux dessins n'occupent pas la même taille.</p> 
    384392<p>To plot OLR hovmuller latitude plot for 2006 and produce a PNG file:</p> 
    385393<pre class="literal-block"> 
    386 IDL&gt; hovmuller, 'OLR', 'n.a.', 2006L, AXE='latitude' 
     394IDL&gt; hovmuller, 'OLR', 'n.a.', 2006L, AXE='latitude', ubox=[-30.,+40.,-30.,45.] 
    387395</pre> 
    388396<p>To plot OLR hovmuller longitude plot for 2006 and produce a PNG file:</p> 
    389397<pre class="literal-block"> 
    390 IDL&gt; hovmuller, 'OLR', 'n.a', 2006L, AXE='longitude' 
     398IDL&gt; hovmuller, 'OLR', 'n.a', 2006L, AXE='longitude', ubox=[-30.,+40.,-30.,45.] 
    391399</pre> 
    392400<p>To plot AMSU a4 hovmuller latitude plot climatology and produce a PNG file:</p> 
    393401<pre class="literal-block"> 
    394 IDL&gt; hovmuller, 'AMSU', 'a4', 0000L, DATASETTYPE='varamma_t3',AXE='latitude' 
     402IDL&gt; hovmuller, 'AMSU', 'a4', 0000L, DATASETTYPE='varamma_t3', AXE='latitude', ubox=[-30.,+40.,-30.,45.] 
    395403</pre> 
    396404<table class="docutils field-list" frame="void" rules="none"> 
     
    403411</table> 
    404412<ul class="simple"> 
     413<li>fplod 2008-12-23T13:49:03Z aedon.locean-ipsl.upmc.fr (Darwin)<ul> 
     414<li>add latitude and longitude boundaries in keywords (UBOX)</li> 
     415</ul> 
     416</li> 
    405417<li>fplod 2008-08-14T15:31:11Z aedon.locean-ipsl.upmc.fr (Darwin)<ul> 
    406418<li>j'ajoute la possibilité de travailler avec les fichiers de climato 
     
    465477<col class="field-body" /> 
    466478<tbody valign="top"> 
    467 <tr class="field"><th class="field-name">Version:</th><td class="field-body">$Id: hovmuller.pro 2 2008-12-18 16:56:52Z pinsard $</td> 
     479<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> 
    468480</tr> 
    469481</tbody> 
  • trunk/doc/manuals/html/many/varamma_profile.sh.html

    r3 r9  
    306306<blockquote> 
    307307define VARAMMA environnement</blockquote> 
    308 <p>${VARAMMA}</p> 
    309 <p>${VARAMMA_LOG} ++</p> 
    310 <p>${VARAMMA_ID}</p> 
    311 <p>${VARAMMA_OD}</p> 
     308<p>${VARAMMA} is the base directory of tools.</p> 
     309<p>${VARAMMA_LOG} is the directory where log files will be written.</p> 
     310<p>${VARAMMA_ID} is the directory where input files must be.</p> 
     311<p>${VARAMMA_OD} is the directory where output files will be written.</p> 
    312312<p>MANPATH++</p> 
    313313</div> 
     
    347347<p>++ pas de MANPATH defini par défaut sur zeus</p> 
    348348<p>++ climserv</p> 
    349 <p>$Id: varamma_profile.sh 2 2008-12-18 16:56:52Z pinsard $</p> 
     349<p>$Id: varamma_profile.sh 8 2008-12-23 16:13:30Z pinsard $</p> 
    350350<ul class="simple"> 
    351351<li>fplod 2008-08-14T12:28:16Z aedon.locean-ipsl.upmc.fr (Darwin)</li> 
  • trunk/doc/manuals/html/one/index.html

    r3 r9  
    334334<blockquote> 
    335335define VARAMMA environnement</blockquote> 
    336 <p>${VARAMMA}</p> 
    337 <p>${VARAMMA_LOG} ++</p> 
    338 <p>${VARAMMA_ID}</p> 
    339 <p>${VARAMMA_OD}</p> 
     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> 
    340340<p>MANPATH++</p> 
    341341</div> 
     
    375375<p>++ pas de MANPATH defini par défaut sur zeus</p> 
    376376<p>++ climserv</p> 
    377 <p>$Id: varamma_profile.sh 2 2008-12-18 16:56:52Z pinsard $</p> 
     377<p>$Id: varamma_profile.sh 8 2008-12-23 16:13:30Z pinsard $</p> 
    378378<ul class="simple"> 
    379379<li>fplod 2008-08-14T12:28:16Z aedon.locean-ipsl.upmc.fr (Darwin)</li> 
     
    617617<p>++ pb levels operationel vs reanalyse</p> 
    618618<p>++ 29 février</p> 
    619 <p>$Id: cat_clim_ecmwf.sh 2 2008-12-18 16:56:52Z pinsard $</p> 
     619<p>$Id: cat_clim_ecmwf.sh 8 2008-12-23 16:13:30Z pinsard $</p> 
    620620<ul class="simple"> 
    621621<li>fplod 2008-11-20T09:36:58Z aedon.locean-ipsl.upmc.fr (Darwin)<ul> 
     
    884884</td> 
    885885</tr> 
    886 <tr class="field"><th class="field-name">Uses:</th><td class="field-body"></td> 
     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> 
    887888</tr> 
    888889<tr class="field"><th class="field-name">Params:</th><td class="field-body"><dl class="first docutils"> 
     
    983984<dd><p class="first last">geographical axe to be use for hovmuller 
    984985can 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> 
    985989</dd> 
    986990<dt>OVERWRITE <span class="classifier-delimiter">:</span> <span class="classifier">default=false</span></dt> 
     
    10071011<tr class="field"><th class="field-name">Returns:</th><td class="field-body"></td> 
    10081012</tr> 
    1009 <tr class="field"><th class="field-name">Uses:</th><td class="field-body"><p class="first"><a href="#id76"><span class="problematic" id="id77">pltt_</span></a></p> 
    1010 <p><a href="#id78"><span class="problematic" id="id79">cm_4cal_</span></a></p> 
     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> 
    10111015<p><a class="reference internal" href="#forout-pro">forout.pro</a></p> 
    10121016</td> 
     
    10221026</td> 
    10231027</tr> 
    1024 <tr class="field"><th class="field-name">Todo:</th><td class="field-body"><p class="first">++ parametrisation date début date fin</p> 
     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> 
    10251034<p>++ exploitation du champ info des fichiers OLR</p> 
    10261035<p>++ gros souci avec les longitude OLR !!!!</p> 
    10271036<p>++ split read and plot</p> 
    10281037<p>++ saveimage or openps (for image to provide to publisher)</p> 
    1029 <p>++ filename si small idiot car peu contenir plusieurs figures donc pas canal+year...</p> 
     1038<p>++ filename si small idiot car peut contenir plusieurs figures donc pas canal+year...</p> 
    10301039</td> 
    10311040</tr> 
     
    10361045<p>To plot AMSU a4 hovmuller latitude plot for 2006 and produce a PNG file:</p> 
    10371046<pre class="literal-block"> 
    1038 IDL&gt; hovmuller, 'AMSU', 'a4', 2006L, AXE='latitude' 
     1047IDL&gt; hovmuller, 'AMSU', 'a4', 2006L, AXE='latitude', ubox=[-30.,+40.,-30.,45.] 
    10391048</pre> 
    10401049<p>To plot AMSU a4 and a5 hovmuller latitude plots for 2006 on the same figure:</p> 
    10411050<pre class="literal-block"> 
    1042 IDL&gt; hovmuller, 'AMSU', 'a4', 2006L, AXE='latitude', /nosave,small=[2,1,1] 
    1043 IDL&gt; hovmuller, 'AMSU', 'a5', 2006L, AXE='latitude', /noerase,/nocolorbar,small=[2,1,2] 
     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] 
    10441053</pre> 
    10451054<p>++ les deux dessins n'occupent pas la même taille.</p> 
    10461055<p>To plot OLR hovmuller latitude plot for 2006 and produce a PNG file:</p> 
    10471056<pre class="literal-block"> 
    1048 IDL&gt; hovmuller, 'OLR', 'n.a.', 2006L, AXE='latitude' 
     1057IDL&gt; hovmuller, 'OLR', 'n.a.', 2006L, AXE='latitude', ubox=[-30.,+40.,-30.,45.] 
    10491058</pre> 
    10501059<p>To plot OLR hovmuller longitude plot for 2006 and produce a PNG file:</p> 
    10511060<pre class="literal-block"> 
    1052 IDL&gt; hovmuller, 'OLR', 'n.a', 2006L, AXE='longitude' 
     1061IDL&gt; hovmuller, 'OLR', 'n.a', 2006L, AXE='longitude', ubox=[-30.,+40.,-30.,45.] 
    10531062</pre> 
    10541063<p>To plot AMSU a4 hovmuller latitude plot climatology and produce a PNG file:</p> 
    10551064<pre class="literal-block"> 
    1056 IDL&gt; hovmuller, 'AMSU', 'a4', 0000L, DATASETTYPE='varamma_t3',AXE='latitude' 
     1065IDL&gt; hovmuller, 'AMSU', 'a4', 0000L, DATASETTYPE='varamma_t3', AXE='latitude', ubox=[-30.,+40.,-30.,45.] 
    10571066</pre> 
    10581067<table class="docutils field-list" frame="void" rules="none"> 
     
    10651074</table> 
    10661075<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> 
    10671080<li>fplod 2008-08-14T15:31:11Z aedon.locean-ipsl.upmc.fr (Darwin)<ul> 
    10681081<li>j'ajoute la possibilité de travailler avec les fichiers de climato 
     
    11271140<col class="field-body" /> 
    11281141<tbody valign="top"> 
    1129 <tr class="field"><th class="field-name">Version:</th><td class="field-body">$Id: hovmuller.pro 2 2008-12-18 16:56:52Z pinsard $</td> 
     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> 
    11301143</tr> 
    11311144</tbody> 
     
    12171230<tr class="field"><th class="field-name">Returns:</th><td class="field-body"></td> 
    12181231</tr> 
    1219 <tr class="field"><th class="field-name">Uses:</th><td class="field-body"><p class="first"><a href="#id80"><span class="problematic" id="id81">pltt_</span></a></p> 
    1220 <p><a href="#id82"><span class="problematic" id="id83">cm_4cal_</span></a></p> 
     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> 
    12211234</td> 
    12221235</tr> 
     
    12641277</pre> 
    12651278<div class="system-message"> 
    1266 <p class="system-message-title">System Message: ERROR/3 (<tt class="docutils">varamma_manuals.rst</tt>, line 1253)</p> 
     1279<p class="system-message-title">System Message: ERROR/3 (<tt class="docutils">varamma_manuals.rst</tt>, line 1269)</p> 
    12671280<p>Inconsistent literal block quoting.</p> 
    12681281</div> 
     
    12971310</table> 
    12981311</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> 
    12991688<div class="section" id="figure08-pro"> 
    13001689<h1>figure08.pro</h1> 
     
    13511740</table> 
    13521741<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> 
    13531746<li>fplod 2008-08-13T08:38:52Z aedon.locean-ipsl.upmc.fr (Darwin)</li> 
    13541747</ul> 
     
    14221815</table> 
    14231816<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> 
    14241821<li>fplod 2008-08-13T08:41:22Z zeus.locean-ipsl.upmc.fr (Linux)<ul> 
    14251822<li>more concrete action inspired by figure08.pro</li> 
     
    16332030</table> 
    16342031<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> 
    16352036<li>fplod 2008-08-14T15:24:42Z aedon.locean-ipsl.upmc.fr (Darwin)<ul> 
    16362037<li>more concrete action ...</li> 
     
    16452046<div class="system-messages section"> 
    16462047<h1>Docutils System Messages</h1> 
    1647 <div class="system-message" id="id76"> 
    1648 <p class="system-message-title">System Message: ERROR/3 (<tt class="docutils">varamma_manuals.rst</tt>, line 988); <em><a href="#id77">backlink</a></em></p> 
     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> 
    16492053Unknown target name: &quot;pltt&quot;.</div> 
    1650 <div class="system-message" id="id78"> 
    1651 <p class="system-message-title">System Message: ERROR/3 (<tt class="docutils">varamma_manuals.rst</tt>, line 991); <em><a href="#id79">backlink</a></em></p> 
     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> 
    16522056Unknown target name: &quot;cm_4cal&quot;.</div> 
    1653 <div class="system-message" id="id80"> 
    1654 <p class="system-message-title">System Message: ERROR/3 (<tt class="docutils">varamma_manuals.rst</tt>, line 1200); <em><a href="#id81">backlink</a></em></p> 
     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> 
    16552059Unknown target name: &quot;pltt&quot;.</div> 
    1656 <div class="system-message" id="id82"> 
    1657 <p class="system-message-title">System Message: ERROR/3 (<tt class="docutils">varamma_manuals.rst</tt>, line 1203); <em><a href="#id83">backlink</a></em></p> 
     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> 
    16582062Unknown target name: &quot;cm_4cal&quot;.</div> 
    16592063</div> 
Note: See TracChangeset for help on using the changeset viewer.