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>fem_icq4_struct</H1> |
---|
6 |
<H2>(./FEM/fem_icq4_struct.m)</H2> |
---|
7 |
<HR><H3>Help text</H3> |
---|
8 |
<pre> |
---|
9 |
FEM_ICQ4_STRUCT - FEM icq4 data description structure |
---|
10 |
FEM_ICQ4_STRUCT is a structure containing the |
---|
11 |
components that make up a QUODDY4 HOTSTART data file. |
---|
12 |
|
---|
13 |
The struct array FEM_ICQ4_STRUCT contains the following fields: |
---|
14 |
INFO LINES |
---|
15 |
.codename - Code name that generated the icq4 file [char array] |
---|
16 |
.casename - Name of computational domain |
---|
17 |
.inqfilename - QUODDY4 .inq filename |
---|
18 |
.initcondname - Starting .icq4 filename |
---|
19 |
.nn - Number of horizontal nodes |
---|
20 |
.nnv - Number of vertical nodes |
---|
21 |
.day - Simulation day of month |
---|
22 |
.month - Simulation month of year |
---|
23 |
.year - Simulation year |
---|
24 |
.curr_seconds - Number of seconds elasped since start of day |
---|
25 |
|
---|
26 |
DATA BLOCK - field names are same as QUODDY4 OUTPUTQ4 variable names |
---|
27 |
all *MID* fields are at time level of icq4 write |
---|
28 |
all *OLD* fields are at previous time level |
---|
29 |
.HMID - total depth [nn x 1 double array] |
---|
30 |
.UMID - depth-averaged u-vel " " " |
---|
31 |
.VMID - depth-averaged v-vel " " " |
---|
32 |
.HOLD - total depth " " " |
---|
33 |
.UOLD - depth-averaged u-vel " " " |
---|
34 |
.VOLD - depth-averaged v-vel " " " |
---|
35 |
.ZMID - vertical grid position at current time [nn x nnv double] |
---|
36 |
.ZOLD - vertical grid position at previous time " " " |
---|
37 |
.UZMID - 3-D east-west horizontal velocity " " " |
---|
38 |
.VZMID - 3-D east-west horizontal v-velocity " " " |
---|
39 |
.WZMID - 3-D east-west horizontal w-velocity " " " |
---|
40 |
.Q2MID - 3-D turbulence field " " " |
---|
41 |
.Q2LMID - 3-D turbulence field " " " |
---|
42 |
.TMPMID - 3-D temperature field " " " |
---|
43 |
.SALMID - 3-D salinity field " " " |
---|
44 |
|
---|
45 |
|
---|
46 |
(FEM_ICQ4_STRUCT is NOT a function; this is just the description |
---|
47 |
file for the structure.) |
---|
48 |
</pre> |
---|
49 |
<HR> |
---|
50 |
Produced by <A HREF="http://www.nd.edu/Courses/kantor/matlab/mat2html">mat2html</A> on Tue Feb 2 16:15:45 EST 1999 |
---|
51 |
<BR> |
---|
52 |
Cross-Directory links are: OFF<BR> |
---|
53 |
</BODY> |
---|