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

root/gliderproc/trunk/MATLAB/opnml/html/3.FEM/horzslicefem.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 ./FEM]</A>
4 <A HREF = "../index.html">[Return to Master Index]</A>
5 <H1>horzslicefem</H1>
6 <H2>(./FEM/horzslicefem.m)</H2>
7 <HR><H3>Function Synopsis</H3>
8 <pre>qlev=horzslicefem(zgrid,q,zlev)</pre>
9 <HR><H3>Help text</H3>
10 <pre>
11 HORZSLICEFEM slice a FEM domain horizontally
12    HORZSLICEFEM slices a 3-D FEM domain specified in zgrid
13    horizontally at vertical position zlev, mapping the
14    data in q to that level.
15
16  Inputs (all three arguments REQUIRED):
17    zgrid - vertical position of FEM domain, in [nn x nnv] shape
18        q - [nn x nnv] scalar field, in [nn x nnv] shape
19            or a 3-d array of several variables to slice,
20            [nn x nnv x nqs], where nqs is the number of scalars
21            to slice
22     zlev - the vertical level at which to make slice
23
24  Output:
25     qlev - quantity q mapped to zlev
26
27  ALTERNATIVE: (not yet available)
28   Input (Both arguments REQUIRED):
29    <A HREF = "../3.FEM/fem_icq4_struct.html">fem_icq4_struct</A> - structure containing .icq4 variables
30    zlev - the vertical level at which to make slice
31
32  Output:
33     qlev - all 3-D .icq4 field variables mapped to zlev.
34            in the following order:
35             UZMID,VZMID,WZMID,Q2MID,Q2LMID,TMPMID,SALMID
36
37  Call as: &gt;&gt; qlev=horzslicefem(zgrid,q,zlev)
38     OR:   &gt;&gt; qlev=horzslicefem(<A HREF = "../3.FEM/fem_icq4_struct.html">fem_icq4_struct</A>,zlev)
39    
40
41  Written by: Brian O. Blanton
42              December 1998   
43 </pre>
44 <HR>
45 Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb  2 16:15:45 EST 1999
46 <BR>
47 Cross-Directory links are: OFF<BR>
48 </BODY>
Note: See TracBrowser for help on using the browser.