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

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

Revision 495 (checked in by cbc, 11 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>s2r</H1>
6 <H2>(./IO_Functions/s2r.m)</H2>
7 <HR><H3>Help text</H3>
8 <pre>
9 S2R Dartmouth FEM File Standard Filetype (Description).
10
11        Output format for a 2-D, real-valued (steady-state) scalar field.
12
13        This filetype is read by the OPNML MATLAB function
14        <A HREF = "../4.IO_Functions/read_s2r.html">READ_S2R</A>.  Type &quot;help <A HREF = "../4.IO_Functions/read_s2r.html">read_s2r</A>&quot; for more information.
15
16        The .s2r file contains 2 header lines:
17           1) The geometric meshname
18           2) User-defined file description line
19
20        Then, there are NN lines of the form:
21              I  S(I) 
22
23        where:  S(I)    - scalar value at node I
24                I=1,NN  - the outer loop over 2-D horizontal nodes
25                NN      - the number of horizontal nodes in the mesh
26  
27       See the document &quot;DATA FILE STANDARDS FOR THE GULF OF MAINE PROJECT&quot;
28       for more details.
29 </pre>
30 <HR>
31 Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb  2 16:15:45 EST 1999
32 <BR>
33 Cross-Directory links are: OFF<BR>
34 </BODY>
Note: See TracBrowser for help on using the browser.