Ignore:
Timestamp:
03/21/07 10:14:37 (17 years ago)
Author:
pinsard
Message:

new idldoc html and assistant outputs

Location:
trunk/SRC/Documentation/idldoc_html_output/Obsolete
Files:
23 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/congridseb.html

    r200 r234  
    128128            <span class="result">result = </span>congridseb(<span class="result"><a href="#_congridseb_param_tableau">tableau</a>, <a href="#_congridseb_param_x">x</a>, <a href="#_congridseb_param_y">y</a></span>)</p> 
    129129         
    130           <div class="comments"></div> 
     130          <div class="comments"> 
     131</div> 
    131132 
    132133          <h3>Return value</h3><div class="preformat"> 
     
    193194          <h3>Version history</h3> 
    194195           
    195           <h4>Version</h4><div class="preformat"> $Id: congridseb.pro 157 2006-08-21 09:01:50Z navarro $ 
     196          <h4>Version</h4><div class="preformat"> $Id: congridseb.pro 232 2007-03-20 16:59:36Z pinsard $ 
    196197</div> 
    197198          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/cp.html

    r200 r234  
    108108         
    109109          <p class="header"> 
    110             cp<span class="result">, <a href="#_cp_param_filenamein">filenamein</a>, <a href="#_cp_param_filenameout">filenameout</a></span>, <a href="#_cp_keyword__extra">_extra</a>=<span class="result">_extra</span></p> 
    111          
    112           <div class="comments"></div> 
     110            cp<span class="result">, <a href="#_cp_param_filenamein">filenamein</a>, <a href="#_cp_param_filenameout">filenameout</a></span>, <a href="#_cp_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
     111         
     112          <div class="comments"> 
     113</div> 
    113114 
    114115           
     
    153154            <h3>Keywords</h3> 
    154155             
    155             <h4 id="_cp_keyword__extra">_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     156            <h4 id="_cp_keyword__EXTRA">_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    156157               
    157158               
     
    164165            </h4> 
    165166         
    166             <div class="comments"> used to pass your keywords 
     167            <div class="comments"> 
     168 Used to pass keywords 
    167169</div> 
    168170             
     
    172174          <h3>Version history</h3> 
    173175           
    174           <h4>Version</h4><div class="preformat"> $Id: cp.pro 134 2006-07-07 10:19:08Z navarro $ 
     176          <h4>Version</h4><div class="preformat"> 
     177 $Id: cp.pro 232 2007-03-20 16:59:36Z pinsard $ 
    175178</div> 
    176179          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/directory-overview.html

    r200 r234  
    9999       
    100100        <dt><a href="extrait.html">extrait.pro</a></dt> 
    101         <dd>   extraction of subdomains of matrices;   Even if the subdomain is "pierced" (see the example)  By default, IDL can make extractions of subdomain:        IDL> a=indgen(5,5)        IDL> print, a               0       1       2       3       4              5       6       7       8       9             10      11      12      13      14             15      16      17      18      19             20      21      22      23      24       IDL> print, a[[0,2],3]              15      17       IDL> print, a[[0,2],*]                0       2              5       7             10      12             15      17             20      22  but       IDL> print, a[[0,2],[3,4]]              15      22  while       IDL> print, extrait(a,[0,2],[3,4])               15      17             20      22    you better use extrac2 </dd> 
     101        <dd>  extraction of subdomains of matrices;  Even if the subdomain is "pierced" (see the example)  By default, IDL can make extractions of subdomain:        IDL> a=indgen(5,5)       IDL> print, a              0       1       2       3       4              5       6       7       8       9             10      11      12      13      14             15      16      17      18      19             20      21      22      23      24       IDL> print, a[[0,2],3]             15      17       IDL> print, a[[0,2],*]              0       2              5       7             10      12             15      17             20      22  but       IDL> print, a[[0,2],[3,4]]             15      22  while       IDL> print, extrait(a,[0,2],[3,4])             15      17             20      22    you better use extrac2 </dd> 
    102102       
    103103        <dt><a href="ficdate.html">ficdate.pro</a></dt> 
     
    111111       
    112112        <dt><a href="jourdsmois.html">jourdsmois.pro</a></dt> 
    113         <dd>  used daysinmonth instead.</dd> 
     113        <dd>  used <a href=".//../../Calendar/daysinmonth.html">daysinmonth</a> instead </dd> 
    114114       
    115115        <dt><a href="juldate.html">juldate.pro</a></dt> 
    116         <dd>   gives julian date equivalent of a date in vairmer  ( yymmdd or yyyymmdd ) format  sets month, day and year to the corresp values   you better use date2jul </dd> 
     116        <dd>  gives julian date equivalent of a date in vairmer  ( yymmdd or yyyymmdd ) format  sets month, day and year to the corresp values   you better use date2jul </dd> 
    117117       
    118118        <dt><a href="lec.html">lec.pro</a></dt> 
    119         <dd>  lit les fichiers Vairmer en sort:  un tableau 2d ou 3d en fonction de nomchamp qui est le nom  du champ a extaire (2d s'il commence par SO et 3d s'il commence par VO)  cette fonction modifie aussi les variables globales:  varname: trois lettres: nom de l'experience  vargrid: nom de la grille  vardate: date (yy)yymmdd  varexp: nom Vairmer du champ a tarcer </dd> 
     119        <dd>  lit les fichiers Vairmer en sort:  un tableau 2d ou 3d en fonction de nomchamp qui est le nom  du champ a extraire (2d s'il commence par SO et 3d s'il commence par VO)  cette fonction modifie aussi les variables globales:  varname: trois lettres: nom de l'experience  vargrid: nom de la grille  vardate: date (yy)yymmdd  varexp: nom Vairmer du champ a tracer </dd> 
    120120       
    121121        <dt><a href="lect.html">lect.pro</a></dt> 
     
    123123       
    124124        <dt><a href="meshlec.html">meshlec.pro</a></dt> 
    125         <dd>   lecture du mask des sorties d'OPA.</dd> 
     125        <dd>  lecture du mask des sorties d'OPA.</dd> 
    126126       
    127127        <dt><a href="ncdf_meshlec.html">ncdf_meshlec.pro</a></dt> 
    128         <dd>   use ncdf_meshread instead.</dd> 
     128        <dd>  use <a href=".//../../Grid/ncdf_meshread.html">ncdf_meshread</a> instead </dd> 
    129129       
    130130        <dt><a href="nlec.html">nlec.pro</a></dt> 
    131         <dd>   lit les fichiers Net-Cdf de l'experience TOTEM/ECMWF qui sont sur  maia: /u/rech/eee/reee217/TOTEM/REF/OUTPUTS </dd> 
     131        <dd>  lit les fichiers Net-Cdf de l'experience TOTEM/ECMWF qui sont sur  maia: /u/rech/eee/reee217/TOTEM/REF/OUTPUTS </dd> 
    132132       
    133133        <dt><a href="nlec5j.html">nlec5j.pro</a></dt> 
    134         <dd>   lit les fichiers Net-Cdf de l'experience TOTEM/ECMWF qui  contiennent les sorties a 5j regroupees par type de grille par  paquets de 6 mois.</dd> 
     134        <dd>  lit les fichiers Net-Cdf de l'experience TOTEM/ECMWF qui  contiennent les sorties a 5j regroupees par type de grille par  paquets de 6 mois.</dd> 
    135135       
    136136        <dt><a href="nlecan.html">nlecan.pro</a></dt> 
     
    147147       
    148148        <dt><a href="strrepl.html">strrepl.pro</a></dt> 
    149         <dd>   replace one (or more) character(s)/string(s) in a string  --- OBSOLETE --- you should better use strsed.</dd> 
     149        <dd>  replace one (or more) character(s)/string(s) in a string  --- OBSOLETE --- you should better use <a href=".//../../ToBeReviewed/STRING/strsed.html">strsed</a> </dd> 
    150150       
    151151        <dt><a href="vairdate.html">vairdate.pro</a></dt> 
    152         <dd>  gives vairmer date equivalent of a date in julian format  sets month, day and year to the corresp values   you better use jul2date </dd> 
     152        <dd>  gives vairmer date equivalent of a date in julian format  sets month, day and year to the corresp values   you better use <a href=".//../../Calendar/jul2date.html">jul2date</a> </dd> 
    153153       
    154154        <dt><a href="vraidate.html">vraidate.pro</a></dt> 
     
    156156       
    157157        <dt><a href="zeroun.html">zeroun.pro</a></dt> 
    158         <dd>   Send back a vector or a matrix constituate of 0 and 1 in alternation   you better use zero_one </dd> 
     158        <dd>  Send back a vector or a matrix constituate of 0 and 1 in alternation   you better use <a href=".//../../Matrix/zero_one.html">zero_one</a> </dd> 
    159159       
    160160      </dl> 
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/extrait.html

    r200 r234  
    8787      </div> 
    8888 
    89       <div id="file_comments">  
    90  extraction of subdomains of matrices;  
     89      <div id="file_comments"> 
     90 extraction of subdomains of matrices; 
    9191 Even if the subdomain is "pierced" (see the example) 
    9292 By default, IDL can make extractions of subdomain: 
    9393 
    94       IDL> a=indgen(5,5)  
    95       IDL> print, a  
     94      IDL> a=indgen(5,5) 
     95      IDL> print, a 
    9696             0       1       2       3       4 
    9797             5       6       7       8       9 
     
    9999            15      16      17      18      19 
    100100            20      21      22      23      24 
    101       IDL> print, a[[0,2],3]  
     101      IDL> print, a[[0,2],3] 
    102102            15      17 
    103       IDL> print, a[[0,2],*]   
     103      IDL> print, a[[0,2],*] 
    104104             0       2 
    105105             5       7 
     
    108108            20      22 
    109109 but 
    110       IDL> print, a[[0,2],[3,4]]  
     110      IDL> print, a[[0,2],[3,4]] 
    111111            15      22 
    112112 while 
    113       IDL> print, extrait(a,[0,2],[3,4])   
     113      IDL> print, extrait(a,[0,2],[3,4]) 
    114114            15      17 
    115115            20      22 
     
    132132        <div class="routine_details" id="_extrait"> 
    133133 
    134           <h2><a class="top" href="#container">top</a>extrait <span class="warning">obsolete</span> <span class="categories">  
     134          <h2><a class="top" href="#container">top</a>extrait <span class="warning">obsolete</span> <span class="categories"> 
    135135 Utilities 
    136136</span></h2> 
     
    142142</div> 
    143143 
    144           <h3>Return value</h3><div class="preformat">  
     144          <h3>Return value</h3><div class="preformat"> 
    145145 a matrix 1,2,3 or 4d extract from tab 
     146 -1 in case of mistake 
    146147</div> 
    147148 
     
    161162            </h4> 
    162163         
    163           <div class="comments">  
     164          <div class="comments"> 
    164165 a 1,2,3 or 4 dim table 
    165166</div> 
     
    176177            </h4> 
    177178         
    178           <div class="comments">  
     179          <div class="comments"> 
    179180 can have 2 forms: 
    180181 1)a vector containing indexes of lines we want to keep 
     
    193194            </h4> 
    194195         
    195           <div class="comments">  
     196          <div class="comments"> 
    196197 the same thing that indicex but for dim 2. 
    197198</div> 
     
    208209            </h4> 
    209210         
    210           <div class="comments">  
     211          <div class="comments"> 
    211212 the same thing that indicex but for dim 3. 
    212  </div> 
     213</div> 
    213214             
    214215            <h4 id="_extrait_param_indicet">indicet&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    223224            </h4> 
    224225         
    225           <div class="comments">  
     226          <div class="comments"> 
    226227 the same thing that indicex but for dim 4. 
    227228</div> 
     
    232233           
    233234 
    234           <h3>Examples</h3><div class="preformat">  
    235  I have a dim 2 matrix named A. I want extract a small intersection  
     235          <h3>Examples</h3><div class="preformat"> 
     236 I have a dim 2 matrix named A. I want extract a small intersection 
    236237 matrix 2d of the line 2,3 and 7 and of the column 0 and 1: 
    237        
     238 
    238239 IDL> res=extrait(A,[2,3,7],[0,1]) 
    239240 
    240241 other ex: 
    241  IDL> print, a  
     242 IDL> print, a 
    242243 a b c 
    243244 d e f 
    244245 g h i 
    245  IDL> print, extrait(a,[0,2],[0,2])         
     246 IDL> print, extrait(a,[0,2],[0,2]) 
    246247 a c 
    247248 g i 
    248  </div> 
     249</div> 
    249250          <h3>Version history</h3> 
    250251           
    251           <h4>Version</h4><div class="preformat"> $Id: extrait.pro 163 2006-08-29 12:59:46Z navarro $ 
     252          <h4>Version</h4><div class="preformat"> $Id: extrait.pro 231 2007-03-19 17:15:51Z pinsard $ 
    252253</div> 
    253254          <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    262263           
    263264           
    264           <h4>Restrictions</h4><div class="preformat">  
    265  res=-1 in case of mistake 
    266  </div> 
     265           
    267266         
    268267           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/ficdate.html

    r200 r234  
    110110            <span class="result">result = </span>ficdate(<span class="result"><a href="#_ficdate_param_vdate">vdate</a>, <a href="#_ficdate_param_dim">dim</a>, <a href="#_ficdate_param_nomexp">nomexp</a></span>)</p> 
    111111         
    112           <div class="comments"></div> 
    113  
    114           <h3>Return value</h3><div class="preformat"> le nom du fichier vairmer (depuis iodir) 
     112          <div class="comments"> 
     113</div> 
     114 
     115          <h3>Return value</h3><div class="preformat"> 
     116 le nom du fichier vairmer (depuis iodir) 
    115117</div> 
    116118 
     
    130132            </h4> 
    131133         
    132           <div class="comments"> date vairmer ex:930124 
     134          <div class="comments"> 
     135 date vairmer ex:930124 
    133136</div> 
    134137             
     
    144147            </h4> 
    145148         
    146           <div class="comments"> 'so' ou 'vo' par defaut so est choisi 
     149          <div class="comments"> 
     150 'so' ou 'vo' par defaut so est choisi 
    147151</div> 
    148152             
     
    158162            </h4> 
    159163         
    160           <div class="comments"> nom de l'experience en trois lettres par defaut prefix 
     164          <div class="comments"> 
     165 nom de l'experience en trois lettres par defaut prefix 
    161166</div> 
    162167             
     
    171176          <h3>Version history</h3> 
    172177           
    173           <h4>Version</h4><div class="preformat"> $Id: ficdate.pro 134 2006-07-07 10:19:08Z navarro $ 
    174 </div> 
    175           <h4>History</h4><div class="preformat"> Jerome Vialard  (jv@lodyc.jussieu.fr) 
    176 1/7/98 
     178          <h4>Version</h4><div class="preformat"> 
     179 $Id: ficdate.pro 232 2007-03-20 16:59:36Z pinsard $ 
     180</div> 
     181          <h4>History</h4><div class="preformat"> 
     182 Jerome Vialard  (jv@lodyc.jussieu.fr) 
     183 1/7/98 
    177184</div> 
    178185           
     
    188195           
    189196           
    190           <h4>Uses routines</h4><div class="preformat"> common.pro 
     197          <h4>Uses routines</h4><div class="preformat"> 
     198 common.pro 
    191199</div> 
    192200           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/fictype.html

    r200 r234  
    110110            <span class="result">result = </span>fictype(<span class="result"><a href="#_fictype_param_vdate">vdate</a>, <a href="#_fictype_param_dim">dim</a></span>)</p> 
    111111         
    112           <div class="comments"></div> 
     112          <div class="comments"> 
     113</div> 
    113114 
    114115           
     
    143144            </h4> 
    144145         
    145           <div class="comments"> unused 
     146          <div class="comments"> 
     147 unused 
    146148</div> 
    147149             
     
    156158          <h3>Version history</h3> 
    157159           
    158           <h4>Version</h4><div class="preformat"> $Id: fictype.pro 134 2006-07-07 10:19:08Z navarro $ 
    159 </div> 
    160           <h4>History</h4><div class="preformat"> Jerome Vialard  (jv@lodyc.jussieu.fr) 
     160          <h4>Version</h4><div class="preformat">  
     161 $Id: fictype.pro 232 2007-03-20 16:59:36Z pinsard $ 
     162</div> 
     163          <h4>History</h4><div class="preformat">  
     164 Jerome Vialard  (jv@lodyc.jussieu.fr) 
    161165 2/7/98 
    162166</div> 
     
    172176           
    173177           
    174           <h4>Uses routines</h4><div class="preformat"> common.pro 
     178          <h4>Uses routines</h4><div class="preformat"> 
     179 common.pro 
    175180</div> 
    176181           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/imprime.html

    r200 r234  
    109109            imprime<span class="result">, <a href="#_imprime_param_filename">filename</a></span>, <a href="#_imprime_keyword_TRANS">TRANS</a>=<span class="result">TRANS</span>, <a href="#_imprime_keyword_NB">NB</a>=<span class="result">NB</span></p> 
    110110         
    111           <div class="comments"></div> 
     111          <div class="comments"> 
     112</div> 
    112113 
    113114           
     
    171172          <h3>Version history</h3> 
    172173           
    173           <h4>Version</h4><div class="preformat"> $Id: imprime.pro 134 2006-07-07 10:19:08Z navarro $ 
     174          <h4>Version</h4><div class="preformat"> 
     175 $Id: imprime.pro 232 2007-03-20 16:59:36Z pinsard $ 
    174176</div> 
    175177          <h4>History</h4><div class="preformat"> 
     
    188190           
    189191           
    190           <h4>Uses routines</h4><div class="preformat"> printps 
     192          <h4>Uses routines</h4><div class="preformat"> 
     193 printps 
    191194</div> 
    192195           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/jourdsmois.html

    r200 r234  
    8888 
    8989      <div id="file_comments"> 
    90  used daysinmonth instead... 
     90 used <a href=".//../../Calendar/daysinmonth.html">daysinmonth</a> instead 
    9191</div> 
    9292 
     
    109109            <span class="result">result = </span>jourdsmois(<span class="result">[<a href="#_jourdsmois_param_mois">mois</a>][, <a href="#_jourdsmois_param_annee">annee</a>]</span>)</p> 
    110110         
    111           <div class="comments"></div> 
     111          <div class="comments"> 
     112</div> 
    112113 
    113114           
     
    153154          <h3>Version history</h3> 
    154155           
    155           <h4>Version</h4><div class="preformat"> $Id: jourdsmois.pro 134 2006-07-07 10:19:08Z navarro $ 
     156          <h4>Version</h4><div class="preformat"> 
     157 $Id: jourdsmois.pro 232 2007-03-20 16:59:36Z pinsard $ 
    156158</div> 
    157           <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     159          <h4>History</h4><div class="preformat"> 
     160 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    158161 June 2005: Sebastien Masson, english version 
    159162</div> 
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/juldate.html

    r200 r234  
    8787      </div> 
    8888 
    89       <div id="file_comments">  
     89      <div id="file_comments"> 
    9090 gives julian date equivalent of a date in vairmer 
    9191 ( yymmdd or yyyymmdd ) format 
     
    108108        <div class="routine_details" id="_juldate"> 
    109109 
    110           <h2><a class="top" href="#container">top</a>juldate <span class="warning">obsolete</span> <span class="categories">  
     110          <h2><a class="top" href="#container">top</a>juldate <span class="warning">obsolete</span> <span class="categories"> 
    111111 Calendar 
    112112</span></h2> 
     
    115115            <span class="result">result = </span>juldate(<span class="result"><a href="#_juldate_param_vvdate">vvdate</a></span>, <a href="#_juldate_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
    116116         
    117           <div class="comments"></div> 
    118  
    119           <h3>Return value</h3><div class="preformat"> date en jour julien 
     117          <div class="comments"> 
     118</div> 
     119 
     120          <h3>Return value</h3><div class="preformat"> 
     121 date en jour julien 
    120122   l'annee 0 n'existant pas, qd year est nulle on calcule le 
    121123     jour julien de l'annee -1. 
     
    140142            </h4> 
    141143         
    142           <div class="comments"> date de la forme yymmdd ou yyyymmdd 
     144          <div class="comments"> 
     145 date de la forme yymmdd ou yyyymmdd 
    143146</div> 
    144147             
     
    161164            </h4> 
    162165         
    163             <div class="comments"> used to pass your keywords 
     166            <div class="comments"> 
     167 Used to pass keywords 
    164168</div> 
    165169             
     
    171175          <h3>Version history</h3> 
    172176           
    173           <h4>Version</h4><div class="preformat"> $Id: juldate.pro 157 2006-08-21 09:01:50Z navarro $ 
    174 </div> 
    175           <h4>History</h4><div class="preformat"> Jerome Vialard  (jv@lodyc.jussieu.fr) 
     177          <h4>Version</h4><div class="preformat"> 
     178 $Id: juldate.pro 232 2007-03-20 16:59:36Z pinsard $ 
     179</div> 
     180          <h4>History</h4><div class="preformat"> 
     181 Jerome Vialard  (jv@lodyc.jussieu.fr) 
    176182 2/7/98 
    177183</div> 
     
    188194           
    189195           
    190           <h4>Uses routines</h4><div class="preformat"> common.pro vraidate 
     196          <h4>Uses routines</h4><div class="preformat"> 
     197 common.pro 
     198 vraidate 
    191199</div> 
    192200           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/lec.html

    r200 r234  
    9090 lit les fichiers Vairmer en sort: 
    9191 un tableau 2d ou 3d en fonction de nomchamp qui est le nom 
    92  du champ a extaire (2d s'il commence par SO et 3d s'il commence par VO) 
     92 du champ a extraire (2d s'il commence par SO et 3d s'il commence par VO) 
    9393 cette fonction modifie aussi les variables globales: 
    9494 varname: trois lettres: nom de l'experience 
    9595 vargrid: nom de la grille 
    9696 vardate: date (yy)yymmdd 
    97  varexp: nom Vairmer du champ a tarcer 
     97 varexp: nom Vairmer du champ a tracer 
    9898</div> 
    9999 
     
    111111        <div class="routine_details" id="_lec"> 
    112112 
    113           <h2><a class="top" href="#container">top</a>lec <span class="warning">obsolete</span> <span class="categories">  
     113          <h2><a class="top" href="#container">top</a>lec <span class="warning">obsolete</span> <span class="categories"> 
    114114 Graphics, Reading 
    115115</span></h2> 
     
    118118            <span class="result">result = </span>lec(<span class="result"><a href="#_lec_param_nomchamp">nomchamp</a>[, <a href="#_lec_param_date">date</a>][, <a href="#_lec_param_nomexp">nomexp</a>]</span>, <a href="#_lec_keyword_ECRIT">ECRIT</a>=<span class="result">ECRIT</span>, <a href="#_lec_keyword_ANOM">ANOM</a>=<span class="result">ANOM</span>, <a href="#_lec_keyword_BOITE">BOITE</a>=<span class="result">BOITE</span>, <a href="#_lec_keyword_EXPANOM">EXPANOM</a>=<span class="result">EXPANOM</span>, <a href="#_lec_keyword_TOUT">TOUT</a>=<span class="result">TOUT</span>, <a href="#_lec_keyword_GRID">GRID</a>=<span class="result">GRID</span>, <a href="#_lec_keyword_NAME">NAME</a>=<span class="result">NAME</span>, <a href="#_lec_keyword_filename">filename</a>=<span class="result">filename</span>)</p> 
    119119         
    120           <div class="comments"></div> 
    121  
    122           <h3>Return value</h3><div class="preformat"> un tableau 2 ou 3d. sans le mot cle /TOUT, sa taille est 
     120          <div class="comments"> 
     121</div> 
     122 
     123          <h3>Return value</h3><div class="preformat"> 
     124 un tableau 2 ou 3d. sans le mot cle /TOUT, sa taille est 
    123125 celle du sous domaine definit par domdef (nx,ny,nz). avec /TOUT le 
    124126 champ a la taille du  domaine qui a etait selectionne pour la 
    125127 cession en cours (jpi,jpj,jpk). 
    126128 pour les sous domaines cf: 
    127         http://www.ipsl.jussieu.fr/~smlod/sousdomaine.html 
     129        <a href="http://www.ipsl.jussieu.fr/~smlod/sousdomaine.html"> 
    128130 Retourne -1 en cas d'erreur. 
    129131</div> 
     
    144146            </h4> 
    145147         
    146           <div class="comments"> 2 choix possibles: 
     148          <div class="comments"> 
     149 2 choix possibles: 
    147150             1) nom de champ Vairmer (chaine de 8 caracteres en majuscule ou 
    148151 minuscule commencant par vo ou so). Dans cette methode on saute directement 
    149152 d'en-tete en en-tete jusqu'a trouver le bon fichier. 
    150              2) chaine de characteres commencant par vo ou so suivit du 
     153             2) chaine de caracteres commencant par vo ou so suivit du 
    151154 numero de champ a aller chercher (par ex 'vo5'). Cette methode est un peu 
    152155 plus rapide car elle va directement chercher le fichier qui nous interesse. 
     
    164167            </h4> 
    165168         
    166           <div class="comments"> nombres de 6 ou 8 chiffres (anneemoisjour, par ex:19980507) 
     169          <div class="comments"> 
     170 nombres de 6 ou 8 chiffres (anneemoisjour, par ex:19980507) 
    167171</div> 
    168172             
     
    178182            </h4> 
    179183         
    180           <div class="comments"> trois lettres designant le nom de l'experience 
     184          <div class="comments"> 
     185 trois lettres designant le nom de l'experience 
    181186 
    182187</div> 
     
    200205            </h4> 
    201206         
    202             <div class="comments"> permet d'imprimer tous les noms vairmer que contient le fichier. 
     207            <div class="comments"> 
     208 permet d'imprimer tous les noms vairmer que contient le fichier. 
    203209 ds ce cas en input on met seulement 'vo' ou 'so' la fonction retourne le 
    204210 nombre de fichiers lus. 
     
    216222            </h4> 
    217223         
    218             <div class="comments"> type du fichier vairmer par rapport auquel on doit calculer 
     224            <div class="comments"> 
     225 type du fichier vairmer par rapport auquel on doit calculer 
    219226             l'anomalie ('EX','AN','SE','MO','') 
    220227</div> 
     
    245252            </h4> 
    246253         
    247             <div class="comments"> si on calcule l'anom par rapport a une exper 
    248        differente 
     254            <div class="comments"> 
     255 si on calcule l'anom par rapport a une exper differente 
    249256</div> 
    250257             
     
    260267            </h4> 
    261268         
    262             <div class="comments">  oblige lec a lire le champ sur tout le domaine qui a 
     269            <div class="comments"> 
     270 oblige lec a lire le champ sur tout le domaine qui a 
    263271       etait selectionne pour la cession en cours (jpi,jpj,jpk) 
    264272</div> 
     
    275283            </h4> 
    276284         
    277             <div class="comments"> lorsque ce mot clef est active, lec retourne la liste 
     285            <div class="comments"> 
     286 lorsque ce mot clef est active, lec retourne la liste 
    278287       des types de grilles (T, U...) auxquelles se rapportent les 
    279288       variables. ds ce cas en input on met seulement 'vo' ou 'so'. 
     
    291300            </h4> 
    292301         
    293             <div class="comments"> lorsque ce mot clef est active, lec retourne la liste 
     302            <div class="comments"> 
     303 lorsque ce mot clef est active, lec retourne la liste 
    294304       des noms des variables. ds ce cas en input on met seulement 
    295305       'vo' ou 'so'. 
     
    307317            </h4> 
    308318         
    309             <div class="comments"> string pour passer directement le nom du champ sans 
     319            <div class="comments"> 
     320 string pour passer directement le nom du champ sans 
    310321       utiliser les inputs: nom_Vairmer',date,'nom_experience'. Rq si 
    311322       ces inputs sont qd meme donnes ils ne sont pas modifies par 
     
    320331          <h3>Version history</h3> 
    321332           
    322           <h4>Version</h4><div class="preformat"> $Id: lec.pro 157 2006-08-21 09:01:50Z navarro $ 
    323  
    324 ;-</div> 
    325           <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     333          <h4>Version</h4><div class="preformat"> 
     334 $Id: lec.pro 232 2007-03-20 16:59:36Z pinsard $</div> 
     335          <h4>History</h4><div class="preformat"> 
     336 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    326337                        26/5/98 
    327338                       Jerome Vialard : adaptation au format vairmer 
     
    345356           
    346357           
    347           <h4>Uses routines</h4><div class="preformat"> common.pro isnumber.pro fivardate.pro 
     358          <h4>Uses routines</h4><div class="preformat"> 
     359 common.pro 
     360 isnumber.pro 
     361 fivardate.pro 
    348362</div> 
    349363           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/lect.html

    r200 r234  
    109109        <div class="routine_details" id="_lect"> 
    110110 
    111           <h2><a class="top" href="#container">top</a>lect <span class="warning">obsolete</span> <span class="categories">  
     111          <h2><a class="top" href="#container">top</a>lect <span class="warning">obsolete</span> <span class="categories"> 
    112112 Graphics, Reading 
    113113</span></h2> 
     
    262262          <h3>Version history</h3> 
    263263           
    264           <h4>Version</h4><div class="preformat"> $Id: lect.pro 157 2006-08-21 09:01:50Z navarro $ 
    265 </div> 
    266           <h4>History</h4><div class="preformat"> Jerome Vialard (jv@lodyc.jussieu.fr) 
     264          <h4>Version</h4><div class="preformat"> 
     265 $Id: lect.pro 231 2007-03-19 17:15:51Z pinsard $ 
     266</div> 
     267          <h4>History</h4><div class="preformat"> 
     268 Jerome Vialard (jv@lodyc.jussieu.fr) 
    267269 2/7/98 
    268270</div> 
     
    279281           
    280282           
    281           <h4>Uses routines</h4><div class="preformat"> common vraidate juldate 
     283          <h4>Uses routines</h4><div class="preformat"> 
     284 common 
     285 vraidate 
     286 juldate 
    282287</div> 
    283288           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/meshlec.html

    r200 r234  
    8787      </div> 
    8888 
    89       <div id="file_comments">  
     89      <div id="file_comments"> 
    9090 lecture du mask des sorties d'OPA. les sources se trouvent ds les 
    9191 repertoires sur maia du type: 
     
    131131            </h4> 
    132132         
    133           <div class="comments"> string, c''est le nom du fichier a lire. Par defaut, c''est meshmask. 
     133          <div class="comments"> 
     134 string, c''est le nom du fichier a lire. Par defaut, c''est meshmask. 
    134135</div> 
    135136             
     
    152153            </h4> 
    153154         
    154             <div class="comments"> pour suprimer les blablas 
     155            <div class="comments"> 
     156 pour supprimer les blablas 
    155157</div> 
    156158             
     
    166168            </h4> 
    167169         
    168             <div class="comments"> pour forcer a lire les tableaux en double 
     170            <div class="comments"> 
     171 pour forcer a lire les tableaux en double 
    169172        precision. ce Mot clef est maintenant active 
    170173        automatiquement. 
     
    182185            </h4> 
    183186         
    184             <div class="comments"> un vecteur de 2 elements specifaint le min et le 
     187            <div class="comments"> 
     188 un vecteur de 2 elements specifaint le min et le 
    185189 max qui doivent etre imposes en longitude (obligatoire si le 
    186190 tableau depasse 360 degres) 
     
    208212          <h3>Version history</h3> 
    209213           
    210           <h4>Version</h4><div class="preformat"> $Id: meshlec.pro 134 2006-07-07 10:19:08Z navarro $ 
    211 </div> 
    212           <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     214          <h4>Version</h4><div class="preformat"> 
     215 $Id: meshlec.pro 231 2007-03-19 17:15:51Z pinsard $ 
     216</div> 
     217          <h4>History</h4><div class="preformat"> 
     218 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    213219     Marina Levy : lecture en double precision (cas calcul sur shine) 
    214220</div> 
     
    230236           
    231237           
    232           <h4>Uses routines</h4><div class="preformat"> common.pro 
     238          <h4>Uses routines</h4><div class="preformat"> 
     239 common.pro 
    233240</div> 
    234241           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/ncdf_meshlec.html

    r200 r234  
    8787      </div> 
    8888 
    89       <div id="file_comments">  
    90  use ncdf_meshread instead... 
     89      <div id="file_comments"> 
     90 use <a href=".//../../Grid/ncdf_meshread.html">ncdf_meshread</a> instead 
    9191</div> 
    9292 
     
    109109            ncdf_meshlec<span class="result">, <a href="#_ncdf_meshlec_param_filename">filename</a></span>, <a href="#_ncdf_meshlec_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
    110110         
    111           <div class="comments"></div> 
     111          <div class="comments"> 
     112</div> 
    112113 
    113114           
     
    149150            </h4> 
    150151         
    151             <div class="comments"> used to pass your keywords 
     152            <div class="comments"> 
     153 Used to pass keywords 
    152154</div> 
    153155             
     
    157159          <h3>Version history</h3> 
    158160           
    159           <h4>Version</h4><div class="preformat"> $Id: ncdf_meshlec.pro 134 2006-07-07 10:19:08Z navarro $ 
     161          <h4>Version</h4><div class="preformat"> 
     162 $Id: ncdf_meshlec.pro 232 2007-03-20 16:59:36Z pinsard $ 
    160163</div> 
    161164          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/nlec.html

    r200 r234  
    8787      </div> 
    8888 
    89       <div id="file_comments">  
     89      <div id="file_comments"> 
    9090 lit les fichiers Net-Cdf de l'experience TOTEM/ECMWF qui sont sur 
    9191 maia: /u/rech/eee/reee217/TOTEM/REF/OUTPUTS 
     
    110110            <span class="result">result = </span>nlec(<span class="result"><a href="#_nlec_param_name">name</a>, <a href="#_nlec_param_debut">debut</a>, <a href="#_nlec_param_fin">fin</a>[, <a href="#_nlec_param_nomexperience">nomexperience</a>]</span>, <a href="#_nlec_keyword_BOITE">BOITE</a>=<span class="result">BOITE</span>, <a href="#_nlec_keyword_DIREC">DIREC</a>=<span class="result">DIREC</span>, <a href="#_nlec_keyword_GRILLE">GRILLE</a>=<span class="result">GRILLE</span>, <a href="#_nlec_keyword_TOUT">TOUT</a>=<span class="result">TOUT</span>, <a href="#_nlec_keyword_STRUCTURE">STRUCTURE</a>=<span class="result">STRUCTURE</span>, <a href="#_nlec_keyword_SEUILMIN">SEUILMIN</a>=<span class="result">SEUILMIN</span>, <a href="#_nlec_keyword_SEUILMAX">SEUILMAX</a>=<span class="result">SEUILMAX</span>, <a href="#_nlec_keyword_NAN">NAN</a>=<span class="result">NAN</span>, <a href="#_nlec_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
    111111         
    112           <div class="comments"></div> 
     112          <div class="comments"> 
     113</div> 
    113114 
    114115           
     
    129130            </h4> 
    130131         
    131           <div class="comments"> nom du tableau contenant le champ que l'on veut (le 
     132          <div class="comments"> 
     133 nom du tableau contenant le champ que l'on veut (le 
    132134 trouver avec ncdflec,fichier,/var 
    133135</div> 
     
    144146            </h4> 
    145147         
    146           <div class="comments"> nombres de 6 ou 8 chiffres (anneemoisjour, par ex:19980507)</div> 
     148          <div class="comments"> 
     149 nombres de 6 ou 8 chiffres (anneemoisjour, par ex:19980507) 
     150</div> 
    147151             
    148152            <h4 id="_nlec_param_fin">fin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    157161            </h4> 
    158162         
    159           <div class="comments"> nombres de 6 ou 8 chiffres (anneemoisjour, par ex:19980507)</div> 
     163          <div class="comments"> 
     164 nombres de 6 ou 8 chiffres (anneemoisjour, par ex:19980507) 
     165</div> 
    160166             
    161167            <h4 id="_nlec_param_nomexperience">nomexperience&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    170176            </h4> 
    171177         
    172           <div class="comments"> trois lettres designant le nom de l'experience 
    173  
     178          <div class="comments"> 
     179 trois lettres designant le nom de l'experience 
    174180</div> 
    175181             
     
    192198            </h4> 
    193199         
    194             <div class="comments"> boite sur laquelle integrer (par defaut tt le domaine) 
     200            <div class="comments"> 
     201 boite sur laquelle integrer (par defaut tt le domaine) 
    195202</div> 
    196203             
     
    206213            </h4> 
    207214         
    208             <div class="comments"> 'x' 'y' 'z' 'xy' 'xz' 'yz' 'xyz' directions selon lesquelles 
    209              effectuer les moyennes (si rien n'est donne on n'effectue pas de moyenne) 
     215            <div class="comments"> 
     216 'x' 'y' 'z' 'xy' 'xz' 'yz' 'xyz' directions selon lesquelles 
     217 effectuer les moyennes (si rien n'est donne on n'effectue pas de moyenne) 
    210218</div> 
    211219             
     
    221229            </h4> 
    222230         
    223             <div class="comments"> impose la grille a laquelle est rapporte le champ. rq permet 
     231            <div class="comments"> 
     232 impose la grille a laquelle est rapporte le champ. rq permet 
    224233 d'aller plus vite ds la lecture 
    225234</div> 
     
    236245            </h4> 
    237246         
    238             <div class="comments"> oblige a lire le tableau entier en non pas celui reduit a domdef</div> 
     247            <div class="comments"> 
     248 oblige a lire le tableau entier en non pas celui reduit a domdef 
     249</div> 
    239250             
    240251            <h4 id="_nlec_keyword_STRUCTURE">STRUCTURE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    249260            </h4> 
    250261         
    251             <div class="comments"></div> 
     262            <div class="comments"> 
     263</div> 
    252264             
    253265            <h4 id="_nlec_keyword_SEUILMIN">SEUILMIN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    262274            </h4> 
    263275         
    264             <div class="comments"></div> 
     276            <div class="comments"> 
     277</div> 
    265278             
    266279            <h4 id="_nlec_keyword_SEUILMAX">SEUILMAX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    275288            </h4> 
    276289         
    277             <div class="comments"></div> 
     290            <div class="comments"> 
     291</div> 
    278292             
    279293            <h4 id="_nlec_keyword_NAN">NAN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    302316            </h4> 
    303317         
    304             <div class="comments"> used to pass your keywords 
     318            <div class="comments"> 
     319 Used to pass keywords 
    305320</div> 
    306321             
     
    310325          <h3>Version history</h3> 
    311326           
    312           <h4>Version</h4><div class="preformat"> $Id: nlec.pro 134 2006-07-07 10:19:08Z navarro $ 
    313 </div> 
    314           <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     327          <h4>Version</h4><div class="preformat"> 
     328 $Id: nlec.pro 232 2007-03-20 16:59:36Z pinsard $ 
     329</div> 
     330          <h4>History</h4><div class="preformat"> 
     331 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    315332   14/8/98 
    316333</div> 
     
    327344           
    328345           
    329           <h4>Uses routines</h4><div class="preformat"> common.pro vraidate juldate  nlec5j nlecserie 
     346          <h4>Uses routines</h4><div class="preformat"> 
     347 common.pro 
     348 vraidate 
     349 juldate 
     350 nlec5j 
     351 nlecserie 
    330352</div> 
    331353           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/nlec5j.html

    r200 r234  
    8787      </div> 
    8888 
    89       <div id="file_comments">  
     89      <div id="file_comments"> 
    9090 lit les fichiers Net-Cdf de l'experience TOTEM/ECMWF qui 
    9191 contiennent les sorties a 5j regroupees par type de grille par 
     
    107107        <div class="routine_details" id="_nlec5j"> 
    108108 
    109           <h2><a class="top" href="#container">top</a>nlec5j <span class="warning">obsolete</span> <span class="categories">  
     109          <h2><a class="top" href="#container">top</a>nlec5j <span class="warning">obsolete</span> <span class="categories"> 
    110110 Reading 
    111111</span></h2> 
     
    114114            <span class="result">result = </span>nlec5j(<span class="result"><a href="#_nlec5j_param_nom">nom</a>, <a href="#_nlec5j_param_numsortie">numsortie</a>, <a href="#_nlec5j_param_nbretps">nbretps</a></span>, <a href="#_nlec5j_keyword_BOITE">BOITE</a>=<span class="result">BOITE</span>, <a href="#_nlec5j_keyword_GRILLE">GRILLE</a>=<span class="result">GRILLE</span>, <a href="#_nlec5j_keyword_TOUT">TOUT</a>=<span class="result">TOUT</span>, <a href="#_nlec5j_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
    115115         
    116           <div class="comments"></div> 
    117  
    118           <h3>Return value</h3><div class="preformat"> tableau 2d (qd on ne demande pas de serie) ou 3d ou 4d ds le cas dune serie 
     116          <div class="comments"> 
     117</div> 
     118 
     119          <h3>Return value</h3><div class="preformat"> 
     120 tableau 2d (qd on ne demande pas de serie) ou 3d ou 4d ds le cas dune serie 
    119121</div> 
    120122 
     
    134136            </h4> 
    135137         
    136           <div class="comments"> nom du tableau contenant le champ que l'on veut (le 
     138          <div class="comments"> 
     139 nom du tableau contenant le champ que l'on veut (le 
    137140 trouver avec ncdflec,fichier,/var 
    138141</div> 
     
    165168            </h4> 
    166169         
    167           <div class="comments"> nombre de pas de temps a extraire 
     170          <div class="comments"> 
     171 nombre de pas de temps a extraire 
    168172</div> 
    169173             
     
    186190            </h4> 
    187191         
    188             <div class="comments"> boite sur laquelle integrer (par defaut tt le domaine) 
     192            <div class="comments"> 
     193 boite sur laquelle integrer (par defaut tt le domaine) 
    189194</div> 
    190195             
     
    200205            </h4> 
    201206         
    202             <div class="comments"> impose la grille a laquelle est rapporte le champ. rq permet 
     207            <div class="comments"> 
     208 impose la grille a laquelle est rapporte le champ. rq permet 
    203209 d'aller plus vite ds la lecture 
    204210</div> 
     
    215221            </h4> 
    216222         
    217             <div class="comments"> oblige a lire le tableau entier en non pas celui reduit a domdef 
     223            <div class="comments"> 
     224 oblige a lire le tableau entier en non pas celui reduit a domdef 
    218225</div> 
    219226             
     
    229236            </h4> 
    230237         
    231             <div class="comments"> used to pass your keywords 
     238            <div class="comments"> 
     239 Used to pass keywords 
    232240</div> 
    233241             
     
    239247          <h3>Version history</h3> 
    240248           
    241           <h4>Version</h4><div class="preformat"> $Id: nlec5j.pro 157 2006-08-21 09:01:50Z navarro $ 
    242 </div> 
    243           <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
    244  
     249          <h4>Version</h4><div class="preformat"> 
     250 $Id: nlec5j.pro 232 2007-03-20 16:59:36Z pinsard $ 
     251</div> 
     252          <h4>History</h4><div class="preformat"> 
     253 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    245254</div> 
    246255           
     
    251260           
    252261           
    253           <h4>Restrictions</h4><div class="preformat"> appele par nlec 
     262          <h4>Restrictions</h4><div class="preformat"> 
     263 appele par <a href=".//nlec.html">nlec</a> 
    254264</div> 
    255265         
     
    257267           
    258268           
    259           <h4>Uses routines</h4><div class="preformat"> common.pro 
     269          <h4>Uses routines</h4><div class="preformat"> 
     270 common.pro 
    260271</div> 
    261272           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/nlecan.html

    r200 r234  
    112112            <span class="result">result = </span>nlecan(<span class="result"><a href="#_nlecan_param_nom">nom</a>, <a href="#_nlecan_param_numsortie79">numsortie79</a>, <a href="#_nlecan_param_nbretps">nbretps</a></span>, <a href="#_nlecan_keyword_BOITE">BOITE</a>=<span class="result">BOITE</span>, <a href="#_nlecan_keyword_GRILLE">GRILLE</a>=<span class="result">GRILLE</span>, <a href="#_nlecan_keyword_TOUT">TOUT</a>=<span class="result">TOUT</span>, <a href="#_nlecan_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
    113113         
    114           <div class="comments"></div> 
    115  
    116           <h3>Return value</h3><div class="preformat"> tableau 2d (qd la serie ne fait que 1 pas de temps) ou 
     114          <div class="comments"> 
     115</div> 
     116 
     117          <h3>Return value</h3><div class="preformat">  
     118 tableau 2d (qd la serie ne fait que 1 pas de temps) ou 
    117119 3d (valable ds 1 premier tps que pour les tableaux 2d) 
    118120</div> 
     
    133135            </h4> 
    134136         
    135           <div class="comments"> nom du tableau contenant le champ que l'on veut (le 
     137          <div class="comments">  
     138 nom du tableau contenant le champ que l'on veut (le 
    136139 trouver avec ncdflec,fichier,/var 
    137140</div> 
     
    148151            </h4> 
    149152         
    150           <div class="comments"> le numero du pas de temps que l'on veut sortir du 
     153          <div class="comments">  
     154 le numero du pas de temps que l'on veut sortir du 
    151155 fichier (compte a partir de 1) a partir de 79 
    152156</div> 
     
    163167            </h4> 
    164168         
    165           <div class="comments"> nombre de pas de temps a extraire 
     169          <div class="comments">  
     170 nombre de pas de temps a extraire 
    166171</div> 
    167172             
     
    184189            </h4> 
    185190         
    186             <div class="comments">  boite sur laquelle integrer (par defaut tt le domaine) 
     191            <div class="comments">   
     192 boite sur laquelle integrer (par defaut tt le domaine) 
    187193</div> 
    188194             
     
    198204            </h4> 
    199205         
    200             <div class="comments"> impose la grille a laquelle est rapporte le champ. rq permet 
     206            <div class="comments">  
     207 impose la grille a laquelle est rapporte le champ. rq permet 
    201208 d'aller plus vite ds la lecture 
    202209</div> 
     
    213220            </h4> 
    214221         
    215             <div class="comments"> oblige a lire le tableau entier en non pas celui reduit a domdef 
     222            <div class="comments">  
     223 oblige a lire le tableau entier en non pas celui reduit a domdef 
    216224</div> 
    217225             
     
    227235            </h4> 
    228236         
    229             <div class="comments"> used to pass your keywords 
     237            <div class="comments">  
     238 Used to pass keywords 
    230239</div> 
    231240             
     
    237246          <h3>Version history</h3> 
    238247           
    239           <h4>Version</h4><div class="preformat"> $Id: nlecan.pro 157 2006-08-21 09:01:50Z navarro $ 
    240 </div> 
    241           <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     248          <h4>Version</h4><div class="preformat">  
     249 $Id: nlecan.pro 232 2007-03-20 16:59:36Z pinsard $ 
     250</div> 
     251          <h4>History</h4><div class="preformat">  
     252 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    242253</div> 
    243254           
     
    247258           
    248259           
    249           <h4>Restrictions</h4><div class="preformat"> appele par nlec 
     260          <h4>Restrictions</h4><div class="preformat">  
     261 appele par <a href=".//nlec.html">nlec</a> 
    250262</div> 
    251263         
     
    253265           
    254266           
    255           <h4>Uses routines</h4><div class="preformat"> common.pro 
     267          <h4>Uses routines</h4><div class="preformat">  
     268 common.pro 
    256269</div> 
    257270           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/nlecmois.html

    r200 r234  
    177177            </h4> 
    178178         
    179             <div class="comments"> boite sur laquelle integrer (par defaut tt le domaine) 
     179            <div class="comments"> 
     180 boite sur laquelle integrer (par defaut tt le domaine) 
    180181</div> 
    181182             
     
    191192            </h4> 
    192193         
    193             <div class="comments"> impose la grille a laquelle est rapporte le champ. rq permet 
     194            <div class="comments"> 
     195 impose la grille a laquelle est rapporte le champ. rq permet 
    194196 d'aller plus vite ds la lecture 
    195197</div> 
     
    206208            </h4> 
    207209         
    208             <div class="comments"> oblige a lire le tableau entier en non pas celui reduit a domdef 
     210            <div class="comments"> 
     211 oblige a lire le tableau entier en non pas celui reduit a domdef 
    209212</div> 
    210213             
     
    220223            </h4> 
    221224         
    222             <div class="comments"> used to pass your keywords 
     225            <div class="comments"> 
     226 Used to pass keywords 
    223227</div> 
    224228             
     
    228232          <h3>Version history</h3> 
    229233           
    230           <h4>Version</h4><div class="preformat"> $Id: nlecmois.pro 134 2006-07-07 10:19:08Z navarro $ 
    231 </div> 
    232           <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     234          <h4>Version</h4><div class="preformat"> 
     235 $Id: nlecmois.pro 231 2007-03-19 17:15:51Z pinsard $ 
     236</div> 
     237          <h4>History</h4><div class="preformat"> 
     238 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    233239</div> 
    234240           
     
    244250           
    245251           
    246           <h4>Uses routines</h4><div class="preformat"> common.pro 
     252          <h4>Uses routines</h4><div class="preformat"> 
     253 common.pro 
    247254</div> 
    248255           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/nlecsaison.html

    r200 r234  
    105105        <div class="routine_details" id="_nlecsaison"> 
    106106 
    107           <h2><a class="top" href="#container">top</a>nlecsaison <span class="warning">obsolete</span> <span class="categories">  
     107          <h2><a class="top" href="#container">top</a>nlecsaison <span class="warning">obsolete</span> <span class="categories"> 
    108108 Reading 
    109109</span></h2> 
     
    112112            <span class="result">result = </span>nlecsaison(<span class="result"><a href="#_nlecsaison_param_nom">nom</a>, <a href="#_nlecsaison_param_numsortie79">numsortie79</a>, <a href="#_nlecsaison_param_nbretps">nbretps</a></span>, <a href="#_nlecsaison_keyword_BOITE">BOITE</a>=<span class="result">BOITE</span>, <a href="#_nlecsaison_keyword_GRILLE">GRILLE</a>=<span class="result">GRILLE</span>, <a href="#_nlecsaison_keyword_TOUT">TOUT</a>=<span class="result">TOUT</span>, <a href="#_nlecsaison_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
    113113         
    114           <div class="comments"></div> 
    115  
    116           <h3>Return value</h3><div class="preformat"> tableau 2d (qd la serie ne fait que 1 pas de temps) ou 
     114          <div class="comments"> 
     115</div> 
     116 
     117          <h3>Return value</h3><div class="preformat"> 
     118 tableau 2d (qd la serie ne fait que 1 pas de temps) ou 
    117119 3d (valable ds 1 premier tps que pour les tableaux 2d) 
    118120</div> 
     
    133135            </h4> 
    134136         
    135           <div class="comments"> nom du tableau contenant le champ que l'on veut (le 
     137          <div class="comments"> 
     138 nom du tableau contenant le champ que l'on veut (le 
    136139 trouver avec ncdflec,fichier,/var 
    137140</div> 
     
    148151            </h4> 
    149152         
    150           <div class="comments"> le numero du pas de temps que l'on veut sortir du 
     153          <div class="comments"> 
     154 le numero du pas de temps que l'on veut sortir du 
    151155 fichier (compte a partir de 1) a partir de 79 
    152156</div> 
     
    163167            </h4> 
    164168         
    165           <div class="comments"> nombre de pas de temps a extraire 
     169          <div class="comments"> 
     170 nombre de pas de temps a extraire 
    166171</div> 
    167172             
     
    184189            </h4> 
    185190         
    186             <div class="comments"> boite sur laquelle integrer (par defaut tt le domaine) 
     191            <div class="comments"> 
     192 boite sur laquelle integrer (par defaut tt le domaine) 
    187193</div> 
    188194             
     
    198204            </h4> 
    199205         
    200             <div class="comments"> impose la grille a laquelle est rapporte le champ. rq permet 
     206            <div class="comments"> 
     207 impose la grille a laquelle est rapporte le champ. rq permet 
    201208 d'aller plus vite ds la lecture 
    202209</div> 
     
    213220            </h4> 
    214221         
    215             <div class="comments"> oblige a lire le tableau entier en non pas celui reduit a domdef 
     222            <div class="comments"> 
     223 oblige a lire le tableau entier en non pas celui reduit a domdef 
    216224</div> 
    217225             
     
    227235            </h4> 
    228236         
    229             <div class="comments"> used to pass your keywords 
     237            <div class="comments"> 
     238 Used to pass keywords 
    230239</div> 
    231240             
     
    237246          <h3>Version history</h3> 
    238247           
    239           <h4>Version</h4><div class="preformat"> $Id: nlecsaison.pro 157 2006-08-21 09:01:50Z navarro $ 
    240 </div> 
    241           <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
    242  
     248          <h4>Version</h4><div class="preformat"> 
     249 $Id: nlecsaison.pro 232 2007-03-20 16:59:36Z pinsard $ 
     250</div> 
     251          <h4>History</h4><div class="preformat"> 
     252 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    243253</div> 
    244254           
     
    249259           
    250260           
    251           <h4>Restrictions</h4><div class="preformat"> appele par nlec 
     261          <h4>Restrictions</h4><div class="preformat"> 
     262 appele par <a href=".//nlec.html">nlec</a> 
    252263</div> 
    253264         
     
    255266           
    256267           
    257           <h4>Uses routines</h4><div class="preformat"> common.pro 
     268          <h4>Uses routines</h4><div class="preformat"> 
     269 common.pro 
    258270</div> 
    259271           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/nlecserie.html

    r200 r234  
    105105        <div class="routine_details" id="_nlecserie"> 
    106106 
    107           <h2><a class="top" href="#container">top</a>nlecserie <span class="warning">obsolete</span> <span class="categories">  
     107          <h2><a class="top" href="#container">top</a>nlecserie <span class="warning">obsolete</span> <span class="categories"> 
    108108 Reading 
    109109</span></h2> 
     
    112112            <span class="result">result = </span>nlecserie(<span class="result"><a href="#_nlecserie_param_nom">nom</a>, <a href="#_nlecserie_param_date1">date1</a>, <a href="#_nlecserie_param_date2">date2</a></span>, <a href="#_nlecserie_keyword_BOITE">BOITE</a>=<span class="result">BOITE</span>, <a href="#_nlecserie_keyword_GRILLE">GRILLE</a>=<span class="result">GRILLE</span>, <a href="#_nlecserie_keyword_TOUT">TOUT</a>=<span class="result">TOUT</span>, <a href="#_nlecserie_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
    113113         
    114           <div class="comments"></div> 
    115  
    116           <h3>Return value</h3><div class="preformat"> tableau 2d (qd la serie ne fait que 1 pas de temps) ou 
     114          <div class="comments"> 
     115</div> 
     116 
     117          <h3>Return value</h3><div class="preformat"> 
     118 tableau 2d (qd la serie ne fait que 1 pas de temps) ou 
    117119 3d (valable ds 1 premier tps que pour les tableaux 2d) 
    118120</div> 
     
    133135            </h4> 
    134136         
    135           <div class="comments"> nom du tableau contenant le champ que l'on veut (le 
     137          <div class="comments"> 
     138 nom du tableau contenant le champ que l'on veut (le 
    136139 trouver avec ncdflec,fichier,/var 
    137140</div> 
     
    148151            </h4> 
    149152         
    150           <div class="comments"> </div> 
     153          <div class="comments"></div> 
    151154             
    152155            <h4 id="_nlecserie_param_date2">date2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    161164            </h4> 
    162165         
    163           <div class="comments">  
     166          <div class="comments"> 
    164167 les dates vermairs qui delimitent la serie temporelle 
    165168</div> 
     
    183186            </h4> 
    184187         
    185             <div class="comments"> boite sur laquelle integrer (par defaut tt le domaine) 
     188            <div class="comments"> 
     189 boite sur laquelle integrer (par defaut tt le domaine) 
    186190</div> 
    187191             
     
    197201            </h4> 
    198202         
    199             <div class="comments"> impose la grille a laquelle est rapporte le champ. rq permet 
     203            <div class="comments"> 
     204 impose la grille a laquelle est rapporte le champ. rq permet 
    200205 d'aller plus vite ds la lecture 
    201206</div> 
     
    212217            </h4> 
    213218         
    214             <div class="comments"> oblige a lire le tableau entier en non pas celui reduit a domdef 
     219            <div class="comments"> 
     220 oblige a lire le tableau entier en non pas celui reduit a domdef 
    215221</div> 
    216222             
     
    226232            </h4> 
    227233         
    228             <div class="comments"> used to pass your keywords 
     234            <div class="comments"> 
     235 Used to pass keywords 
    229236</div> 
    230237             
     
    236243          <h3>Version history</h3> 
    237244           
    238           <h4>Version</h4><div class="preformat"> $Id: nlecserie.pro 157 2006-08-21 09:01:50Z navarro $ 
    239 </div> 
    240           <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     245          <h4>Version</h4><div class="preformat"> 
     246 $Id: nlecserie.pro 232 2007-03-20 16:59:36Z pinsard $ 
     247</div> 
     248          <h4>History</h4><div class="preformat"> 
     249 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    241250</div> 
    242251           
     
    247256           
    248257           
    249           <h4>Restrictions</h4><div class="preformat"> appele par nlec 
     258          <h4>Restrictions</h4><div class="preformat"> 
     259 appele par <a href=".//nlec.html">nlec</a> 
    250260</div> 
    251261         
     
    253263           
    254264           
    255           <h4>Uses routines</h4><div class="preformat"> common.pro 
     265          <h4>Uses routines</h4><div class="preformat"> 
     266 common.pro 
    256267</div> 
    257268           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/strrepl.html

    r200 r234  
    8787      </div> 
    8888 
    89       <div id="file_comments">  
     89      <div id="file_comments"> 
    9090 replace one (or more) character(s)/string(s) in a string 
    91  --- OBSOLETE --- you should better use strsed.pro 
     91 --- OBSOLETE --- you should better use <a href=".//../../ToBeReviewed/STRING/strsed.html">strsed</a> 
    9292</div> 
    9393 
     
    198198           
    199199          <h4>Version</h4><div class="preformat"> 
    200  $Id: strrepl.pro 192 2006-09-22 09:37:08Z smasson $ 
     200 $Id: strrepl.pro 232 2007-03-20 16:59:36Z pinsard $ 
    201201</div> 
    202202          <h4>History</h4><div class="preformat"> 
    203203        mgs, 02 Jun 1998: VERSION 1.00 
     204 Copyright (C) 1998, Martin Schultz, Harvard University 
     205 This software is provided as is without any warranty 
     206 whatsoever. It may be freely used, copied or distributed 
     207 for non-commercial purposes. This copyright notice must be 
     208 kept with any copy of this software. If this software shall 
     209 be used commercially or sold as part of a larger package, 
     210 please contact the author to arrange payment. 
     211 Bugs and comments should be directed to mgs@io.harvard.edu 
     212 with subject "IDL routine strrepl" 
     213 
    204214        sebastien Masson (smlod@ipsl.jussieu.fr) 
    205215</div> 
     
    210220           
    211221           
    212           <h4>Restrictions</h4><div class="preformat">  
     222          <h4>Restrictions</h4><div class="preformat"> 
    213223 Known shortcoming: if index is an array, it must contain all 
    214224 valid elements (only the first entry is checked). 
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/vairdate.html

    r200 r234  
    9191 sets month, day and year to the corresp values 
    9292 
    93  you better use jul2date 
     93 you better use <a href=".//../../Calendar/jul2date.html">jul2date</a> 
    9494</div> 
    9595 
     
    115115</div> 
    116116 
    117           <h3>Return value</h3><div class="preformat"> vdate date vairmer 
    118    plus year, month et day 
     117          <h3>Return value</h3><div class="preformat"> 
     118 vdate date vairmer plus year, month et day 
    119119</div> 
    120120 
     
    134134            </h4> 
    135135         
    136           <div class="comments"> date en jours juliens 
     136          <div class="comments"> 
     137 date en jours juliens 
    137138</div> 
    138139             
     
    155156            </h4> 
    156157         
    157             <div class="comments"> a activer si on veut pour  que les dates dont le mois est 
     158            <div class="comments"> 
     159 a activer si on veut pour  que les dates dont le mois est 
    158160    6 et dont le jour est 1 deviennent avec un mois et jour egale a 
    159161    0. par ex: 
     
    172174            </h4> 
    173175         
    174             <div class="comments"> a activer si on veut pour  que les dates dont le jour est 
     176            <div class="comments"> 
     177 a activer si on veut pour  que les dates dont le jour est 
    175178    15 deviennent avec un jour egale a 0. par ex: 
    176179    19990115   ->   19990100 
     
    188191            </h4> 
    189192         
    190             <div class="comments"> used to pass your keywords 
     193            <div class="comments"> 
     194 Used to pass keywords 
    191195</div> 
    192196             
     
    198202          <h3>Version history</h3> 
    199203           
    200           <h4>Version</h4><div class="preformat"> $Id: vairdate.pro 134 2006-07-07 10:19:08Z navarro $ 
    201 </div> 
    202           <h4>History</h4><div class="preformat">  Jerome Vialard  (jv@lodyc.jussieu.fr) 
     204          <h4>Version</h4><div class="preformat"> 
     205 $Id: vairdate.pro 231 2007-03-19 17:15:51Z pinsard $ 
     206</div> 
     207          <h4>History</h4><div class="preformat"> 
     208 Jerome Vialard  (jv@lodyc.jussieu.fr) 
    203209   2/7/98 
    204210                13/9/1999, Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    219225           
    220226           
    221           <h4>Uses routines</h4><div class="preformat">  common 
    222  
     227          <h4>Uses routines</h4><div class="preformat"> 
     228 common 
    223229</div> 
    224230           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/vraidate.html

    r200 r234  
    109109            <span class="result">result = </span>vraidate(<span class="result"><a href="#_vraidate_param_date">date</a></span>, <a href="#_vraidate_keyword_GRADS">GRADS</a>=<span class="result">GRADS</span>, <a href="#_vraidate_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
    110110         
    111           <div class="comments"></div> 
    112  
    113           <h3>Return value</h3><div class="preformat"> une date vairmer du type yyyymmdd 
     111          <div class="comments"> 
     112</div> 
     113 
     114          <h3>Return value</h3><div class="preformat"> 
     115 une date vairmer du type yyyymmdd 
    114116 si year est nulle ou egale a -1 ne change rien 
    115117</div> 
     
    130132            </h4> 
    131133         
    132           <div class="comments"> une date du type yyyymmdd 
     134          <div class="comments"> 
     135 une date du type yyyymmdd 
    133136</div> 
    134137             
     
    151154            </h4> 
    152155         
    153             <div class="comments"> if  1 le year le 49 then year = 2000+year 
    154                if 50 le year le 99 then year = 1900+year 
     156            <div class="comments"> 
     157 if  1 le year le 49 then year = 2000+year 
     158 if 50 le year le 99 then year = 1900+year 
    155159</div> 
    156160             
     
    166170            </h4> 
    167171         
    168             <div class="comments"> used to pass your keywords 
     172            <div class="comments"> 
     173 Used to pass keywords 
    169174</div> 
    170175             
     
    178183          <h3>Version history</h3> 
    179184           
    180           <h4>Version</h4><div class="preformat"> $Id: vraidate.pro 134 2006-07-07 10:19:08Z navarro $ 
    181 </div> 
    182           <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     185          <h4>Version</h4><div class="preformat"> 
     186 $Id: vraidate.pro 232 2007-03-20 16:59:36Z pinsard $ 
     187</div> 
     188          <h4>History</h4><div class="preformat"> 
     189 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    183190   3/7/98 
    184191 remove automatic change from year 1 to 1901... Aug 2004 
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/zeroun.html

    r200 r234  
    8787      </div> 
    8888 
    89       <div id="file_comments">  
     89      <div id="file_comments"> 
    9090 Send back a vector or a matrix constituate of 0 and 1 in alternation 
    9191 
    92  you better use zero_one 
     92 you better use <a href=".//../../Matrix/zero_one.html">zero_one</a> 
    9393</div> 
    9494 
     
    106106        <div class="routine_details" id="_zeroun"> 
    107107 
    108           <h2><a class="top" href="#container">top</a>zeroun <span class="warning">obsolete</span> <span class="categories">  
     108          <h2><a class="top" href="#container">top</a>zeroun <span class="warning">obsolete</span> <span class="categories"> 
    109109 Function, Matrix 
    110110</span></h2> 
     
    113113            <span class="result">result = </span>zeroun(<span class="result"><a href="#_zeroun_param_n1">n1</a>, <a href="#_zeroun_param_n2">n2</a></span>)</p> 
    114114         
    115           <div class="comments"></div> 
    116  
    117           <h3>Return value</h3><div class="preformat"> resultat 
    118  </div> 
     115          <div class="comments"> 
     116</div> 
     117 
     118          <h3>Return value</h3><div class="preformat"> 
     119 resultat 
     120</div> 
    119121 
    120122           
     
    133135            </h4> 
    134136         
    135           <div class="comments"> number of elements in the first dimension</div> 
     137          <div class="comments"> 
     138 number of elements in the first dimension 
     139</div> 
    136140             
    137141            <h4 id="_zeroun_param_n2">n2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    146150            </h4> 
    147151         
    148           <div class="comments"> numbre of elements in the second dimension 
     152          <div class="comments"> 
     153 number of elements in the second dimension 
    149154</div> 
    150155             
     
    157162          <h3>Version history</h3> 
    158163           
    159           <h4>Version</h4><div class="preformat"> $Id: zeroun.pro 157 2006-08-21 09:01:50Z navarro $ 
    160 </div> 
    161           <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     164          <h4>Version</h4><div class="preformat"> 
     165 $Id: zeroun.pro 231 2007-03-19 17:15:51Z pinsard $ 
     166</div> 
     167          <h4>History</h4><div class="preformat"> 
     168 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    162169                       1/12/98 
    163170</div> 
Note: See TracChangeset for help on using the changeset viewer.