source: trunk/SRC/Documentation/idldoc_html_output/idldoc-index-G.html @ 157

Last change on this file since 157 was 157, checked in by navarro, 18 years ago

header improvements + xxx doc

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