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

update manuals

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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> 
Note: See TracChangeset for help on using the changeset viewer.