source: trunk/SRC/Documentation/idldoc_html_output/idldoc-index-GH.html @ 338

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

update documentation

File size: 30.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<!-- full-index-begin.tt needs structure with the following fields:
6       letters : array of structures { letter:'', url:'' }
7       version : IDLdoc version
8       date : string containing date of file creation
9       embed : 0 for link to CSS, 1 for embed CSS
10       css_location : if embed then string filename of CSS file location, o/w href to CSS file
11       overview_comments : general comments in the overview file, if any
12       ndirs : number of directories
13       dirs : array of structures with fields { name:'', url:'', parity:'', comment:'' }
14       navbar_filename : filename of navbar template
15       footer : filename of footer file to include
16       tagline_filename : filename of tagline template
17     Plus fields needed by the templates: navbar, tagline
18-->
19
20<!-- full-index-letter.tt needs structure with the following fields:
21       letter : letter as a string
22       items : array of structure { name:'', url:'', description:'' }
23-->
24
25<!-- full-index-end.tt needs structure with the following fields:
26       version : IDLdoc version
27       date : string containing date of file creation
28       embed : 0 for link to CSS, 1 for embed CSS
29       css_location : if embed then string filename of CSS file location, o/w href to CSS file
30       overview_comments : general comments in the overview file, if any
31       ndirs : number of directories
32       dirs : array of structures with fields { name:'', url:'', parity:'', comment:'' }
33       navbar_filename : filename of navbar template
34       footer : filename of footer file to include
35       tagline_filename : filename of tagline template
36     Plus fields needed by the templates: navbar, tagline
37-->
38
39<!-- Generated by IDLdoc 2.0 -->
40
41<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
42  <head>
43    <title>Index (SAXO Documentation)</title>
44<style type="text/css" media="all">
45p.preformat {
46  font-family: Courier;
47}
48</style>
49
50   
51    <style type="text/css" media="all">
52         
53/* CSS for all files which appear in the "main" viewing area: overview,
54   directory overviews, warnings, index, search, pro files, source
55   code, help, and etc files. */
56
57/* Link styles --------------------------------------------------------------- */
58
59a { text-decoration: none; }
60
61a:link, a:visited { 
62  color: #660000; 
63  border-bottom: 1px dotted #C0C0F0;   
64}
65
66a:hover, a:focus { 
67  color: #993333; 
68  background: #FFFFCC; 
69  border-bottom: 1px dotted #303099; 
70}
71
72
73/* Main styles --------------------------------------------------------------- */
74p.preformat {
75  font-family: Courier;
76}
77p.preformat {
78  font-family: Courier;
79}
80p.preformat {
81  font-family: Courier;
82}
83p.preformat {
84  font-family: Courier;
85}
86p.preformat {
87  font-family: Courier;
88}
89p.preformat {
90  font-family: Courier;
91}
92p.preformat {
93  font-family: Courier;
94}
95
96body {
97  margin: 0;
98  padding: 0;
99  font-size: 10pt;
100  font-family: Verdana, Helvetica, Arial, sans-serif;
101  background-color: #FFFFFF;
102}
103
104p {
105  margin-top: 0.5em;
106  margin-bottom: 0;
107}
108
109#container { margin: 1em; }
110
111code.section { white-space: pre; }
112
113pre.snippet {
114  margin-left: 5%;
115  background: #F0F0F0;
116  border: 1px dashed #999999;
117  width: 43em;
118  padding: 0.5em 0.5em 0.5em 0.5em;
119  white-space: pre;
120}
121
122/* Navbar styles ------------------------------------------------------------- */
123
124#navbar_title {
125  color: #000033;
126  background-color: #F0F0FF;
127  font-family: Arial, Helvetica, sans-serif;
128  padding: 20px 30px;
129  border-bottom: 1px solid #000033;
130}
131
132#navbar_title * {
133  margin: 0;
134  padding: 0;
135}
136
137#navbar_title h1 {
138  letter-spacing: 0.1em;
139  font-variant: small-caps;
140  font-size: 250%;
141  text-indent: -1em;
142  padding-left: 1em; 
143}
144
145#navbar_title h2 {
146  font-size: 110%;
147  font-weight: normal;
148  color: #333399;
149}
150
151#main_navbar table {
152  width: 100%;
153  border-bottom: 1px solid #666699;
154}
155
156#main_navbar td {
157  background: #CCCCFF;
158  font-size: 80%;
159  font-weight: bold;
160  font-family: Arial, Helvetica, sans-serif;
161  border-top: 3px solid #CCCCFF;
162  border-bottom: 3px solid #CCCCFF;
163  padding-left: 6px;
164  padding-right: 6px;
165  margin: 0;
166}
167
168#main_navbar td#selected {
169  background: #CCCCFF;
170  font-size: 80%;
171  font-weight: bold;
172  font-family: Arial, Helvetica, sans-serif;
173  border-top: 3px solid #333399;
174  border-bottom: 3px solid #CCCCFF;
175  padding-left: 6px;
176  padding-right: 6px;
177  margin: 0;
178}
179
180#main_navbar td#flexible {
181  width: 100%;
182  text-align: right;
183  padding-right: 1em;
184  background: #CCCCFF;
185  font-size: 70%;
186  font-weight: normal;
187  font-family: Arial, Helvetica, sans-serif;
188  text-transform: uppercase;
189  border-top: 3px solid #CCCCFF;
190  border-bottom: 3px solid #CCCCFF;
191}
192
193#main_navbar a:link, #main_navbar a:visited { color: #660000; border: 0; }
194
195#main_navbar a:hover, #main_navbar a:focus {
196  color: #FFFF66;
197  background: #CCCCFF;
198  border-bottom: 1px none #606099; 
199  border: 0;
200}
201
202#secondary_navbar {
203  font-size: 80%;
204  font-weight: normal;
205  font-family: Arial, Helvetica, sans-serif;
206  margin-top: 4px;
207  margin-left: 20px;
208  white-space: nowrap;
209}
210
211
212/* Tagline and footer styles ------------------------------------------------- */
213
214div#tagline {
215  margin-top: 6px;
216  border-top: 1px dotted lightsteelblue;
217  padding-top: 6px;
218  font-size: 66%;
219  font-style: italic;
220}
221
222div#footer {
223  margin-top: 6px;
224  border-top: 1px dotted lightsteelblue;
225  padding-top: 6px;
226  font-size: 66%;
227  font-style: italic;
228}
229
230/* Basic data presenation styles -------------------------------------------- */
231
232.index_letter { 
233  font-size: 300%;
234  font-weight: bold;
235  color: #000066; 
236  margin: 0.5em 0 0 -0.1em;
237}
238
239h1, h2, h3, h4 {
240  font-weight: normal;
241  color: #3333CC;
242}
243
244h1 {
245  padding-top: 0.75em;
246  font-size: 160%;
247}
248
249h2 {
250  padding-top: 1em;
251  font-size: 120%;
252  }
253
254h3 {
255  padding-top: 0.75em;
256  margin-bottom: 0.25em;
257  font-size: 100%;
258}
259
260h4 {
261  padding: 0;
262  margin: 0.5em 0 0 0;
263  font-size: 80%;
264}
265
266table.basic {
267  empty-cells: show;
268  margin: 1.5em 1em 0 1em;
269  border: 1px dotted #CFCFFF;
270  font-size: 80%;
271}
272
273table.basic th {
274  background-color: #F0F0FF;
275  font-weight: bold;
276  text-align: left;
277  padding: 4px 1em 4px 4px;
278  border-bottom: 1px dotted #666699;
279}
280
281table.basic td {
282  vertical-align: top;
283  padding: 4px 1em 4px 4px;
284}
285
286dd {
287  margin-bottom: 0.25em;
288  font-size: 80%;
289}
290
291
292/* Warnings styles ----------------------------------------------------------- */
293
294
295#todo dl, #bugs dl { 
296  margin: 0 0 0 1.5em;
297  font-size: 80%;
298}
299
300#todo dd, #bugs dd { 
301  margin-left: 3em; 
302  font-size: 100%;
303}
304
305#undoc table, #obsolete table, #statistics table {
306  width: 80%;
307  margin-left: 2em;
308}
309
310#undoc td, #obsolete td, #statistics td { 
311  padding: 0 0 0 0;
312  font-size: 80%;
313  white-space: nowrap;
314}
315
316#undoc td.docroutine, #obsolete td.obsroutine, #statistics td.statroutine { width: 50%; }
317
318#undoc td.docstat, #statistics td.stat { 
319  width: 50%;
320  text-align: right;
321}
322
323#undoc td.partialdoc, #statistics td.caution { color: #CC6600; }
324
325#undoc td.notdoc, #statistics td.warning { color: #993333; }
326
327/* File + routine styles ----------------------------------------------------- */
328
329h1.directory { 
330  padding: 1em 0 0 0;
331  margin: 0;
332  font-size: 66%;
333}
334
335h1.directory a { border-bottom: 0; }
336
337h2.pro_file { 
338  padding: 0;
339  margin: 0;
340  font-size: 140%;
341}
342
343div#file_attr {
344  padding: 0 1em 0 1em;
345  margin: 1em;
346  background: #F6F6F6;
347  border: 1px dotted #999999;
348}
349
350div#file_attr dt {
351  font-size: 80%;
352  font-weight: bold;
353}
354
355div#file_attr dd {
356  font-size: 80%;
357}
358
359div#class_diagram { 
360  padding: 1em 0 1em 0; 
361  white-space: pre;
362  font-family: 'Courier New';
363}
364
365table#sav_attr { 
366  font-size: 90%; 
367  margin: 1em; 
368  padding: 1em 1em 1em 1em;
369  background: #F6F6F6;
370  border: 1px dotted #999999;
371}
372
373table#sav_attr th { text-align: left; }
374
375table#sav_attr td { vertical-align: top; padding-right: 2em; }
376
377table#sav_attr td.value { width: 20em; padding-right: 0em; font-style: italic; }
378
379p.sav_warning { margin-left: 4em; font-family: 80%; }
380
381table.variables { 
382  font-family: 'Courier New', monospace; 
383  font-size: 80%; 
384  text-indent: -2em; 
385  padding-left: 2em; 
386}
387
388table.variables td.image { width: 64px; }
389
390div#file_comments { white-space: pre; white-space: pre; white-space: pre; white-space: pre; white-space: pre; white-space: pre; white-space: pre; white-space: pre; white-space: pre; white-space: pre; white-space: pre; white-space: pre; white-space: pre; white-space: pre; white-space: pre; white-space: pre; white-space: pre; white-space: pre; white-space: pre; white-space: pre; white-space: pre; 
391  margin: 2em;
392  font-size: 80%;
393}
394
395
396div.field_summary {
397  padding: 0 1em 0 1em;
398  margin: 1em;
399  background: #FFFFF0;
400  border: 1px dotted #C0C000;
401}
402
403div#routine_summary { 
404  padding: 0 1em 0 1em;
405  margin: 1em;
406  background: #F0F0FF;
407  border: 1px dotted #9999FF;
408}
409
410div.field_summary h2, div#routine_summary h2 { 
411  padding: 0.5em 0 0 0;
412  margin: 0;
413}
414
415div.field_summary table, div.field_summary p { 
416  margin: 1em 1em;
417}
418
419div.field_summary td.name { 
420  vertical-align: top;
421  padding-bottom: 0.25em;
422  color: #3333CC;
423}
424
425div.field_summary span.field_type { 
426  font-weight: normal;
427  font-size: 80%;
428  color: black;
429}
430
431div.field_summary td.comments { 
432  vertical-align: top;
433  padding-left: 2em;
434  font-size: 80%;
435}
436
437p.commaList { 
438  margin: 1em 1em 1em 1em;
439}
440
441span.warning { 
442  color: #CC6633;
443  font-weight: bold;
444  font-size: 66%;
445  text-transform: uppercase;
446}
447
448span.categories { 
449  color: #006633;
450  font-weight: bold;
451  font-size: 66%;
452  text-transform: uppercase;
453}
454
455span.undoc { 
456  color: #FF6633;
457  font-weight: bold;
458  font-size: 80%;
459  text-transform: uppercase;
460}
461
462span.attr { 
463  color: #006633;
464  font-weight: bold;
465  font-size: 80%;
466  text-transform: uppercase;
467}
468
469span.value { 
470  color: #006633;
471  font-weight: normal;
472  text-transform: none;
473}
474
475a.top { 
476  font-weight: bold;
477  font-size: 66%;
478  text-transform: uppercase;
479  float: right;
480}
481
482span.result { 
483  font-family: Verdana, Arial, Helvetica, sans-serif;
484  font-style: italic;
485  font-size: 80%;
486}
487
488div#routine_summary p, div.routine_details p.header { 
489  padding-top: 0.5em;
490  margin-left: 1.5em;
491  text-indent: -1.5em;
492  font-family: 'Courier New', monospace;
493}
494
495div.routine_details { 
496  padding: 0.5em 1em 0.5em 1em;
497  margin: 1em;
498  border: 1px dotted #CCCCCC;
499}
500
501div.routine_details h2 { 
502  padding-top: 0;
503  margin-top: 0;
504}
505
506div.routine_details div.value { 
507  margin: 0 1em 0 1em;
508  font-size: 80%;
509}
510
511div.routine_details div.comments { 
512  font-size: 80%;
513  margin: 0.75em 1em 1em 1em;
514}
515
516div.routine_details div.preformat { 
517  white-space: pre;
518}
519
520table.statistics { 
521  font-size: 80%;
522  margin-left: 1em;
523}
524
525table.statistics td { 
526  padding: 0 2em 0 0;
527}
528
529/* Overview styles ----------------------------------------------------------- */
530
531div.overview { 
532  width: 100%;
533  margin-top: 1em;
534  clear: both;
535}
536
537div.overview table {
538  empty-cells: show;
539  font-size: 90%;
540  margin: 1em 1em 1em 1em;
541  padding: 1em 0.5em 1em 0.5em;
542  background: #F6F6F6;
543  border: 1px dotted #999999;
544}
545
546div.overview td {
547  padding: 3px 1em 3px 1em;
548}
549
550div.overview td.dir {
551  width: 1%;
552  vertical-align: top;
553  text-align: right;
554  padding-right: 1em;
555}
556
557
558/* Navigation list styles for tree structures -------------------------------- */
559
560#tree {
561  text-align: left;
562  font-size: 90%;
563  margin: 0.75em 0 0.75em 0;
564  padding: 0;
565}
566
567#tree ul {
568  text-align: left;
569  margin: 0;
570  padding: 0;
571}
572
573#tree li {
574  margin: 0 0 0 15px;
575  padding: 0;
576  list-style-type: none;
577}
578
579#tree .symbols {
580  float: left;
581  width: 12px;
582  height: 1em;
583  padding-left: 4px;
584  background-position: 0 100%;
585  background-repeat: no-repeat;
586}
587
588/* Search styles ------------------------------------------------------------- */
589
590input.writein { 
591  padding-left: 0.5em;
592  border: 1px solid #CCCCCC;
593  font-family: 'Courier New';
594  background: #FFFFF3;
595}
596
597#search form { 
598  margin-left: 2em;
599}
600
601#search table { 
602  margin: 1em 1em 0 2em;
603  padding: 1em 2em 1em 2em;
604  background: #F6F6F6;
605  border: 1px dotted #999999;
606}
607
608#search tr { 
609  text-align: center;
610}
611
612#search td { 
613  font-size: 80%; 
614  text-align: left;
615}
616
617#search td * { 
618  vertical-align: middle;
619}
620
621#search p { 
622  font-size: 66%;
623  margin: 0 3em 2em 3em;
624}
625
626/* Help styles --------------------------------------------------------------- */
627
628div.toc { 
629  padding: 0 1em 0 1em;
630  margin: 1em;
631  background: #F0F0FF;
632  border: 1px dotted #9999FF; 
633  width: 19em;
634}
635
636div.right { 
637  float: right;
638  width: 22em;
639}
640
641ol.toc { 
642  list-style-type: upper-roman;
643}
644
645ol.toc ol { 
646  padding-left: 3em;
647  margin-left: 0;
648  list-style-type: lower-alpha;
649}
650
651dl.variables dt { font-size: 80%; }
652dl.variables dd { margin-bottom: 0.5em; }
653
654    </style>   
655    <style type="text/css" media="print">
656         #navbar_title { 
657  background-color: #FFFFFF; 
658}
659
660#main_navbar td {
661  background: #FFFFFF;
662  border-top: 0.25em solid #FFFFFF;
663  border-bottom: 0.25em solid #FFFFFF;
664}
665
666#main_navbar td#selected {
667  background: #FFFFFF;
668  border-top: 0.25em solid #333399;
669  border-bottom: 0.25em solid #FFFFFF;
670}
671
672#main_navbar td#flexible {
673  background: #FFFFFF;
674  border-top: 0.25em solid #FFFFFF;
675  border-bottom: 0.25em solid #FFFFFF;
676}
677
678#secondary_navbar {
679  display: none;
680}
681
682    </style>
683   
684
685    <script type="text/javascript">
686      function setTitle() {
687        parent.document.title="Index (SAXO Documentation)";
688      }
689    </script>
690  </head>
691
692  <body onload="setTitle();">
693
694    <div id="navbar_title">
695  <h1>SAXO Documentation</h1>
696</div>
697
698
699<div id="main_navbar">
700
701  <table cellspacing="0">
702    <tr>
703     
704      <td><a href="overview.html?format=raw" title="Overview of library">Overview</a></td>
705     
706
707     
708      <td >Directory</td>
709     
710
711     
712      <td><a href="idldoc-categories.html?format=raw" title="Browse library by category">Categories</a></td>
713     
714
715     
716      <td id="selected">Index</td>
717     
718
719     
720      <td><a href="search-page.html?format=raw" title="Search library">Search</a></td>
721     
722
723      <td >File</td>
724
725     
726      <td><a href=".//idldoc-index-GH.pro?format=raw" title="Source code of a file">Source</a></td>
727     
728
729     
730      <td><a href="idldoc-help.html?format=raw" title="Help on IDLdoc">Help</a></td>
731     
732
733      <td >Etc</td>
734
735      <td id="flexible">Developer&nbsp;documentation</td>
736    </tr>
737  </table>
738
739</div>
740
741<div id="secondary_navbar">
742
743&lt;&lt; prev file | next file &gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="idldoc-index-GH.html?format=raw" 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: routine
744
745</div>
746
747
748    <div id="container">
749
750      <h1>Index</h1>
751
752     
753      <a href="idldoc-index.html?format=raw#_A">A</a>
754     
755      <a href="idldoc-index-B.html?format=raw#_B">B</a>
756     
757      <a href="idldoc-index-C.html?format=raw#_C">C</a>
758     
759      <a href="idldoc-index-D.html?format=raw#_D">D</a>
760     
761      <a href="idldoc-index-E.html?format=raw#_E">E</a>
762     
763      <a href="idldoc-index-F.html?format=raw#_F">F</a>
764     
765      <a href="idldoc-index-GH.html?format=raw#_G">G</a>
766     
767      <a href="idldoc-index-GH.html?format=raw#_H">H</a>
768     
769      <a href="idldoc-index-I.html?format=raw#_I">I</a>
770     
771      <a href="idldoc-index-JK.html?format=raw#_J">J</a>
772     
773      <a href="idldoc-index-JK.html?format=raw#_K">K</a>
774     
775      <a href="idldoc-index-L.html?format=raw#_L">L</a>
776     
777      <a href="idldoc-index-M.html?format=raw#_M">M</a>
778     
779      <a href="idldoc-index-N.html?format=raw#_N">N</a>
780     
781      <a href="idldoc-index-O.html?format=raw#_O">O</a>
782     
783      <a href="idldoc-index-P.html?format=raw#_P">P</a>
784     
785      <a href="idldoc-index-Q.html?format=raw#_Q">Q</a>
786     
787      <a href="idldoc-index-R.html?format=raw#_R">R</a>
788     
789      <a href="idldoc-index-S.html?format=raw#_S">S</a>
790     
791      <a href="idldoc-index-T.html?format=raw#_T">T</a>
792     
793      <a href="idldoc-index-U.html?format=raw#_U">U</a>
794     
795      <a href="idldoc-index-V.html?format=raw#_V">V</a>
796     
797      <a href="idldoc-index-W.html?format=raw#_W">W</a>
798     
799      <a href="idldoc-index-X.html?format=raw#_X">X</a>
800     
801      <a href="idldoc-index-Y.html?format=raw#_Y">Y</a>
802     
803      <a href="idldoc-index-Z.html?format=raw#_Z">Z</a>
804     
805      <a href="idldoc-index-_.html?format=raw#__">_</a>
806            <h5 id="_G" class="index_letter">G</h5>
807      <dl>
808       
809        <dt><a href="./Interpolation/spl_keep_mean.html?format=raw#_spl_keep_mean">GE0</a></dt>
810        <dd>a keyword from the routine spl_keep_mean</dd>
811       
812        <dt><a href="./Obsolete/meshlec.html?format=raw#_meshlec">GETDIMENSIONS</a></dt>
813        <dd>a keyword from the routine meshlec</dd>
814       
815        <dt><a href="./Grid/ncdf_meshread.html?format=raw#_ncdf_meshread">GETDIMENSIONS</a></dt>
816        <dd>a keyword from the routine ncdf_meshread</dd>
817       
818        <dt><a href="./Colors/lct.html?format=raw#_lct">GET_NAME</a></dt>
819        <dd>a keyword from the routine lct</dd>
820       
821        <dt><a href="./ToBeReviewed/CALCULS/hdyn.html?format=raw#_hdyn">GILL</a></dt>
822        <dd>a keyword from the routine hdyn</dd>
823       
824        <dt><a href="./Grid/computegrid.html?format=raw#_computegrid">GLAMBOUNDARY</a></dt>
825        <dd>a keyword from the routine computegrid</dd>
826       
827        <dt><a href="./Grid/ncdf_meshread.html?format=raw#_ncdf_meshread">GLAMBOUNDARY</a></dt>
828        <dd>a keyword from the routine ncdf_meshread</dd>
829       
830        <dt><a href="./Obsolete/meshlec.html?format=raw#_meshlec">GLAMBOUNDARY</a></dt>
831        <dd>a keyword from the routine meshlec</dd>
832       
833        <dt><a href="./Calendar/date2jul.html?format=raw#_date2jul">GRADS</a></dt>
834        <dd>a keyword from the routine date2jul</dd>
835       
836        <dt><a href="./Obsolete/vraidate.html?format=raw#_vraidate">GRADS</a></dt>
837        <dd>a keyword from the routine vraidate</dd>
838       
839        <dt><a href="./ToBeReviewed/LECTURE/read_ncdf.html?format=raw#_read_ncdf">GRID</a></dt>
840        <dd>a keyword from the routine read_ncdf</dd>
841       
842        <dt><a href="./ToBeReviewed/LECTURE/litchamp.html?format=raw#_litchamp">GRID</a></dt>
843        <dd>a keyword from the routine litchamp</dd>
844       
845        <dt><a href="./ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.html?format=raw#_scanfile">GRID</a></dt>
846        <dd>a keyword from the routine scanfile</dd>
847       
848        <dt><a href="./Obsolete/lec.html?format=raw#_lec">GRID</a></dt>
849        <dd>a keyword from the routine lec</dd>
850       
851        <dt><a href="./ToBeReviewed/PLOTS/DESSINE/plt.html?format=raw#_plt">GRIDTYPE</a></dt>
852        <dd>a keyword from the routine plt</dd>
853       
854        <dt><a href="./ToBeReviewed/GRILLE/domdef.html?format=raw#_domdef">GRIDTYPE</a></dt>
855        <dd>a keyword from the routine domdef</dd>
856       
857        <dt><a href="./Obsolete/nlecmois.html?format=raw#_nlecmois">GRILLE</a></dt>
858        <dd>a keyword from the routine nlecmois</dd>
859       
860        <dt><a href="./Obsolete/nlec.html?format=raw#_nlec">GRILLE</a></dt>
861        <dd>a keyword from the routine nlec</dd>
862       
863        <dt><a href="./Obsolete/nlec5j.html?format=raw#_nlec5j">GRILLE</a></dt>
864        <dd>a keyword from the routine nlec5j</dd>
865       
866        <dt><a href="./Obsolete/nlecan.html?format=raw#_nlecan">GRILLE</a></dt>
867        <dd>a keyword from the routine nlecan</dd>
868       
869        <dt><a href="./Obsolete/nlecsaison.html?format=raw#_nlecsaison">GRILLE</a></dt>
870        <dd>a keyword from the routine nlecsaison</dd>
871       
872        <dt><a href="./Obsolete/nlecserie.html?format=raw#_nlecserie">GRILLE</a></dt>
873        <dd>a keyword from the routine nlecserie</dd>
874       
875        <dt><a href="./Colors/xlct.html?format=raw#_xlct">GROUP</a></dt>
876        <dd>a keyword from the routine xlct</dd>
877       
878        <dt><a href="./ToBeReviewed/LECTURE/xncdf_lec.html?format=raw#_xncdf_lec">GROUP</a></dt>
879        <dd>a keyword from the routine xncdf_lec</dd>
880       
881        <dt><a href="./Colors/xpal.html?format=raw#_xpal">GROUP</a></dt>
882        <dd>a keyword from the routine xpal</dd>
883       
884        <dt><a href="./ReadWrite/idl-NetCDF/ncdf_read.html?format=raw#_ncdf_read">gatts</a></dt>
885        <dd>a parameter from the routine ./ReadWrite/idl-NetCDF/ncdf_read</dd>
886       
887        <dt><a href="./Interpolation/angle.html?format=raw#_angle">gcost</a></dt>
888        <dd>a parameter from the routine ./Interpolation/angle</dd>
889       
890        <dt><a href="./Interpolation/angle.html?format=raw#_angle">gcosu</a></dt>
891        <dd>a parameter from the routine ./Interpolation/angle</dd>
892       
893        <dt><a href="./Interpolation/angle.html?format=raw#_angle">gcosv</a></dt>
894        <dd>a parameter from the routine ./Interpolation/angle</dd>
895       
896        <dt><a href="./ReadWrite/readoldoparestart.html?format=raw#_readoldoparestart">gcx</a></dt>
897        <dd>a keyword from the routine readoldoparestart</dd>
898       
899        <dt><a href="./ReadWrite/readoldoparestart.html?format=raw#_readoldoparestart">gcxb</a></dt>
900        <dd>a keyword from the routine readoldoparestart</dd>
901       
902        <dt><a href="./ToBeReviewed/GRILLE/grille.html?format=raw#_grille">gdep</a></dt>
903        <dd>a parameter from the routine ./ToBeReviewed/GRILLE/grille</dd>
904       
905        <dt><a href="./ToBeReviewed/GRILLE/decoupeterre.html?format=raw#_decoupeterre">gdep</a></dt>
906        <dd>a parameter from the routine ./ToBeReviewed/GRILLE/decoupeterre</dd>
907       
908        <dt><a href="./ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html?format=raw#_get_cal_value">get_cal_value</a></dt>
909        <dd>a function from the file cw_calendar.pro</dd>
910       
911        <dt><a href="./ToBeReviewed/UTILITAIRE/get_extra.html?format=raw#_get_extra">get_extra</a></dt>
912        <dd>a function from the file get_extra.pro</dd>
913       
914        <dt><a href="ToBeReviewed/UTILITAIRE/get_extra.html?format=raw">get_extra.pro</a></dt>
915        <dd>a file from the directory ./ToBeReviewed/UTILITAIRE</dd>
916       
917        <dt><a href="./Interpolation/get_gridparams.html?format=raw#_get_gridparams">get_gridparams</a></dt>
918        <dd>a procedure from the file get_gridparams.pro</dd>
919       
920        <dt><a href="Interpolation/get_gridparams.html?format=raw">get_gridparams.pro</a></dt>
921        <dd>a file from the directory ./Interpolation</dd>
922       
923        <dt><a href="./Colors/getcolor.html?format=raw#_getcolor">getcolor</a></dt>
924        <dd>a function from the file getcolor.pro</dd>
925       
926        <dt><a href="Colors/getcolor.html?format=raw">getcolor.pro</a></dt>
927        <dd>a file from the directory ./Colors</dd>
928       
929        <dt><a href="./buildinit.html?format=raw#_getdir">getdir</a></dt>
930        <dd>a function from the file buildinit.pro</dd>
931       
932        <dt><a href="./ToBeReviewed/STRING/getfile.html?format=raw#_getfile">getfile</a></dt>
933        <dd>a function from the file getfile.pro</dd>
934       
935        <dt><a href="ToBeReviewed/STRING/getfile.html?format=raw">getfile.pro</a></dt>
936        <dd>a file from the directory ./ToBeReviewed/STRING</dd>
937       
938        <dt><a href="./ToBeReviewed/STRING/getwrd.html?format=raw#_getwrd">getwrd</a></dt>
939        <dd>a function from the file getwrd.pro</dd>
940       
941        <dt><a href="ToBeReviewed/STRING/getwrd.html?format=raw">getwrd.pro</a></dt>
942        <dd>a file from the directory ./ToBeReviewed/STRING</dd>
943       
944        <dt><a href="./ToBeReviewed/PLOTS/DESSINE/pltz.html?format=raw#_pltz">givenmax</a></dt>
945        <dd>a parameter from the routine ./ToBeReviewed/PLOTS/DESSINE/pltz</dd>
946       
947        <dt><a href="./ToBeReviewed/PLOTS/DESSINE/pltt.html?format=raw#_pltt">givenmax</a></dt>
948        <dd>a parameter from the routine ./ToBeReviewed/PLOTS/DESSINE/pltt</dd>
949       
950        <dt><a href="./ToBeReviewed/PLOTS/DESSINE/pltz.html?format=raw#_pltz">givenmin</a></dt>
951        <dd>a parameter from the routine ./ToBeReviewed/PLOTS/DESSINE/pltz</dd>
952       
953        <dt><a href="./ToBeReviewed/PLOTS/DESSINE/pltt.html?format=raw#_pltt">givenmin</a></dt>
954        <dd>a parameter from the routine ./ToBeReviewed/PLOTS/DESSINE/pltt</dd>
955       
956        <dt><a href="./ToBeReviewed/PLOTS/DESSINE/pltt.html?format=raw#_pltt">giventype</a></dt>
957        <dd>a parameter from the routine ./ToBeReviewed/PLOTS/DESSINE/pltt</dd>
958       
959        <dt><a href="./ToBeReviewed/PLOTS/DESSINE/pltz.html?format=raw#_pltz">giventype</a></dt>
960        <dd>a parameter from the routine ./ToBeReviewed/PLOTS/DESSINE/pltz</dd>
961       
962        <dt><a href="./ToBeReviewed/PLOTS/DIVERS/givewindowsize.html?format=raw#_givewindowsize">givewindowsize</a></dt>
963        <dd>a function from the file givewindowsize.pro</dd>
964       
965        <dt><a href="ToBeReviewed/PLOTS/DIVERS/givewindowsize.html?format=raw">givewindowsize.pro</a></dt>
966        <dd>a file from the directory ./ToBeReviewed/PLOTS/DIVERS</dd>
967       
968        <dt><a href="./ToBeReviewed/PLOTS/DIVERS/determineminmax.html?format=raw#_determineminmax">glam</a></dt>
969        <dd>a parameter from the routine ./ToBeReviewed/PLOTS/DIVERS/determineminmax</dd>
970       
971        <dt><a href="./ToBeReviewed/TRIANGULATION/ciseauxtri.html?format=raw#_ciseauxtri">glam</a></dt>
972        <dd>a parameter from the routine ./ToBeReviewed/TRIANGULATION/ciseauxtri</dd>
973       
974        <dt><a href="./ToBeReviewed/GRILLE/grille.html?format=raw#_grille">glam</a></dt>
975        <dd>a parameter from the routine ./ToBeReviewed/GRILLE/grille</dd>
976       
977        <dt><a href="./ToBeReviewed/GRILLE/decoupeterre.html?format=raw#_decoupeterre">glam</a></dt>
978        <dd>a parameter from the routine ./ToBeReviewed/GRILLE/decoupeterre</dd>
979       
980        <dt><a href="./ToBeReviewed/PLOTS/DIVERS/axis4pltz.html?format=raw#_axis4pltz">glam</a></dt>
981        <dd>a parameter from the routine ./ToBeReviewed/PLOTS/DIVERS/axis4pltz</dd>
982       
983        <dt><a href="./ToBeReviewed/TRIANGULATION/section.html?format=raw#_section">glamaxe</a></dt>
984        <dd>a parameter from the routine ./ToBeReviewed/TRIANGULATION/section</dd>
985       
986        <dt><a href="./ToBeReviewed/GRILLE/tracegrille.html?format=raw#_tracegrille">glamin</a></dt>
987        <dd>a parameter from the routine ./ToBeReviewed/GRILLE/tracegrille</dd>
988       
989        <dt><a href="./ToBeReviewed/GRILLE/grille.html?format=raw#_grille">gphi</a></dt>
990        <dd>a parameter from the routine ./ToBeReviewed/GRILLE/grille</dd>
991       
992        <dt><a href="./ToBeReviewed/GRILLE/decoupeterre.html?format=raw#_decoupeterre">gphi</a></dt>
993        <dd>a parameter from the routine ./ToBeReviewed/GRILLE/decoupeterre</dd>
994       
995        <dt><a href="./ToBeReviewed/PLOTS/DIVERS/axis4pltz.html?format=raw#_axis4pltz">gphi</a></dt>
996        <dd>a parameter from the routine ./ToBeReviewed/PLOTS/DIVERS/axis4pltz</dd>
997       
998        <dt><a href="./ToBeReviewed/PLOTS/DIVERS/determineminmax.html?format=raw#_determineminmax">gphi</a></dt>
999        <dd>a parameter from the routine ./ToBeReviewed/PLOTS/DIVERS/determineminmax</dd>
1000       
1001        <dt><a href="./ToBeReviewed/TRIANGULATION/ciseauxtri.html?format=raw#_ciseauxtri">gphi</a></dt>
1002        <dd>a parameter from the routine ./ToBeReviewed/TRIANGULATION/ciseauxtri</dd>
1003       
1004        <dt><a href="./ToBeReviewed/TRIANGULATION/section.html?format=raw#_section">gphiaxe</a></dt>
1005        <dd>a parameter from the routine ./ToBeReviewed/TRIANGULATION/section</dd>
1006       
1007        <dt><a href="./ToBeReviewed/GRILLE/tracegrille.html?format=raw#_tracegrille">gphiin</a></dt>
1008        <dd>a parameter from the routine ./ToBeReviewed/GRILLE/tracegrille</dd>
1009       
1010        <dt><a href="./Computation/grad.html?format=raw#_grad">grad</a></dt>
1011        <dd>a function from the file grad.pro</dd>
1012       
1013        <dt><a href="Computation/grad.html?format=raw">grad.pro</a></dt>
1014        <dd>a file from the directory ./Computation</dd>
1015       
1016        <dt><a href="./ToBeReviewed/COULEURS/palit.html?format=raw#_palit">green</a></dt>
1017        <dd>a parameter from the routine ./ToBeReviewed/COULEURS/palit</dd>
1018       
1019        <dt><a href="./ToBeReviewed/GRILLE/grille.html?format=raw#_grille">grille</a></dt>
1020        <dd>a procedure from the file grille.pro</dd>
1021       
1022        <dt><a href="ToBeReviewed/GRILLE/grille.html?format=raw">grille.pro</a></dt>
1023        <dd>a file from the directory ./ToBeReviewed/GRILLE</dd>
1024       
1025        <dt><a href="./ToBeReviewed/CALCULS/grossemoyenne.html?format=raw#_grossemoyenne">grossemoyenne</a></dt>
1026        <dd>a function from the file grossemoyenne.pro</dd>
1027       
1028        <dt><a href="ToBeReviewed/CALCULS/grossemoyenne.html?format=raw">grossemoyenne.pro</a></dt>
1029        <dd>a file from the directory ./ToBeReviewed/CALCULS</dd>
1030       
1031        <dt><a href="./Interpolation/angle.html?format=raw#_angle">gsint</a></dt>
1032        <dd>a parameter from the routine ./Interpolation/angle</dd>
1033       
1034        <dt><a href="./Interpolation/angle.html?format=raw#_angle">gsinu</a></dt>
1035        <dd>a parameter from the routine ./Interpolation/angle</dd>
1036       
1037        <dt><a href="./Interpolation/angle.html?format=raw#_angle">gsinv</a></dt>
1038        <dd>a parameter from the routine ./Interpolation/angle</dd>
1039       
1040      </dl>      <h5 id="_H" class="index_letter">H</h5>
1041      <dl>
1042       
1043        <dt><a href="./ToBeReviewed/STRING/strtok.html?format=raw#_strtok">HELP</a></dt>
1044        <dd>a keyword from the routine strtok</dd>
1045       
1046        <dt><a href="./Textoidl/matchdelim.html?format=raw#_matchdelim">HELP</a></dt>
1047        <dd>a keyword from the routine matchdelim</dd>
1048       
1049        <dt><a href="./Textoidl/nexttok.html?format=raw#_nexttok">HELP</a></dt>
1050        <dd>a keyword from the routine nexttok</dd>
1051       
1052        <dt><a href="./Textoidl/showtex.html?format=raw#_showtex">HELP</a></dt>
1053        <dd>a keyword from the routine showtex</dd>
1054       
1055        <dt><a href="./Textoidl/str_token.html?format=raw#_str_token">HELP</a></dt>
1056        <dd>a keyword from the routine str_token</dd>
1057       
1058        <dt><a href="./Textoidl/strcnt.html?format=raw#_strcnt">HELP</a></dt>
1059        <dd>a keyword from the routine strcnt</dd>
1060       
1061        <dt><a href="./Textoidl/strtrans.html?format=raw#_strtrans">HELP</a></dt>
1062        <dd>a keyword from the routine strtrans</dd>
1063       
1064        <dt><a href="./Textoidl/textable.html?format=raw#_textable">HELP</a></dt>
1065        <dd>a keyword from the routine textable</dd>
1066       
1067        <dt><a href="./Textoidl/textoidl.html?format=raw#_textoidl">HELP</a></dt>
1068        <dd>a keyword from the routine textoidl</dd>
1069       
1070        <dt><a href="./Textoidl/translate_sub_super.html?format=raw#_translate_sub_super">HELP</a></dt>
1071        <dd>a keyword from the routine translate_sub_super</dd>
1072       
1073        <dt><a href="./Calendar/julday.html?format=raw#_julday">Hour</a></dt>
1074        <dd>a parameter from the routine ./Calendar/julday</dd>
1075       
1076        <dt><a href="./ReadWrite/readoldoparestart.html?format=raw#_readoldoparestart">hdivb</a></dt>
1077        <dd>a keyword from the routine readoldoparestart</dd>
1078       
1079        <dt><a href="./ReadWrite/readoldoparestart.html?format=raw#_readoldoparestart">hdivn</a></dt>
1080        <dd>a keyword from the routine readoldoparestart</dd>
1081       
1082        <dt><a href="./ToBeReviewed/CALCULS/hdyn.html?format=raw#_hdyn">hdyn</a></dt>
1083        <dd>a function from the file hdyn.pro</dd>
1084       
1085        <dt><a href="ToBeReviewed/CALCULS/hdyn.html?format=raw">hdyn.pro</a></dt>
1086        <dd>a file from the directory ./ToBeReviewed/CALCULS</dd>
1087       
1088        <dt><a href="./ToBeReviewed/STRING/isnumber.html?format=raw#_isnumber">help</a></dt>
1089        <dd>a keyword from the routine isnumber</dd>
1090       
1091        <dt><a href="./ToBeReviewed/STRING/putfile.html?format=raw#_putfile">help</a></dt>
1092        <dd>a keyword from the routine putfile</dd>
1093       
1094        <dt><a href="./ToBeReviewed/STRING/getwrd.html?format=raw#_getwrd">help</a></dt>
1095        <dd>a keyword from the routine getwrd</dd>
1096       
1097        <dt><a href="./ToBeReviewed/STRING/nwrds.html?format=raw#_nwrds">help</a></dt>
1098        <dd>a keyword from the routine nwrds</dd>
1099       
1100        <dt><a href="./ToBeReviewed/STRING/delchr.html?format=raw#_delchr">help</a></dt>
1101        <dd>a keyword from the routine delchr</dd>
1102       
1103        <dt><a href="./ToBeReviewed/STRING/getfile.html?format=raw#_getfile">help</a></dt>
1104        <dd>a keyword from the routine getfile</dd>
1105       
1106        <dt><a href="./ToBeReviewed/LECTURE/read_ftp.html?format=raw#_ftp_parse_pasv">host</a></dt>
1107        <dd>a parameter from the routine ./ToBeReviewed/LECTURE/read_ftp</dd>
1108       
1109        <dt><a href="./Calendar/caldat.html?format=raw#_caldat">hour</a></dt>
1110        <dd>a parameter from the routine ./Calendar/caldat</dd>
1111       
1112      </dl>
1113     
1114
1115      <div id="tagline">Produced by IDLdoc 2.0.</div>
1116
1117    </div>
1118
1119  </body>
1120</html>
Note: See TracBrowser for help on using the repository browser.