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

root/gliderproc/trunk/MATLAB/opnml/IO_Functions/v2r.m

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

Initial import of Stark code.

Line 
1 %V2R Dartmouth FEM File Standard Filetype (Description).
2 %
3 %       Output format for a 2-D, real-valued (steady-state) vector field.
4 %
5 %       This filetype is read by the OPNML MATLAB function
6 %       READ_V2R.  Type "help read_v2r" for more information.
7 %
8 %       The .v2r file contains 2 header lines:
9 %          1) The geometric meshname
10 %          2) User-defined file description line
11 %
12 %       Then, there are NN lines of the form:
13 %             I  U(I)  V(I) 
14 %
15 %       where:  U(I) - x-component of velocity
16 %               V(I) - y-component of velocity
17 %               I=1,NN  - the loop over 2-D horizontal nodes
18 %               NN - the number of horizontal nodes in the mesh
19 %
20 %      See the document "DATA FILE STANDARDS FOR THE GULF OF MAINE PROJECT"
21 %      for more details.
22
Note: See TracBrowser for help on using the browser.