source: trunk/SRC/Documentation/idldoc_html_output/Interpolation/angle.html @ 338

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

update documentation

File size: 8.8 KB
RevLine 
[89]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<!-- Generated by IDLdoc 2.0 -->
6
7<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
8  <head>
[104]9    <title>angle.pro (SAXO Documentation)</title>
[89]10
11   
[191]12    <link rel="stylesheet" type="text/css" media="all" href="./../main_files.css" />
13    <link rel="stylesheet" type="text/css" media="print" href="./../main_files_print.css" />
[89]14   
15
16    <script type="text/javascript">
17      function setTitle() {
[104]18        parent.document.title="angle.pro (SAXO Documentation)";
[89]19      }
20    </script>
21  </head>
22
23  <body onload="setTitle();">
24
25    <div id="navbar_title">
[104]26  <h1>SAXO Documentation</h1>
[89]27</div>
28
29
30<div id="main_navbar">
31
32  <table cellspacing="0">
33    <tr>
34     
[189]35      <td><a href="./../overview.html" title="Overview of library">Overview</a></td>
[89]36     
37
38     
39      <td >Directory</td>
40     
41
42     
[189]43      <td><a href="./../idldoc-categories.html" title="Browse library by category">Categories</a></td>
[89]44     
45
46     
[189]47      <td><a href="./../idldoc-index.html" title="Index of files, routines, and parameters">Index</a></td>
[89]48     
49
50     
[189]51      <td><a href="./../search-page.html" title="Search library">Search</a></td>
[89]52     
53
54      <td id="selected">File</td>
55
56     
[189]57      <td><a href="../../../Interpolation//angle.pro" title="Source code of a file">Source</a></td>
[89]58     
59
60     
[189]61      <td><a href="./../idldoc-help.html" title="Help on IDLdoc">Help</a></td>
[89]62     
63
64      <td >Etc</td>
65
66      <td id="flexible">Developer&nbsp;documentation</td>
67    </tr>
68  </table>
69
70</div>
71
72<div id="secondary_navbar">
73
[203]74&lt;&lt; prev file | <a href="clickincell.html">next file &gt;&gt;</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="angle.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: <a href="#routine_details">routine</a>
[89]75
76</div>
77
78
79    <div id="container">
80
[189]81      <h1 class="directory"><a href="directory-overview.html">Interpolation/</a></h1>
[89]82      <h2 class="pro_file">angle.pro</h2>
83
84      <div id="file_attr">
85        <dl>
86        </dl>
87      </div>
88
[138]89      <div id="file_comments">
90 north stereographic polar projection
[89]91
[242]92
[203]93 Compute angles between grid lines and direction of the North pole
[101]94(fom angle.F,v 2.2 in OPA8.2)
95</div>
96
[89]97     
98
99     
100
101     
102
103     
104
105      <div id="routine_details">
106       
107
[203]108        <div class="routine_details" id="_angle">
[89]109
[234]110          <h2><a class="top" href="#container">top</a>angle <span class="categories">
[157]111 Interpolation
112</span></h2>
[89]113       
114          <p class="header">
[249]115            angle<span class="result">, <a href="#_angle_param_fileocemesh">fileocemesh</a>, <a href="#_angle_param_gcosu">gcosu</a>, <a href="#_angle_param_gsinu">gsinu</a>, <a href="#_angle_param_gcosv">gcosv</a>, <a href="#_angle_param_gsinv">gsinv</a>, <a href="#_angle_param_gcost">gcost</a>, <a href="#_angle_param_gsint">gsint</a>, <a href="#_angle_param_gcosf">gcosf</a>, <a href="#_angle_param_gsinf">gsinf</a></span>, <a href="#_angle_keyword_IODIRECTORY">IODIRECTORY</a>=<span class="result">scalar string</span>, <a href="#_angle_keyword_DOUBLE">DOUBLE</a>=<span class="result">1 or 0</span></p>
[89]116       
[242]117          <div class="comments">
118</div>
[89]119
120         
121
122         
123            <h3>Parameters</h3>
124       
125           
126            <h4 id="_angle_param_fileocemesh">fileocemesh&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[101]127              <span class="attr">in</span>
[89]128             
129             
[101]130              <span class="attr">required</span>
[89]131             
[203]132              <span class="attr">type:</span> <span class="value">scalar string</span>
[89]133             
134             
135            </h4>
136       
[203]137          <div class="comments">
138 a netcdf file that contains (at least) the following variables:
[249]139        glamt, gphit: longitudes and latitudes at T-points
[101]140        glamu, gphiu: longitudes and latitudes at U-points
141        glamv, gphiv: longitudes and latitudes at V-points
142        glamf, gphif: longitudes and latitudes at F-points
143</div>
[89]144           
145            <h4 id="_angle_param_gcosu">gcosu&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
146             
[203]147              <span class="attr">out</span>
[89]148             
149             
150             
[203]151              <span class="attr">type:</span> <span class="value">2d array</span>
[89]152             
153             
154            </h4>
155       
[203]156          <div class="comments">
157 cosinus of the angle between grid lines at U points and direction of the North pole
158</div>
[89]159           
160            <h4 id="_angle_param_gsinu">gsinu&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
161             
[203]162              <span class="attr">out</span>
[89]163             
164             
165             
[203]166              <span class="attr">type:</span> <span class="value">2d array</span>
[89]167             
168             
169            </h4>
170       
[203]171          <div class="comments">
172 sinus of the angle between grid lines at U points and direction of the North pole
173</div>
[89]174           
175            <h4 id="_angle_param_gcosv">gcosv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
176             
[203]177              <span class="attr">out</span>
[89]178             
179             
180             
[203]181              <span class="attr">type:</span> <span class="value">2d array</span>
[89]182             
183             
184            </h4>
185       
[203]186          <div class="comments">
187 cosinus of the angle between grid lines at V points and direction of the North pole
188</div>
[89]189           
190            <h4 id="_angle_param_gsinv">gsinv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
191             
[203]192              <span class="attr">out</span>
[89]193             
194             
195             
[203]196              <span class="attr">type:</span> <span class="value">2d array</span>
[89]197             
198             
199            </h4>
200       
[203]201          <div class="comments">
202 sinus of the angle between grid lines at V points and direction of the North pole
203</div>
[89]204           
205            <h4 id="_angle_param_gcost">gcost&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
206             
[203]207              <span class="attr">out</span>
[89]208             
209             
210             
[203]211              <span class="attr">type:</span> <span class="value">2d array</span>
[89]212             
213             
214            </h4>
215       
[203]216          <div class="comments">
217 cosinus of the angle between grid lines at T points and direction of the North pole
218</div>
[89]219           
220            <h4 id="_angle_param_gsint">gsint&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
221             
[203]222              <span class="attr">out</span>
[89]223             
224             
225             
[203]226              <span class="attr">type:</span> <span class="value">2d array</span>
[89]227             
228             
229            </h4>
230       
[203]231          <div class="comments">
232 sinus of the angle between grid lines at T points and direction of the North pole
233</div>
[89]234           
[249]235            <h4 id="_angle_param_gcosf">gcosf&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
236             
237              <span class="attr">out</span>
238             
239             
240             
241              <span class="attr">type:</span> <span class="value">2d array</span>
242             
243             
244            </h4>
245       
246          <div class="comments">
247 cosinus of the angle between grid lines at F points and direction of the North pole
248</div>
249           
250            <h4 id="_angle_param_gsinf">gsinf&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
251             
252              <span class="attr">out</span>
253             
254             
255             
256              <span class="attr">type:</span> <span class="value">2d array</span>
257             
258             
259            </h4>
260       
261          <div class="comments">
262 sinus of the angle between grid lines at F points and direction of the North pole
263</div>
264           
[89]265
266         
267
268         
269
270            <h3>Keywords</h3>
271           
272            <h4 id="_angle_keyword_IODIRECTORY">IODIRECTORY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
273             
274             
275             
276             
277             
[203]278              <span class="attr">type:</span> <span class="value">scalar string</span>
279              <span class="attr">default:</span> <span class="value">''</span>
[89]280             
281            </h4>
282       
[203]283            <div class="comments">
284 the directory path where is located fileocemesh
285</div>
[89]286           
287            <h4 id="_angle_keyword_DOUBLE">DOUBLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
288             
289             
290             
291             
292             
[249]293              <span class="attr">type:</span> <span class="value">1 or 0</span>
[121]294              <span class="attr">default:</span> <span class="value">0</span>
[89]295             
296            </h4>
297       
[203]298            <div class="comments">
299 put 1 to use double precision (default is float)
300</div>
[89]301           
302         
303
304         
[203]305          <h3>Version history</h3>
[89]306         
[234]307          <h4>Version</h4><div class="preformat">
[338]308 $Id: angle.pro 327 2007-12-13 16:22:35Z pinsard $
[242]309</div>
[203]310          <h4>History</h4><div class="preformat">
311       Original :  96-07 (O. Marti)
312                   98-06 (G. Madec)
313       Feb 2005: IDL adaptation S. Masson
[290]314       May 2007: F points + call to <a href="..//Interpolation/lbcorca.html">lbcorca</a>
[203]315</div>
[89]316         
317         
[203]318          <h3>Known issues</h3>
[89]319         
320         
321         
[203]322          <h4>Restrictions</h4><div class="preformat">
323 to compute the lateral boundary conditions, we assume that:
324     (1) the first line is similar to the second line
325       =>    gcosu[*, 0] = gcosu[*, 1]
326       =>    gsinu[*, 0] = gsinu[*, 1]
[290]327     (2) the grid follows OPA x and north pole periodicity rule (see <a href="..//Interpolation/lbcorca.html">lbcorca</a>)
[203]328</div>
[89]329       
330         
331         
332         
333         
334         
335         
336         
337       
[163]338          <h3>Statistics</h3>
339          <table class="statistics">
[249]340            <tr><td>McCabe cyclic</td><td>           9</td></tr>
[163]341            <tr><td>McCabe essential</td><td>           1</td></tr>
342            <tr><td>McCabe modular design</td><td>           1</td></tr>
343          </table>
[89]344         
345       
346        </div>
347       
348      </div>
349
350     
351
352      <div id="tagline">Produced by IDLdoc 2.0.</div>
353
354    </div>
355
356  </body>
[249]357</html>
Note: See TracBrowser for help on using the repository browser.