source: trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/directory-overview.html @ 321

Last change on this file since 321 was 321, checked in by smasson, 17 years ago

update documentation

File size: 4.5 KB
Line 
1
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
5<!-- Generated by IDLdoc 2.0 -->
6
7<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
8  <head>
9    <title>ToBeReviewed/CALCULS/ (SAXO Documentation)</title>
10
11   
12    <link rel="stylesheet" type="text/css" href="../../main_files.css" media="all"/>
13    <link rel="stylesheet" type="text/css" href="../../main_files_print.css" media="print"/>
14   
15
16    <script type="text/javascript">
17      function setTitle() {
18        parent.document.title="ToBeReviewed/CALCULS/ (SAXO Documentation)";
19      }
20    </script>
21  </head>
22
23
24  <body onload="setTitle();">
25
26    <div id="navbar_title">
27  <h1>SAXO Documentation</h1>
28</div>
29
30
31<div id="main_navbar">
32
33  <table cellspacing="0">
34    <tr>
35     
36      <td><a href="../../overview.html" title="Overview of library">Overview</a></td>
37     
38
39     
40      <td id="selected">Directory</td>
41     
42
43     
44      <td><a href="../../idldoc-categories.html" title="Browse library by category">Categories</a></td>
45     
46
47     
48      <td><a href="../../idldoc-index.html" title="Index of files, routines, and parameters">Index</a></td>
49     
50
51     
52      <td><a href="../../search-page.html" title="Search library">Search</a></td>
53     
54
55      <td >File</td>
56
57     
58      <td >Source</td>
59     
60
61     
62      <td><a href="../../idldoc-help.html" title="Help on IDLdoc">Help</a></td>
63     
64
65      <td >Etc</td>
66
67      <td id="flexible">Developer&nbsp;documentation</td>
68    </tr>
69  </table>
70
71</div>
72
73<div id="secondary_navbar">
74
75&lt;&lt; prev file | next file &gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;<a href="./directory-overview.html" target="_TOP">view single page</a> | <a href="../../index.html" target="_TOP">view frames</a>&nbsp;&nbsp;&nbsp;&nbsp;summary: fields | routine&nbsp;&nbsp;&nbsp;&nbsp;details: routine
76
77</div>
78
79
80    <div id="container">
81
82      <h1>Directory overview for ToBeReviewed/CALCULS/</h1>
83
84     
85
86     
87      <h2>File summary</h2>
88
89      <dl>
90     
91        <dt><a href="depth2floatlevel.html">depth2floatlevel.pro</a></dt>
92        <dd>  Rather comparable to depth2level but here, the calculated level is in float.</dd>
93     
94        <dt><a href="depth2level.html">depth2level.pro</a></dt>
95        <dd>  Allows to pass from a 2d depth array to a corresponding 2d level array.</dd>
96     
97        <dt><a href="depth2mask.html">depth2mask.pro</a></dt>
98        <dd>  Allows to pass from a 2d depth sill array to a 3d array of mask  with one of levels above the sill depth and 0s below.</dd>
99     
100        <dt><a href="determ2.html">determ2.pro</a></dt>
101        <dd>  computes the determinant of n 2 by 2 arrays Z2DS is an 2*2*n array </dd>
102     
103        <dt><a href="determ3.html">determ3.pro</a></dt>
104        <dd>  computes the determinant of n 3 by 3 arrays.</dd>
105     
106        <dt><a href="floatlevel2depth.html">floatlevel2depth.pro</a></dt>
107        <dd>  Rather comparable to <a href="../..//ToBeReviewed/CALCULS/level2depth.html">level2depth</a>.</dd>
108     
109        <dt><a href="fsfzpt.html">fsfzpt.pro</a></dt>
110        <dd> </dd>
111     
112        <dt><a href="grossemoyenne.html">grossemoyenne.pro</a></dt>
113        <dd>  averages a 3- or 4-d time series field over a selected  geographical area or along the time axis.</dd>
114     
115        <dt><a href="hdyn.html">hdyn.pro</a></dt>
116        <dd>  Calculate the height by rapport to a reference state for a depth reference.</dd>
117     
118        <dt><a href="level2depth.html">level2depth.pro</a></dt>
119        <dd>  Allows to pass from a 2d level array to a 2d depth array corresponding to these levels </dd>
120     
121        <dt><a href="level2index.html">level2index.pro</a></dt>
122        <dd>  We want, from a 3d matrix, to extract a 2d (x,y) array whose each element  has been extract from a level specified by the 2d level array (typically,  we want to obtain the salinity along an isopycn we have repered by its level).</dd>
123     
124        <dt><a href="level2mask.html">level2mask.pro</a></dt>
125        <dd>  Allow to pass from a 2d sill level array to the 3d mask array with 1s in  levels above the sill level and 0s below (and on it) </dd>
126     
127        <dt><a href="moyenne.html">moyenne.pro</a></dt>
128        <dd>  averages a 2- or 3-d field over a selected            geographical area and along one or more         selected axes (x, y or z) </dd>
129     
130        <dt><a href="projectondepth.html">projectondepth.pro</a></dt>
131        <dd>  Allows to project a 3d field following a depth array.</dd>
132     
133        <dt><a href="remplit.html">remplit.pro</a></dt>
134        <dd> </dd>
135     
136        <dt><a href="rhon.html">rhon.pro</a></dt>
137        <dd> </dd>
138     
139      </dl>
140     
141
142     
143
144     
145
146      <div id="tagline">Produced by IDLdoc 2.0.</div>
147
148    </div>
149
150  </body>
151</html>
Note: See TracBrowser for help on using the repository browser.