NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/gliderproc/trunk/MATLAB/opnml/html/4.IO_Functions/s3c.html

Revision 495 (checked in by cbc, 12 years ago)

Initial import of Stark code.

Line 
1 <TITLE>/</TITLE>
2 <BODY>
3 <A HREF = "index.html">[Index for ./IO_Functions]</A>
4 <A HREF = "../index.html">[Return to Master Index]</A>
5 <H1>s3c</H1>
6 <H2>(./IO_Functions/s3c.m)</H2>
7 <HR><H3>Help text</H3>
8 <pre>
9 S3C Dartmouth FEM File Standard Filetype (Description).
10
11        Output format for a 3-D, complex-valued (periodic) scalar field.
12
13        This filetype is read by the OPNML MATLAB function
14        <A HREF = "../4.IO_Functions/read_s3c.html">READ_S3C</A>.  Type &quot;help <A HREF = "../4.IO_Functions/read_s3c.html">read_s3c</A>&quot; for more information.
15
16        The .s3c file contains 4 header lines:
17           1) The geometric meshname
18           2) User-defined file description line
19           3) NNV - number of vertical nodes
20           4) Frequency (radians/sec)
21
22        Then, there are NN lines of the form:
23              I  Z(I,J)   Samp(I,J)   Spha(I,J) 
24
25        where:  Z(I,J)    - vertical co-ordinate at node (I,J)
26                Samp(I,J) - scalar amplitude at node I
27                Spha(I,J) - scalar phase at node I  (degrees)
28                J=1,NNV   - the inner loop over 1-D vertical nodes
29                I=1,NN    - the outer loop over 2-D horizontal nodes
30                NN        - the number of horizontal nodes in the mesh
31  
32       See the document &quot;DATA FILE STANDARDS FOR THE GULF OF MAINE PROJECT&quot;
33       for more details.
34 </pre>
35 <HR><H3>Cross-Reference Information</H3>This  is called by
36 <pre><UL>
37 <LI><A HREF = "../4.IO_Functions/read_fem_data.html">read_fem_data</A>  ./IO_Functions/read_fem_data.m</LI>
38 </UL></pre>
39 <HR>
40 Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb  2 16:15:45 EST 1999
41 <BR>
42 Cross-Directory links are: OFF<BR>
43 </BODY>
Note: See TracBrowser for help on using the browser.