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

Last change on this file since 402 was 402, checked in by smasson, 15 years ago

update documentation

File size: 7.9 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 2d 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    <h3>Keywords</h3>
162
163   
164    <a name="#_lec_keyword_ECRIT"></a>
165    <h4>ECRIT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
166      <font size="-1" color="#006633">in</font>
167     
168     
169     
170     
171     
172     
173     
174    </h4>
175
176   
177 permet d'imprimer tous les noms vairmer que contient le fichier.
178 ds ce cas en input on met seulement 'vo' ou 'so' la fonction retourne le
179 nombre de fichiers lus.
180
181   
182    <a name="#_lec_keyword_ANOM"></a>
183    <h4>ANOM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
184      <font size="-1" color="#006633">in</font>
185     
186     
187     
188     
189     
190     
191     
192    </h4>
193
194   
195 type du fichier vairmer par rapport auquel on doit calculer
196             l'anomalie ('EX','AN','SE','MO','')
197
198   
199    <a name="#_lec_keyword_BOITE"></a>
200    <h4>BOITE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
201     
202     
203     
204     
205     
206     
207     
208     
209    </h4>
210
211   
212
213   
214    <a name="#_lec_keyword_EXPANOM"></a>
215    <h4>EXPANOM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
216      <font size="-1" color="#006633">in</font>
217     
218     
219     
220     
221     
222     
223     
224    </h4>
225
226   
227 si on calcule l'anom par rapport a une exper differente
228
229   
230    <a name="#_lec_keyword_TOUT"></a>
231    <h4>TOUT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
232     
233     
234     
235     
236     
237     
238     
239     
240    </h4>
241
242   
243 oblige lec a lire le champ sur tout le domaine qui a
244 etait selectionne pour la cession en cours (jpi,jpj,jpk)
245
246   
247    <a name="#_lec_keyword_GRID"></a>
248    <h4>GRID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
249     
250     
251     
252     
253     
254     
255     
256     
257    </h4>
258
259   
260 lorsque ce mot clef est active, lec retourne la liste
261 des types de grilles (T, U...) auxquelles se rapportent les
262 variables. ds ce cas en input on met seulement 'vo' ou 'so'.
263
264   
265    <a name="#_lec_keyword_NAME"></a>
266    <h4>NAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
267     
268     
269     
270     
271     
272     
273     
274     
275    </h4>
276
277   
278 lorsque ce mot clef est active, lec retourne la liste
279 des noms des variables. ds ce cas en input on met seulement
280 'vo' ou 'so'.
281
282   
283    <a name="#_lec_keyword_filename"></a>
284    <h4>filename&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
285     
286     
287     
288     
289     
290     
291     
292     
293    </h4>
294
295   
296 string pour passer directement le nom du champ sans
297 utiliser les inputs: nom_Vairmer',date,'nom_experience'. Rq si
298 ces inputs sont qd meme donnes ils ne sont pas modifies par
299 filename.
300
301   
302   
303
304    <h3>Examples</h3><pre>
305
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 378 2008-08-12 12:35:46Z 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 <a href="..//Obsolete/common.html">common</a>
338 <a href="..//ToBeReviewed/STRING/isnumber.html">isnumber</a>
339 <a href="..//Obsolete/ficdate.html">ficdate</a>
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.