source: trunk/SRC/Documentation/idldoc_assistant_output/Obsolete/lec.html @ 338

Last change on this file since 338 was 338, checked in by smasson, 16 years ago

update documentation

File size: 7.8 KB
Line 
1
2
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4  <head>
5    <title>lec.pro (SAXO Documentation Assistant)</title>
6  </head>
7
8  <body text="#000000" bgcolor="#FFFFFF">
9
10   
11<!-- Navbar template takes a structure with the following fields:
12       overview_href :
13       overview_selected :
14       dir_overview_href :
15       dir_overview_selected :
16       categories_href :
17       categories_selected :
18       index_href :
19       index_selected :
20       search_href :
21       search_selected :
22       file_selected :
23       source_href :
24       source_selected :
25       help_href :
26       help_selected :
27       etc_selected :
28
29       prev_file_href :
30       next_file_href :
31
32       view_single_page_href :
33       view_frames_href :
34
35       summary_fields_href :
36       summary_routine_href :
37       details_routine_href :
38
39       title :
40       subtitle :
41       user :
42-->
43
44
45<table border="0" cellpadding="0" cellspacing="0" width="98%" bgcolor="#F0F0FF" valign="bottom">
46  <tr>
47    <td width="10%">
48<a href="juldate.html"><img src="./../prev.gif" border="0" alt="Previous"></a></td>
49    <td width="80%" align="center" valign="center">
50<font size=-1><i>SAXO Documentation Assistant</i>: <a href="./../home.html">Overview</a></font></td>
51    <td width="10%" align="right">
52<a href="lect.html"><img src="./../next.gif" border="0" alt="Next"></a></td>
53  </tr>
54</table>
55
56
57    <h1><font size="-2">Obsolete/</font></h1>
58    <h2>lec.pro</h2>
59
60    <dl>
61    </dl>
62
63   
64 lit les fichiers Vairmer en sort:
65 un tableau 2d ou 3d en fonction de nomchamp qui est le nom
66 du champ a extraire (2d s'il commence par SO et 3d s'il commence par VO)
67 cette fonction modifie aussi les variables globales:
68 varname: trois lettres: nom de l'experience
69 vargrid: nom de la grille
70 vardate: date (yy)yymmdd
71 varexp: nom Vairmer du champ a tracer
72
73
74   
75
76     
77      <a name="#_lec"></a>
78
79      <h2>lec <font size="-1" color="#FF6633">obsolete</font> <font size="-1" color="#006633">
80 Graphics, Reading
81</font></h2>
82
83      <p><font face="Courier"><i>result = </i>lec(<i><a href="#_lec_keyword_nomchamp">nomchamp</a>[, <a href="#_lec_keyword_date">date</a>][, <a href="#_lec_keyword_nomexp">nomexp</a>]</i>, <a href="#_lec_keyword_ECRIT">ECRIT</a>=<i>ECRIT</i>, <a href="#_lec_keyword_ANOM">ANOM</a>=<i>ANOM</i>, <a href="#_lec_keyword_BOITE">BOITE</a>=<i>BOITE</i>, <a href="#_lec_keyword_EXPANOM">EXPANOM</a>=<i>EXPANOM</i>, <a href="#_lec_keyword_TOUT">TOUT</a>=<i>TOUT</i>, <a href="#_lec_keyword_GRID">GRID</a>=<i>GRID</i>, <a href="#_lec_keyword_NAME">NAME</a>=<i>NAME</i>, <a href="#_lec_keyword_filename">filename</a>=<i>filename</i>)</font></p>
84
85   
86
87
88    <h3>Return value</h3>
89 un tableau 2 ou 3d. sans le mot cle /TOUT, sa taille est
90 celle du sous domaine definit par <a href="..//ToBeReviewed/GRILLE/domdef.html">domdef</a>(nx,ny,nz). avec /TOUT le
91 champ a la taille du  domaine qui a etait selectionne pour la
92 cession en cours (jpi,jpj,jpk).
93 pour les sous domaines cf:
94        <a href="http://www.ipsl.jussieu.fr/~smlod/sousdomaine.html">
95 Retourne -1 en cas d'erreur.
96
97
98   
99    <h3>Parameters</h3>
100   
101
102    <a name="#_lec_keyword_nomchamp"></a>
103    <h4>nomchamp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
104      <font size="-1" color="#006633">in</font>
105     
106     
107      <font size="-1" color="#006633">required</font>
108     
109     
110     
111     
112    </h4>
113
114   
115 2 choix possibles:
116             1) nom de champ Vairmer (chaine de 8 caracteres en majuscule ou
117 minuscule commencant par vo ou so). Dans cette methode on saute directement
118 d'en-tete en en-tete jusqu'a trouver le bon fichier.
119             2) chaine de caracteres commencant par vo ou so suivit du
120 numero de champ a aller chercher (par ex 'vo5'). Cette methode est un peu
121 plus rapide car elle va directement chercher le fichier qui nous interesse.
122
123   
124
125    <a name="#_lec_keyword_date"></a>
126    <h4>date&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
127      <font size="-1" color="#006633">in</font>
128     
129      <font size="-1" color="#006633">optional</font>
130     
131     
132     
133     
134     
135    </h4>
136
137   
138 nombres de 6 ou 8 chiffres (anneemoisjour, par ex:19980507)
139
140   
141
142    <a name="#_lec_keyword_nomexp"></a>
143    <h4>nomexp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
144      <font size="-1" color="#006633">in</font>
145     
146      <font size="-1" color="#006633">optional</font>
147     
148     
149     
150     
151     
152    </h4>
153
154   
155 trois lettres designant le nom de l'experience
156
157
158   
159   
160
161   
162    <h3>Keywords</h3>
163
164   
165    <a name="#_lec_keyword_ECRIT"></a>
166    <h4>ECRIT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
167      <font size="-1" color="#006633">in</font>
168     
169     
170     
171     
172     
173     
174     
175    </h4>
176
177   
178 permet d'imprimer tous les noms vairmer que contient le fichier.
179 ds ce cas en input on met seulement 'vo' ou 'so' la fonction retourne le
180 nombre de fichiers lus.
181
182   
183    <a name="#_lec_keyword_ANOM"></a>
184    <h4>ANOM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
185      <font size="-1" color="#006633">in</font>
186     
187     
188     
189     
190     
191     
192     
193    </h4>
194
195   
196 type du fichier vairmer par rapport auquel on doit calculer
197             l'anomalie ('EX','AN','SE','MO','')
198
199   
200    <a name="#_lec_keyword_BOITE"></a>
201    <h4>BOITE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
202     
203     
204     
205     
206     
207     
208     
209     
210    </h4>
211
212   
213
214   
215    <a name="#_lec_keyword_EXPANOM"></a>
216    <h4>EXPANOM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
217      <font size="-1" color="#006633">in</font>
218     
219     
220     
221     
222     
223     
224     
225    </h4>
226
227   
228 si on calcule l'anom par rapport a une exper differente
229
230   
231    <a name="#_lec_keyword_TOUT"></a>
232    <h4>TOUT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
233     
234     
235     
236     
237     
238     
239     
240     
241    </h4>
242
243   
244 oblige lec a lire le champ sur tout le domaine qui a
245       etait selectionne pour la cession en cours (jpi,jpj,jpk)
246
247   
248    <a name="#_lec_keyword_GRID"></a>
249    <h4>GRID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
250     
251     
252     
253     
254     
255     
256     
257     
258    </h4>
259
260   
261 lorsque ce mot clef est active, lec retourne la liste
262       des types de grilles (T, U...) auxquelles se rapportent les
263       variables. ds ce cas en input on met seulement 'vo' ou 'so'.
264
265   
266    <a name="#_lec_keyword_NAME"></a>
267    <h4>NAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
268     
269     
270     
271     
272     
273     
274     
275     
276    </h4>
277
278   
279 lorsque ce mot clef est active, lec retourne la liste
280       des noms des variables. ds ce cas en input on met seulement
281       'vo' ou 'so'.
282
283   
284    <a name="#_lec_keyword_filename"></a>
285    <h4>filename&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
286     
287     
288     
289     
290     
291     
292     
293     
294    </h4>
295
296   
297 string pour passer directement le nom du champ sans
298       utiliser les inputs: nom_Vairmer',date,'nom_experience'. Rq si
299       ces inputs sont qd meme donnes ils ne sont pas modifies par
300       filename.
301
302   
303   
304
305    <h3>Examples</h3><pre>
306 IDL> resultat=lec('nom_Vairmer'[,date[,'nom_experience']])
307
308    </pre><h3>Version history</h3>
309   
310    <h4>Version</h4>
311 $Id: lec.pro 327 2007-12-13 16:22:35Z pinsard $
312
313    <h4>History</h4>
314 Sebastien Masson (smasson@lodyc.jussieu.fr)
315                        26/5/98
316                       Jerome Vialard : adaptation au format vairmer
317                                        keyword anom et expanom
318                        1/7/98
319                       Sebastien Masson (masque des terres)
320                        14/8/98
321                       Sebastien Masson (decoupe pour les sous domaines...)
322                        2/99
323
324   
325
326    <h3>Known issues</h3>
327    <h4>Obsolete</h4>
328
329   
330   
331   
332
333    <h3>Other attributes</h3>
334   
335   
336    <h4>Uses routines</h4>
337 common.pro
338 isnumber.pro
339 fivardate.pro
340
341   
342   
343   
344
345    <font size="-3"><p>&nbsp;</p></font>
346    <hr size="1" color="#CCCCCC"/>
347     
348
349   
350
351    <p><font color="gray" size="-3">&nbsp;&nbsp;Produced by IDLdoc 2.0.</font></p>
352
353  </body>
354</html>
Note: See TracBrowser for help on using the repository browser.