Ignore:
Timestamp:
09/13/06 17:50:54 (18 years ago)
Author:
smasson
Message:

updates of html files...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/idldoc-index-G.html

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