source: trunk/SRC/Documentation/idldoc_html_output/Obsolete/nlec5j.html @ 101

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

start to modify headers of Interpolation *.pro files for better idldoc output

File size: 6.0 KB
RevLine 
[89]1
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5<!-- Generated by IDLdoc 2.0 -->
6
7<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
8  <head>
9    <title>nlec5j.pro (IDLdoc API documentation)</title>
10
11   
12    <link rel="stylesheet" type="text/css" media="all" href="./../main_files.css" />
13    <link rel="stylesheet" type="text/css" media="print" href="./../main_files_print.css" />
14   
15
16    <script type="text/javascript">
17      function setTitle() {
18        parent.document.title="nlec5j.pro (IDLdoc API documentation)";
19      }
20    </script>
21  </head>
22
23  <body onload="setTitle();">
24
25    <div id="navbar_title">
26  <h1>IDLdoc API documentation</h1>
27</div>
28
29
30<div id="main_navbar">
31
32  <table cellspacing="0">
33    <tr>
34     
35      <td><a href="./../overview.html?format=raw" title="Overview of library">Overview</a></td>
36     
37
38     
39      <td >Directory</td>
40     
41
42     
43      <td><a href="./../idldoc-categories.html?format=raw" title="Browse library by category">Categories</a></td>
44     
45
46     
47      <td><a href="./../idldoc-index.html?format=raw" title="Index of files, routines, and parameters">Index</a></td>
48     
49
50     
51      <td><a href="./../search-page.html?format=raw" title="Search library">Search</a></td>
52     
53
54      <td id="selected">File</td>
55
56     
57      <td >Source</td>
58     
59
60     
61      <td><a href="./../idldoc-help.html?format=raw" title="Help on IDLdoc">Help</a></td>
62     
63
64      <td >Etc</td>
65
66      <td id="flexible">Developer&nbsp;documentation</td>
67    </tr>
68  </table>
69
70</div>
71
72<div id="secondary_navbar">
73
74<a href="nlec.html">&lt;&lt;prev file</a> | <a href="nlecan.html">next file &gt;&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="nlec5j.html" target="_TOP">view single page</a> | <a href="./../index.html?format=raw" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: <a href="#routine_details">routine</a>
75
76</div>
77
78
79    <div id="container">
80
81      <h1 class="directory"><a href="directory-overview.html?format=raw">Obsolete/</a></h1>
82      <h2 class="pro_file">nlec5j.pro</h2>
83
84      <div id="file_attr">
85        <dl>
86        </dl>
87      </div>
88
[97]89      <div id="file_comments"> lit les fichiers Net-Cdf de l'experience TOTEM/ECMWF qui
90 contiennent les sorties a 5j regroupees par type de grille par
91 paquets de 6 mois.
92 sur maia: /u/rech/eee/reee217/TOTEM/REF/OUTPUTS </div>
[89]93
94     
95
96     
97
98     
99
100     
101
102      <div id="routine_details">
103       
104
105        <div class="routine_details" id="_nlec5j">
106
[97]107          <h2><a class="top" href="#container">top</a>nlec5j <span class="warning">obsolete</span> <span class="categories"> lecture de NETCDF
108</span></h2>
[89]109       
110          <p class="header">
111            <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>
112       
[97]113          <div class="comments"></div>
[89]114
[97]115          <h3>Return value</h3><div class="value"> tableau 2d (qd on ne demande pas de serie) ou 3d ou 4d ds le cas dune serie
116 </div>
[89]117
118         
119            <h3>Parameters</h3>
120       
121           
122            <h4 id="_nlec5j_param_nom">nom&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[97]123              <span class="attr">in</span>
[89]124             
125             
[97]126              <span class="attr">required</span>
[89]127             
128             
129             
130             
131            </h4>
132       
[97]133          <div class="comments"> nom du tableau contenant le champ que l'on veut (le
134 trouver avec ncdflec,fichier,/var</div>
[89]135           
136            <h4 id="_nlec5j_param_numsortie">numsortie&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[97]137              <span class="attr">in</span>
[89]138             
139             
[97]140              <span class="attr">required</span>
[89]141             
142             
143             
144             
145            </h4>
146       
[97]147          <div class="comments">le numero du pas de temps que l'on veut sortir du
148 fichier (compte a partir de 1) a partir de year</div>
[89]149           
150            <h4 id="_nlec5j_param_nbretps">nbretps&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[97]151              <span class="attr">in</span>
[89]152             
153             
[97]154              <span class="attr">required</span>
[89]155             
156             
157             
158             
159            </h4>
160       
[97]161          <div class="comments"> nombre de pas de temps a extraire
162
163</div>
[89]164           
165
166         
167
168         
169
170            <h3>Keywords</h3>
171           
172            <h4 id="_nlec5j_keyword_BOITE">BOITE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
173             
174             
175             
176             
177             
178             
179             
180             
181            </h4>
182       
[97]183            <div class="comments"> boite sur laquelle integrer (par defaut tt le domaine)
184</div>
[89]185           
186            <h4 id="_nlec5j_keyword_GRILLE">GRILLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
187             
188             
189             
190             
191             
192             
193             
194             
195            </h4>
196       
[97]197            <div class="comments"> impose la grille a laquelle est rapporte le champ. rq permet
198 d'aller plus vite ds la lecture
199</div>
[89]200           
201            <h4 id="_nlec5j_keyword_TOUT">TOUT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
202             
203             
204             
205             
206             
207             
208             
209             
210            </h4>
211       
[97]212            <div class="comments"> oblige a lire le tableau entier en non pas celui reduit a domdef
213</div>
[89]214           
215            <h4 id="_nlec5j_keyword__EXTRA">_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
216             
217             
218             
219             
220             
221             
222             
223             
224            </h4>
225       
226            <div class="comments"></div>
227           
228         
229
[97]230          <h3>Examples</h3><div class="value">
231 IDL> res=nlec5j( nom, numsortie, nbretps)
232</div>
233          <h3>Version history</h3>
[89]234         
235         
[97]236          <h4>History</h4><div class="value"> Sebastien Masson (smasson@lodyc.jussieu.fr)
237</div>
[89]238         
239         
[97]240          <h3>Known issues</h3>
241          <h4>Obsolete</h4><div class="value">
242</div>
[89]243         
244         
[101]245          <h4>Restrictions</h4><div class="value"> appele par nlec
246</div>
[89]247       
[97]248          <h3>Other attributes</h3>
[89]249         
250         
[97]251          <h4>Uses routines</h4><div class="value"> common.pro
252</div>
[89]253         
254         
255         
256       
257         
258       
259        </div>
260       
261      </div>
262
263     
264
265      <div id="tagline">Produced by IDLdoc 2.0.</div>
266
267    </div>
268
269  </body>
270</html>
Note: See TracBrowser for help on using the repository browser.