source: trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/GRILLE/domdef.html @ 89

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

add idldoc html output. see Documentation/idldoc_html_output/index.html

File size: 10.2 KB
Line 
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>domdef.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="domdef.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="decoupeterre.html">&lt;&lt;prev file</a> | <a href="f2v.html">next file &gt;&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="domdef.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">ToBeReviewed/GRILLE/</a></h1>
82      <h2 class="pro_file">domdef.pro</h2>
83
84      <div id="file_attr">
85        <dl>
86        </dl>
87      </div>
88
89      <div id="file_comments"></div>
90
91     
92
93     
94
95     
96
97     
98
99      <div id="routine_details">
100       
101
102        <div class="routine_details" id="_domdef">
103
104          <h2><a class="top" href="#container">top</a>domdef </h2>
105       
106          <p class="header">
107            domdef<span class="result">, <a href="#_domdef_param_x1">x1</a>, <a href="#_domdef_param_x2">x2</a>, <a href="#_domdef_param_y1">y1</a>, <a href="#_domdef_param_y2">y2</a>, <a href="#_domdef_param_z1">z1</a>, <a href="#_domdef_param_z2">z2</a></span>, <a href="#_domdef_keyword_FINDALWAYS">FINDALWAYS</a>=<span class="result">FINDALWAYS</span>, <a href="#_domdef_keyword_GRIDTYPE">GRIDTYPE</a>=<span class="result">GRIDTYPE</span>, <a href="#_domdef_keyword_MEMEINDICES">MEMEINDICES</a>=<span class="result">MEMEINDICES</span>, <a href="#_domdef_keyword_XINDEX">XINDEX</a>=<span class="result">XINDEX</span>, <a href="#_domdef_keyword_YINDEX">YINDEX</a>=<span class="result">YINDEX</span>, <a href="#_domdef_keyword_ZINDEX">ZINDEX</a>=<span class="result">ZINDEX</span>, <a href="#_domdef_keyword_ENDPOINTS">ENDPOINTS</a>=<span class="result">ENDPOINTS</span>, <a href="#_domdef_keyword_TYPE">TYPE</a>=<span class="result">TYPE</span>, <a href="#_domdef_keyword_INDEX">INDEX</a>=<span class="result">INDEX</span>, <a href="#_domdef_keyword__extra">_extra</a>=<span class="result">_extra</span></p>
108       
109          <div class="comments">
110 NAME: DOMDEF
111
112 PURPOSE:permet d'extraire un sous domaine d'etude en fournissant les
113 parametres necessaires pour les traces. (cf. outputs)
114
115 CATEGORY:
116
117 CALLING SEQUENCE:domdef [,lon1, lon2, lat1, lat2[,vert1,vert2]] ou
118             bien domdef,vecteur
119
120 INPUTS:(facultatif), [vecteur a] 2, 4 ou 6 elements:;
121 sans l''utilisation des mots cles index,xindex,yindex,zindex:
122 *vert1, vert2: pour un domaine 3D dont la partie horizontale couvre tout
123  glam et gphi
124 *lon1, lon2, lat1, lat2:
125 definissant les longitudes min. max et les latitudes min, max du  domaine a
126 etudier (tous les niveaux sont selectiones)
127 *lon1,lon2,lat1,lat2,vert1,vert2 pour specifier les profondeurs.
128
129 KEYWORD PARAMETERS:
130
131       ENDPOINTS: a four elements vector [x1,y1,x2,y2] used to specify
132       that domdef must define the box used to make a plot (pltz, pltt,
133       plt1d) done strictly along the line (that can have any direction)
134       starting at (x1, y1) ending at (x2, y2). When defining endpoints,
135       you must also define TYPE which define the type of plots
136       ('pltz', 'xt', 'yt', 'zt', 'x', 'y', 'z', 't') will used
137       ENDPOINTS keywords
138
139       FINDALWAYS:oblige a redefinir une boite meme qd auqun point
140       n''est trouve ds la boite. dans ce cas on selectionne toute la
141       grille.
142
143        GRIDTYPE:un string ou un vecteur de string contennant le nom des
144        grilles (determinees uniquement par : 'T','U','V','W','F') pour
145        lesquelles le calcul doit etre fait. par
146        ex :'T' ou ['T','U']
147
148       /MEMEINDICES: il se peut que les points t,u,v et F correspondant a
149       une meme boite geographique ne concernent pas les memes
150       indices des tableaux. Ceci pose parfois de pb (ou du moins de
151       serieuses complications) ds les programmes ou plusieurs types
152       de grilles interviennent (cf.: norme, curl...). Activer
153       MEMEINDICES pour forcer domdef a prendre les memes indices -ceux
154       de la grille T- pour toutes les autres grilles.
155
156       /INDEX: activer si on veut specifier que tous les elements
157       passes en entree de domdef se rapportent aux indices des
158       tableaux glam, gphi et gdep plutot qu'aux valeurs de ces
159       tableaux
160
161       /xindex: activer si on veut que les elements passes en entrre
162       de domdef et concernant la dimension en x se rapportent aux
163       indices des tableaux glam qu'aux valeurs de ces tableaux.
164
165       /yindex: cf xindex mais pour y et les gphi
166
167       /zindex: cf xindex mais pour z et les gdep
168
169 OUTPUTS:on recupere pour les 4 grilles t,u,v,f
170   -nxt,u,v:entier qui contient le nombre de pts en longitude de
171    la grille reduite au domaine
172   -nyt,u,v:entier qui contient le nombre de pts en latitude de
173    la grille reduite au domaine
174   -nzt,w:entier qui contient le nombre de pts en profondeur de
175    la grille reduite au domaine 3D
176   -firstxt,u,v,f: le first indice qui delimite le sous domaine
177   suivant x
178   -firstyt,u,v,f: le first indice qui delimite le sous domaine
179   suivant y
180   -firstzt,w: le first indice qui delimite le sous domaine
181   suivant z
182   -lastxt,u,v,f: le last indice qui delimite le sous domaine
183   suivant x
184   -lastyt,u,v,f: le last indice qui delimite le sous domaine
185   suivant y
186   -lastzt,w: le last indice qui delimite le sous domaine
187   suivant z
188
189 COMMON BLOCKS:
190        common.pro
191
192 SIDE EFFECTS:
193
194 RESTRICTIONS:
195
196 EXAMPLE:
197</div>
198
199         
200
201         
202            <h3>Parameters</h3>
203       
204           
205            <h4 id="_domdef_param_x1">x1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
206             
207             
208             
209             
210             
211             
212             
213             
214            </h4>
215       
216          <div class="comments"></div>
217           
218            <h4 id="_domdef_param_x2">x2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
219             
220             
221             
222             
223             
224             
225             
226             
227            </h4>
228       
229          <div class="comments"></div>
230           
231            <h4 id="_domdef_param_y1">y1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
232             
233             
234             
235             
236             
237             
238             
239             
240            </h4>
241       
242          <div class="comments"></div>
243           
244            <h4 id="_domdef_param_y2">y2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
245             
246             
247             
248             
249             
250             
251             
252             
253            </h4>
254       
255          <div class="comments"></div>
256           
257            <h4 id="_domdef_param_z1">z1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
258             
259             
260             
261             
262             
263             
264             
265             
266            </h4>
267       
268          <div class="comments"></div>
269           
270            <h4 id="_domdef_param_z2">z2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
271             
272             
273             
274             
275             
276             
277             
278             
279            </h4>
280       
281          <div class="comments"></div>
282           
283
284         
285
286         
287
288            <h3>Keywords</h3>
289           
290            <h4 id="_domdef_keyword_FINDALWAYS">FINDALWAYS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
291             
292             
293             
294             
295             
296             
297             
298             
299            </h4>
300       
301            <div class="comments"></div>
302           
303            <h4 id="_domdef_keyword_GRIDTYPE">GRIDTYPE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
304             
305             
306             
307             
308             
309             
310             
311             
312            </h4>
313       
314            <div class="comments"></div>
315           
316            <h4 id="_domdef_keyword_MEMEINDICES">MEMEINDICES&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
317             
318             
319             
320             
321             
322             
323             
324             
325            </h4>
326       
327            <div class="comments"></div>
328           
329            <h4 id="_domdef_keyword_XINDEX">XINDEX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
330             
331             
332             
333             
334             
335             
336             
337             
338            </h4>
339       
340            <div class="comments"></div>
341           
342            <h4 id="_domdef_keyword_YINDEX">YINDEX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
343             
344             
345             
346             
347             
348             
349             
350             
351            </h4>
352       
353            <div class="comments"></div>
354           
355            <h4 id="_domdef_keyword_ZINDEX">ZINDEX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
356             
357             
358             
359             
360             
361             
362             
363             
364            </h4>
365       
366            <div class="comments"></div>
367           
368            <h4 id="_domdef_keyword_ENDPOINTS">ENDPOINTS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
369             
370             
371             
372             
373             
374             
375             
376             
377            </h4>
378       
379            <div class="comments"></div>
380           
381            <h4 id="_domdef_keyword_TYPE">TYPE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
382             
383             
384             
385             
386             
387             
388             
389             
390            </h4>
391       
392            <div class="comments"></div>
393           
394            <h4 id="_domdef_keyword_INDEX">INDEX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
395             
396             
397             
398             
399             
400             
401             
402             
403            </h4>
404       
405            <div class="comments"></div>
406           
407            <h4 id="_domdef_keyword__extra">_extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
408             
409             
410             
411             
412             
413             
414             
415             
416            </h4>
417       
418            <div class="comments"></div>
419           
420         
421
422         
423         
424         
425         
426         
427         
428         
429         
430         
431         
432         
433         
434       
435         
436         
437         
438         
439         
440         
441         
442       
443         
444       
445        </div>
446       
447      </div>
448
449     
450
451      <div id="tagline">Produced by IDLdoc 2.0.</div>
452
453    </div>
454
455  </body>
456</html>
Note: See TracBrowser for help on using the repository browser.