source: trunk/SRC/Documentation/idldoc_html_output/idldoc-categories.html @ 109

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

modification of savesaxo.sh to fix ticket 17

File size: 24.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml-transitional.dtd">
4
5<!-- categories-begin.tt needs structure with the following fields:
6       version : IDLdoc version
7       date : string containing date of file creation
8       embed : 0 for link to CSS, 1 for embed CSS
9       css_location : if embed then string filename of CSS file location, o/w href to CSS file
10       navbar_filename : filename of navbar template
11     Plus fields needed by the templates: navbar, tagline
12-->
13
14<!-- categories-tag.tt needs structure with the following fields:
15       tag : tag name
16       tag_id : tag name with spaces converted to underscores
17       routines : array of structures with fields name, url
18-->
19
20<!-- categories-end.tt needs structure with the following fields:
21       footer : filename of footer file to include
22       tagline_filename : filename of tagline template
23-->
24
25
26<!-- Generated by IDLdoc 2.0 -->
27
28<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
29  <head>
30    <title>Categories (SAXO Documentation)</title>
31
32   
33    <style type="text/css" media="all">
34         
35/* CSS for all files which appear in the "main" viewing area: overview,
36   directory overviews, warnings, index, search, pro files, source
37   code, help, and etc files. */
38
39/* Link styles --------------------------------------------------------------- */
40
41a { text-decoration: none; }
42
43a:link, a:visited { 
44  color: #660000; 
45  border-bottom: 1px dotted #C0C0F0;   
46}
47
48a:hover, a:focus { 
49  color: #993333; 
50  background: #FFFFCC; 
51  border-bottom: 1px dotted #303099; 
52}
53
54
55/* Main styles --------------------------------------------------------------- */
56
57body {
58  margin: 0;
59  padding: 0;
60  font-size: 10pt;
61  font-family: Verdana, Helvetica, Arial, sans-serif;
62  background-color: #FFFFFF;
63}
64
65p {
66  margin-top: 0.5em;
67  margin-bottom: 0;
68}
69
70#container { margin: 1em; }
71
72code.section { white-space: pre; }
73
74pre.snippet {
75  margin-left: 5%;
76  background: #F0F0F0;
77  border: 1px dashed #999999;
78  width: 43em;
79  padding: 0.5em 0.5em 0.5em 0.5em;
80  white-space: pre;
81}
82
83/* Navbar styles ------------------------------------------------------------- */
84
85#navbar_title {
86  color: #000033;
87  background-color: #F0F0FF;
88  font-family: Arial, Helvetica, sans-serif;
89  padding: 20px 30px;
90  border-bottom: 1px solid #000033;
91}
92
93#navbar_title * {
94  margin: 0;
95  padding: 0;
96}
97
98#navbar_title h1 {
99  letter-spacing: 0.1em;
100  font-variant: small-caps;
101  font-size: 250%;
102  text-indent: -1em;
103  padding-left: 1em; 
104}
105
106#navbar_title h2 {
107  font-size: 110%;
108  font-weight: normal;
109  color: #333399;
110}
111
112#main_navbar table {
113  width: 100%;
114  border-bottom: 1px solid #666699;
115}
116
117#main_navbar td {
118  background: #CCCCFF;
119  font-size: 80%;
120  font-weight: bold;
121  font-family: Arial, Helvetica, sans-serif;
122  border-top: 3px solid #CCCCFF;
123  border-bottom: 3px solid #CCCCFF;
124  padding-left: 6px;
125  padding-right: 6px;
126  margin: 0;
127}
128
129#main_navbar td#selected {
130  background: #CCCCFF;
131  font-size: 80%;
132  font-weight: bold;
133  font-family: Arial, Helvetica, sans-serif;
134  border-top: 3px solid #333399;
135  border-bottom: 3px solid #CCCCFF;
136  padding-left: 6px;
137  padding-right: 6px;
138  margin: 0;
139}
140
141#main_navbar td#flexible {
142  width: 100%;
143  text-align: right;
144  padding-right: 1em;
145  background: #CCCCFF;
146  font-size: 70%;
147  font-weight: normal;
148  font-family: Arial, Helvetica, sans-serif;
149  text-transform: uppercase;
150  border-top: 3px solid #CCCCFF;
151  border-bottom: 3px solid #CCCCFF;
152}
153
154#main_navbar a:link, #main_navbar a:visited { color: #660000; border: 0; }
155
156#main_navbar a:hover, #main_navbar a:focus {
157  color: #FFFF66;
158  background: #CCCCFF;
159  border-bottom: 1px none #606099; 
160  border: 0;
161}
162
163#secondary_navbar {
164  font-size: 80%;
165  font-weight: normal;
166  font-family: Arial, Helvetica, sans-serif;
167  margin-top: 4px;
168  margin-left: 20px;
169  white-space: nowrap;
170}
171
172
173/* Tagline and footer styles ------------------------------------------------- */
174
175div#tagline {
176  margin-top: 6px;
177  border-top: 1px dotted lightsteelblue;
178  padding-top: 6px;
179  font-size: 66%;
180  font-style: italic;
181}
182
183div#footer {
184  margin-top: 6px;
185  border-top: 1px dotted lightsteelblue;
186  padding-top: 6px;
187  font-size: 66%;
188  font-style: italic;
189}
190
191/* Basic data presenation styles -------------------------------------------- */
192
193.index_letter { 
194  font-size: 300%;
195  font-weight: bold;
196  color: #000066; 
197  margin: 0.5em 0 0 -0.1em;
198}
199
200h1, h2, h3, h4 {
201  font-weight: normal;
202  color: #3333CC;
203}
204
205h1 {
206  padding-top: 0.75em;
207  font-size: 160%;
208}
209
210h2 {
211  padding-top: 1em;
212  font-size: 120%;
213  }
214
215h3 {
216  padding-top: 0.75em;
217  margin-bottom: 0.25em;
218  font-size: 100%;
219}
220
221h4 {
222  padding: 0;
223  margin: 0.5em 0 0 0;
224  font-size: 80%;
225}
226
227table.basic {
228  empty-cells: show;
229  margin: 1.5em 1em 0 1em;
230  border: 1px dotted #CFCFFF;
231  font-size: 80%;
232}
233
234table.basic th {
235  background-color: #F0F0FF;
236  font-weight: bold;
237  text-align: left;
238  padding: 4px 1em 4px 4px;
239  border-bottom: 1px dotted #666699;
240}
241
242table.basic td {
243  vertical-align: top;
244  padding: 4px 1em 4px 4px;
245}
246
247dd {
248  margin-bottom: 0.25em;
249  font-size: 80%;
250}
251
252
253/* Warnings styles ----------------------------------------------------------- */
254
255
256#todo dl, #bugs dl { 
257  margin: 0 0 0 1.5em;
258  font-size: 80%;
259}
260
261#todo dd, #bugs dd { 
262  margin-left: 3em; 
263  font-size: 100%;
264}
265
266#undoc table, #obsolete table, #statistics table {
267  width: 80%;
268  margin-left: 2em;
269}
270
271#undoc td, #obsolete td, #statistics td { 
272  padding: 0 0 0 0;
273  font-size: 80%;
274  white-space: nowrap;
275}
276
277#undoc td.docroutine, #obsolete td.obsroutine, #statistics td.statroutine { width: 50%; }
278
279#undoc td.docstat, #statistics td.stat { 
280  width: 50%;
281  text-align: right;
282}
283
284#undoc td.partialdoc, #statistics td.caution { color: #CC6600; }
285
286#undoc td.notdoc, #statistics td.warning { color: #993333; }
287
288/* File + routine styles ----------------------------------------------------- */
289
290h1.directory { 
291  padding: 1em 0 0 0;
292  margin: 0;
293  font-size: 66%;
294}
295
296h1.directory a { border-bottom: 0; }
297
298h2.pro_file { 
299  padding: 0;
300  margin: 0;
301  font-size: 140%;
302}
303
304div#file_attr {
305  padding: 0 1em 0 1em;
306  margin: 1em;
307  background: #F6F6F6;
308  border: 1px dotted #999999;
309}
310
311div#file_attr dt {
312  font-size: 80%;
313  font-weight: bold;
314}
315
316div#file_attr dd {
317  font-size: 80%;
318}
319
320div#class_diagram { 
321  padding: 1em 0 1em 0; 
322  white-space: pre;
323  font-family: 'Courier New';
324}
325
326table#sav_attr { 
327  font-size: 90%; 
328  margin: 1em; 
329  padding: 1em 1em 1em 1em;
330  background: #F6F6F6;
331  border: 1px dotted #999999;
332}
333
334table#sav_attr th { text-align: left; }
335
336table#sav_attr td { vertical-align: top; padding-right: 2em; }
337
338table#sav_attr td.value { width: 20em; padding-right: 0em; font-style: italic; }
339
340p.sav_warning { margin-left: 4em; font-family: 80%; }
341
342table.variables { 
343  font-family: 'Courier New', monospace; 
344  font-size: 80%; 
345  text-indent: -2em; 
346  padding-left: 2em; 
347}
348
349table.variables td.image { width: 64px; }
350
351div#file_comments { 
352  margin: 2em;
353  font-size: 80%;
354}
355
356
357div.field_summary {
358  padding: 0 1em 0 1em;
359  margin: 1em;
360  background: #FFFFF0;
361  border: 1px dotted #C0C000;
362}
363
364div#routine_summary { 
365  padding: 0 1em 0 1em;
366  margin: 1em;
367  background: #F0F0FF;
368  border: 1px dotted #9999FF;
369}
370
371div.field_summary h2, div#routine_summary h2 { 
372  padding: 0.5em 0 0 0;
373  margin: 0;
374}
375
376div.field_summary table, div.field_summary p { 
377  margin: 1em 1em;
378}
379
380div.field_summary td.name { 
381  vertical-align: top;
382  padding-bottom: 0.25em;
383  color: #3333CC;
384}
385
386div.field_summary span.field_type { 
387  font-weight: normal;
388  font-size: 80%;
389  color: black;
390}
391
392div.field_summary td.comments { 
393  vertical-align: top;
394  padding-left: 2em;
395  font-size: 80%;
396}
397
398p.commaList { 
399  margin: 1em 1em 1em 1em;
400}
401
402span.warning { 
403  color: #CC6633;
404  font-weight: bold;
405  font-size: 66%;
406  text-transform: uppercase;
407}
408
409span.categories { 
410  color: #006633;
411  font-weight: bold;
412  font-size: 66%;
413  text-transform: uppercase;
414}
415
416span.undoc { 
417  color: #FF6633;
418  font-weight: bold;
419  font-size: 80%;
420  text-transform: uppercase;
421}
422
423span.attr { 
424  color: #006633;
425  font-weight: bold;
426  font-size: 80%;
427  text-transform: uppercase;
428}
429
430span.value { 
431  color: #006633;
432  font-weight: normal;
433  text-transform: none;
434}
435
436a.top { 
437  font-weight: bold;
438  font-size: 66%;
439  text-transform: uppercase;
440  float: right;
441}
442
443span.result { 
444  font-family: Verdana, Arial, Helvetica, sans-serif;
445  font-style: italic;
446  font-size: 80%;
447}
448
449div#routine_summary p, div.routine_details p.header { 
450  padding-top: 0.5em;
451  margin-left: 1.5em;
452  text-indent: -1.5em;
453  font-family: 'Courier New', monospace;
454}
455
456div.routine_details { 
457  padding: 0.5em 1em 0.5em 1em;
458  margin: 1em;
459  border: 1px dotted #CCCCCC;
460}
461
462div.routine_details h2 { 
463  padding-top: 0;
464  margin-top: 0;
465}
466
467div.routine_details div.value { 
468  margin: 0 1em 0 1em;
469  font-size: 80%;
470}
471
472div.routine_details div.comments { 
473  font-size: 80%;
474  margin: 0.75em 1em 1em 1em;
475}
476
477div.routine_details div.preformat { 
478  white-space: pre;
479}
480
481table.statistics { 
482  font-size: 80%;
483  margin-left: 1em;
484}
485
486table.statistics td { 
487  padding: 0 2em 0 0;
488}
489
490/* Overview styles ----------------------------------------------------------- */
491
492div.overview { 
493  width: 100%;
494  margin-top: 1em;
495  clear: both;
496}
497
498div.overview table {
499  empty-cells: show;
500  font-size: 90%;
501  margin: 1em 1em 1em 1em;
502  padding: 1em 0.5em 1em 0.5em;
503  background: #F6F6F6;
504  border: 1px dotted #999999;
505}
506
507div.overview td {
508  padding: 3px 1em 3px 1em;
509}
510
511div.overview td.dir {
512  width: 1%;
513  vertical-align: top;
514  text-align: right;
515  padding-right: 1em;
516}
517
518
519/* Navigation list styles for tree structures -------------------------------- */
520
521#tree {
522  text-align: left;
523  font-size: 90%;
524  margin: 0.75em 0 0.75em 0;
525  padding: 0;
526}
527
528#tree ul {
529  text-align: left;
530  margin: 0;
531  padding: 0;
532}
533
534#tree li {
535  margin: 0 0 0 15px;
536  padding: 0;
537  list-style-type: none;
538}
539
540#tree .symbols {
541  float: left;
542  width: 12px;
543  height: 1em;
544  padding-left: 4px;
545  background-position: 0 100%;
546  background-repeat: no-repeat;
547}
548
549/* Search styles ------------------------------------------------------------- */
550
551input.writein { 
552  padding-left: 0.5em;
553  border: 1px solid #CCCCCC;
554  font-family: 'Courier New';
555  background: #FFFFF3;
556}
557
558#search form { 
559  margin-left: 2em;
560}
561
562#search table { 
563  margin: 1em 1em 0 2em;
564  padding: 1em 2em 1em 2em;
565  background: #F6F6F6;
566  border: 1px dotted #999999;
567}
568
569#search tr { 
570  text-align: center;
571}
572
573#search td { 
574  font-size: 80%; 
575  text-align: left;
576}
577
578#search td * { 
579  vertical-align: middle;
580}
581
582#search p { 
583  font-size: 66%;
584  margin: 0 3em 2em 3em;
585}
586
587/* Help styles --------------------------------------------------------------- */
588
589div.toc { 
590  padding: 0 1em 0 1em;
591  margin: 1em;
592  background: #F0F0FF;
593  border: 1px dotted #9999FF; 
594  width: 19em;
595}
596
597div.right { 
598  float: right;
599  width: 22em;
600}
601
602ol.toc { 
603  list-style-type: upper-roman;
604}
605
606ol.toc ol { 
607  padding-left: 3em;
608  margin-left: 0;
609  list-style-type: lower-alpha;
610}
611
612dl.variables dt { font-size: 80%; }
613dl.variables dd { margin-bottom: 0.5em; }
614
615    </style>   
616    <style type="text/css" media="print">
617         #navbar_title { 
618  background-color: #FFFFFF; 
619}
620
621#main_navbar td {
622  background: #FFFFFF;
623  border-top: 0.25em solid #FFFFFF;
624  border-bottom: 0.25em solid #FFFFFF;
625}
626
627#main_navbar td#selected {
628  background: #FFFFFF;
629  border-top: 0.25em solid #333399;
630  border-bottom: 0.25em solid #FFFFFF;
631}
632
633#main_navbar td#flexible {
634  background: #FFFFFF;
635  border-top: 0.25em solid #FFFFFF;
636  border-bottom: 0.25em solid #FFFFFF;
637}
638
639#secondary_navbar {
640  display: none;
641}
642
643    </style>
644   
645
646    <script type="text/javascript" src="./tree.js" />
647    <script type="text/javascript">
648      function setTitle() {
649        parent.document.title="Categories (SAXO Documentation)";
650      }
651    </script>
652  </head>
653
654
655  <body onload="setTitle();">
656
657    <div id="navbar_title">
658  <h1>SAXO Documentation</h1>
659</div>
660
661
662<div id="main_navbar">
663
664  <table cellspacing="0">
665    <tr>
666     
667      <td><a href="overview.html?format=raw" title="Overview of library">Overview</a></td>
668     
669
670     
671      <td >Directory</td>
672     
673
674     
675      <td id="selected">Categories</td>
676     
677
678     
679      <td><a href="idldoc-index.html?format=raw" title="Index of files, routines, and parameters">Index</a></td>
680     
681
682     
683      <td><a href="search-page.html?format=raw" title="Search library">Search</a></td>
684     
685
686      <td >File</td>
687
688     
689      <td >Source</td>
690     
691
692     
693      <td><a href="idldoc-help.html?format=raw" title="Help on IDLdoc">Help</a></td>
694     
695
696      <td >Etc</td>
697
698      <td id="flexible">Developer&nbsp;documentation</td>
699    </tr>
700  </table>
701
702</div>
703
704<div id="secondary_navbar">
705
706&lt;&lt; prev file | next file &gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="idldoc-categories.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: routine
707
708</div>
709
710
711    <div id="container">
712
713      <h1>Categories</h1>
714
715
716     
717      <p>The following categories were found in the library.</p>
718      <ul id="tree">
719              <li id="idldoc-Graphics">Graphics <span class="result">(2 routines)</span>
720          <ul>
721           
722            <li><a href="./Obsolete/lec.html?format=raw#_lec">lec</a></li>
723           
724            <li><a href="./Obsolete/lect.html?format=raw#_lect">lect</a></li>
725           
726          </ul>
727        </li>        <li id="idldoc-Mapping">Mapping <span class="result">(1 routine)</span>
728          <ul>
729           
730            <li><a href="./Interpolation/ll_narcs_distances.html?format=raw#_LL_NARCS_DISTANCES">LL_NARCS_DISTANCES</a></li>
731           
732          </ul>
733        </li>        <li id="idldoc-Maps">Maps <span class="result">(2 routines)</span>
734          <ul>
735           
736            <li><a href="./Interpolation/map_npoints.html?format=raw#_Map_npoints">Map_npoints</a></li>
737           
738            <li><a href="./Interpolation/neighbor.html?format=raw#_neighbor">neighbor</a></li>
739           
740          </ul>
741        </li>        <li id="idldoc-basic_work">basic work <span class="result">(2 routines)</span>
742          <ul>
743           
744            <li><a href="./Interpolation/cutpar.html?format=raw#_cutpar">cutpar</a></li>
745           
746            <li><a href="./Interpolation/cutsegment.html?format=raw#_cutsegment">cutsegment</a></li>
747           
748          </ul>
749        </li>        <li id="idldoc-calendar">calendar <span class="result">(7 routines)</span>
750          <ul>
751           
752            <li><a href="./Calendar/date2jul.html?format=raw#_date2jul">date2jul</a></li>
753           
754            <li><a href="./Calendar/date2string.html?format=raw#_date2string">date2string</a></li>
755           
756            <li><a href="./Calendar/daysinmonth.html?format=raw#_daysinmonth">daysinmonth</a></li>
757           
758            <li><a href="./Calendar/jul2date.html?format=raw#_jul2date">jul2date</a></li>
759           
760            <li><a href="./Obsolete/juldate.html?format=raw#_juldate">juldate</a></li>
761           
762            <li><a href="./Calendar/leapyr.html?format=raw#_leapyr">leapyr</a></li>
763           
764            <li><a href="./Calendar/monthname.html?format=raw#_monthname">monthname</a></li>
765           
766          </ul>
767        </li>        <li id="idldoc-compatibility_with_old_version">compatibility with old version <span class="result">(1 routine)</span>
768          <ul>
769           
770            <li><a href="./ForOldVersion/keep_compatibility.html?format=raw#_keep_compatibility">keep_compatibility</a></li>
771           
772          </ul>
773        </li>        <li id="idldoc-find_a_file">find a file <span class="result">(1 routine)</span>
774          <ul>
775           
776            <li><a href="./Utilities/find.html?format=raw#_find">find</a></li>
777           
778          </ul>
779        </li>        <li id="idldoc-finding_where_is_a_point_on_a_grid">finding where is a point on a grid <span class="result">(1 routine)</span>
780          <ul>
781           
782            <li><a href="./Interpolation/clickincell.html?format=raw#_clickincell">clickincell</a></li>
783           
784          </ul>
785        </li>        <li id="idldoc-for_OPA">for OPA <span class="result">(2 routines)</span>
786          <ul>
787           
788            <li><a href="./ReadWrite/readbat.html?format=raw#_readbat">readbat</a></li>
789           
790            <li><a href="./ReadWrite/writebat.html?format=raw#_writebat">writebat</a></li>
791           
792          </ul>
793        </li>        <li id="idldoc-for_OPA_before_NetCDF">for OPA before NetCDF <span class="result">(3 routines)</span>
794          <ul>
795           
796            <li><a href="./ReadWrite/readoldoparestart.html?format=raw#_read2fromopa">read2fromopa</a></li>
797           
798            <li><a href="./ReadWrite/readoldopadistcoast.html?format=raw#_read3fromopa">read3fromopa</a></li>
799           
800            <li><a href="./ReadWrite/readoldoparestart.html?format=raw#_readoldoparestart">readoldoparestart</a></li>
801           
802          </ul>
803        </li>        <li id="idldoc-for_OPA_meshmask_files">for OPA meshmask files <span class="result">(3 routines)</span>
804          <ul>
805           
806            <li><a href="./Grid/micromeshmask.html?format=raw#_ncdf_transfer">ncdf_transfer</a></li>
807           
808            <li><a href="./Grid/smallmeshmask.html?format=raw#_ncdf_transfer">ncdf_transfer</a></li>
809           
810            <li><a href="./Grid/smallmeshmask.html?format=raw#_smallmeshmask">smallmeshmask</a></li>
811           
812          </ul>
813        </li>        <li id="idldoc-for_the_postscripts">for the postscripts <span class="result">(1 routine)</span>
814          <ul>
815           
816            <li><a href="./Postscript/printps.html?format=raw#_printps_event">printps_event</a></li>
817           
818          </ul>
819        </li>        <li id="idldoc-geography">geography <span class="result">(1 routine)</span>
820          <ul>
821           
822            <li><a href="./Interpolation/ll_narcs_distances.html?format=raw#_LL_NARCS_DISTANCES">LL_NARCS_DISTANCES</a></li>
823           
824          </ul>
825        </li>        <li id="idldoc-grid">grid <span class="result">(6 routines)</span>
826          <ul>
827           
828            <li><a href="./Grid/computegrid.html?format=raw#_computegrid">computegrid</a></li>
829           
830            <li><a href="./Grid/n128gaussian.html?format=raw#_n128gaussian">n128gaussian</a></li>
831           
832            <li><a href="./Grid/n160gaussian.html?format=raw#_n160gaussian">n160gaussian</a></li>
833           
834            <li><a href="./Grid/n256gaussian.html?format=raw#_n256gaussian">n256gaussian</a></li>
835           
836            <li><a href="./Grid/n48gaussian.html?format=raw#_n48gaussian">n48gaussian</a></li>
837           
838            <li><a href="./Grid/n80gaussian.html?format=raw#_n80gaussian">n80gaussian</a></li>
839           
840          </ul>
841        </li>        <li id="idldoc-grid_manipulation">grid manipulation <span class="result">(3 routines)</span>
842          <ul>
843           
844            <li><a href="./Interpolation/inquad.html?format=raw#_inquad">inquad</a></li>
845           
846            <li><a href="./Interpolation/quadrilateral2square.html?format=raw#_quadrilateral2square">quadrilateral2square</a></li>
847           
848            <li><a href="./Interpolation/square2quadrilateral.html?format=raw#_square2quadrilateral">square2quadrilateral</a></li>
849           
850          </ul>
851        </li>        <li id="idldoc-grid_reading">grid reading <span class="result">(1 routine)</span>
852          <ul>
853           
854            <li><a href="./Grid/ncdf_meshread.html?format=raw#_ncdf_meshread">ncdf_meshread</a></li>
855           
856          </ul>
857        </li>        <li id="idldoc-image">image <span class="result">(2 routines)</span>
858          <ul>
859           
860            <li><a href="./Interpolation/quadrilateral2square.html?format=raw#_quadrilateral2square">quadrilateral2square</a></li>
861           
862            <li><a href="./Interpolation/square2quadrilateral.html?format=raw#_square2quadrilateral">square2quadrilateral</a></li>
863           
864          </ul>
865        </li>        <li id="idldoc-interpolation">interpolation <span class="result">(4 routines)</span>
866          <ul>
867           
868            <li><a href="./Interpolation/compute_fromreg_bilinear_weigaddr.html?format=raw#_compute_fromreg_bilinear_weigaddr">compute_fromreg_bilinear_weigaddr</a></li>
869           
870            <li><a href="./Interpolation/compute_fromreg_imoms3_weigaddr.html?format=raw#_compute_fromreg_imoms3_weigaddr">compute_fromreg_imoms3_weigaddr</a></li>
871           
872            <li><a href="./Interpolation/fromreg.html?format=raw#_fromreg">fromreg</a></li>
873           
874            <li><a href="./Interpolation/get_gridparams.html?format=raw#_get_gridparams">get_gridparams</a></li>
875           
876          </ul>
877        </li>        <li id="idldoc-io">io <span class="result">(2 routines)</span>
878          <ul>
879           
880            <li><a href="./Utilities/isadirectory.html?format=raw#_isadirectory">isadirectory</a></li>
881           
882            <li><a href="./Utilities/isafile.html?format=raw#_isafile">isafile</a></li>
883           
884          </ul>
885        </li>        <li id="idldoc-know_what_is_inside">know what is inside <span class="result">(1 routine)</span>
886          <ul>
887           
888            <li><a href="./ReadWrite/scanoasis.html?format=raw#_scanoasis">scanoasis</a></li>
889           
890          </ul>
891        </li>        <li id="idldoc-lecture_de_NETCDF">lecture de NETCDF <span class="result">(4 routines)</span>
892          <ul>
893           
894            <li><a href="./Obsolete/nlec5j.html?format=raw#_nlec5j">nlec5j</a></li>
895           
896            <li><a href="./Obsolete/nlecan.html?format=raw#_nlecan">nlecan</a></li>
897           
898            <li><a href="./Obsolete/nlecsaison.html?format=raw#_nlecsaison">nlecsaison</a></li>
899           
900            <li><a href="./Obsolete/nlecserie.html?format=raw#_nlecserie">nlecserie</a></li>
901           
902          </ul>
903        </li>        <li id="idldoc-lecture_de_fichier_Vaimer">lecture de fichier Vaimer <span class="result">(2 routines)</span>
904          <ul>
905           
906            <li><a href="./Obsolete/lec.html?format=raw#_lec">lec</a></li>
907           
908            <li><a href="./Obsolete/lect.html?format=raw#_lect">lect</a></li>
909           
910          </ul>
911        </li>        <li id="idldoc-no_DO_loop">no DO loop <span class="result">(1 routine)</span>
912          <ul>
913           
914            <li><a href="./Interpolation/inrecgrid.html?format=raw#_inrecgrid">inrecgrid</a></li>
915           
916          </ul>
917        </li>        <li id="idldoc-reading">reading <span class="result">(1 routine)</span>
918          <ul>
919           
920            <li><a href="./ReadWrite/read_oasis.html?format=raw#_read_oasis">read_oasis</a></li>
921           
922          </ul>
923        </li>        <li id="idldoc-reading_function">reading function <span class="result">(1 routine)</span>
924          <ul>
925           
926            <li><a href="./ReadWrite/read_grads.html?format=raw#_read_grads">read_grads</a></li>
927           
928          </ul>
929        </li>        <li id="idldoc-reading_ncdf_file">reading ncdf_file <span class="result">(1 routine)</span>
930          <ul>
931           
932            <li><a href="./ReadWrite/ncdf_timeget.html?format=raw#_ncdf_timeget">ncdf_timeget</a></li>
933           
934          </ul>
935        </li>        <li id="idldoc-string">string <span class="result">(1 routine)</span>
936          <ul>
937           
938            <li><a href="./Calendar/date2string.html?format=raw#_date2string">date2string</a></li>
939           
940          </ul>
941        </li>        <li id="idldoc-">use the wonderfull value_locate function! <span class="result">(1 routine)</span>
942          <ul>
943           
944            <li><a href="./Interpolation/inrecgrid.html?format=raw#_inrecgrid">inrecgrid</a></li>
945           
946          </ul>
947        </li>        <li id="idldoc-utilities">utilities <span class="result">(3 routines)</span>
948          <ul>
949           
950            <li><a href="./Utilities/def_myuniquetmpdir.html?format=raw#_def_myuniquetmpdir">def_myuniquetmpdir</a></li>
951           
952            <li><a href="./Utilities/demomode_compatibility.html?format=raw#_demomode_compatibility">demomode_compatibility</a></li>
953           
954            <li><a href="./Utilities/protype.html?format=raw#_protype">protype</a></li>
955           
956          </ul>
957        </li>     
958      </ul>
959      <script type="text/javascript">
960        // This must be placed immediately after the menu in order to
961        // format it properly.
962        initiate();
963      </script>
964     
965
966     
967
968      <div id="tagline">Produced by IDLdoc 2.0.</div>
969
970    </div>
971
972  </body>
973</html>
Note: See TracBrowser for help on using the repository browser.