[Index for ./FEM]
[Return to Master Index]
horzslicefem
(./FEM/horzslicefem.m)
Function Synopsis
qlev=horzslicefem(zgrid,q,zlev)
Help text
HORZSLICEFEM slice a FEM domain horizontally
HORZSLICEFEM slices a 3-D FEM domain specified in zgrid
horizontally at vertical position zlev, mapping the
data in q to that level.
Inputs (all three arguments REQUIRED):
zgrid - vertical position of FEM domain, in [nn x nnv] shape
q - [nn x nnv] scalar field, in [nn x nnv] shape
or a 3-d array of several variables to slice,
[nn x nnv x nqs], where nqs is the number of scalars
to slice
zlev - the vertical level at which to make slice
Output:
qlev - quantity q mapped to zlev
ALTERNATIVE: (not yet available)
Input (Both arguments REQUIRED):
fem_icq4_struct - structure containing .icq4 variables
zlev - the vertical level at which to make slice
Output:
qlev - all 3-D .icq4 field variables mapped to zlev.
in the following order:
UZMID,VZMID,WZMID,Q2MID,Q2LMID,TMPMID,SALMID
Call as: >> qlev=horzslicefem(zgrid,q,zlev)
OR: >> qlev=horzslicefem(fem_icq4_struct,zlev)
Written by: Brian O. Blanton
December 1998
Produced by mat2html on Tue Feb 2 16:15:45 EST 1999
Cross-Directory links are: OFF