Next: Overview of Model Flow
Up: Descriptions of Files and
Previous: Content of Output
- Makefiles
-
Compiling and linking options for the model are
controlled by makefiles found in the
src directory.
Four makefiles come with the QTCM1 distribution:
- makefile
- Makefile used by the model execution shell scripts to
compile and link the model code. It is the same as
makefile.sun_ultra.
- makefile.sun_ultra
- Makefile for compiling, linking, and running
QTCM1 on a SUN Ultra Sparc machine.
- makefile.cray
- Makefile for compiling, linking, and running
QTCM1 on a CRAY machine.
- makefile.sgi
- Makefile for compiling, linking, and running
QTCM1 on a SGI machine.
- aveflux.f
- Fortran program used to calculate Q-flux from a control run.
- ave31.f
- Fortran program used to calculate climatology of model
standard output variables from a control run.
- bnddataV2.1.tar.gz
- Gzipped and archived Fortran programs to generate
boundary data (surface type, togography,
albedo and SSTs) at arbitrary model resolution and
domain size. When gunzipped, the file structure is
similar to /bnddata in QTCM1 with the addition of
two sub-directories
raw and bin.
raw stores all raw data. bin stores
shell scripts and Fortran programs for interpolation.
To execute, run README file in bin. Dimension
parameters are specified in README.
- qtcmparv2.1.tar.gz
- Gzipped and archived Fortran programs to generate
the input parameters (qtcmpar.in) for QTCM1. A
README file in the package explains how to use it.
Thus, to run QTCM1 on a different system, just
copy ``makefile.*'' to ``makefile,'' overwriting the
old version, and run the model using the execution shell scripts.
See Section
for more information about how the
model is run.
Johnny Wei-Bing Lin
Thu Sep 9 13:11:12 PDT 1999