The fields described in Table
are written to q.out and qmean.out in the following manner:
Note that for the meridionally staggered variables that are
dimensioned in the y-direction from 0:NY, the
southern boundary (i,0)
is not output. This is
because the value at the southern boundary is set to zero in
the model. See Section
for more details.
T
grid points. QTCM1 does not
interpolate staggered variables to the T
grid points (i,j).
Thus, if you wish to have the ``true'' value of the meridionally
staggered variables at (i,j), you will need to interpolate
accordingly or supply offset information in the plotting routine.
The plotting routines described in section (1.3.2) actually ignore
grid offset in plotting u,v. Some of these meridionally staggered
variables
include u1
, v1
, u0
, and v0
.
See Section
Table: Variables output into q.out and qmean.out
In the standard version of QTCM1, the temporary arrays listed in
Table are set to the following model variables:
Note that some of the variable units given in Table
are ``non-conventional,'' i.e. they are in units different from those
in which they are usually found. For instance, precipitation is
usually given in mm/day; the model outputs the parameter in
. A few conversion factors to more ``conventional''
units are given below (see the GrADS script
qtcmpar.gs
for more
conversion factors):
Note also that because output files are written in sequential access,
they have FORTRAN 77 control words embedded in the records. Thus,
in order to properly read the output files, the sequential
option needs to be specified in GrADS, and the
/F77_UNFORMATTED
keyword needs to be specified in the IDL
OPEN
procedure.