/[MITgcm]/MITgcm/model/inc/PARAMS.h
ViewVC logotype

Diff of /MITgcm/model/inc/PARAMS.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.160 by jmc, Wed Jun 22 00:21:03 2005 UTC revision 1.161 by jmc, Tue Jul 12 16:30:53 2005 UTC
# Line 53  C     bathyFile   :: File containing bat Line 53  C     bathyFile   :: File containing bat
53  C                   is taken from inline function.  C                   is taken from inline function.
54  C     topoFile    :: File containing the topography of the surface (unit=m)  C     topoFile    :: File containing the topography of the surface (unit=m)
55  C                   (mainly used for the atmosphere = ground height).  C                   (mainly used for the atmosphere = ground height).
56    C     horizGridFile   :: File containing horizontal-grid definition
57    C                        (only when using curvilinear_grid)
58  C     hydrogThetaFile :: File containing initial hydrographic data for potential  C     hydrogThetaFile :: File containing initial hydrographic data for potential
59  C                       temperature.  C                       temperature.
60  C     hydrogSaltFile  :: File containing initial hydrographic data for salinity.  C     hydrogSaltFile  :: File containing initial hydrographic data for salinity.
# Line 78  C     eosType         :: choose the equa Line 80  C     eosType         :: choose the equa
80  C                        LINEAR, POLY3, UNESCO, JMD95Z, JMD95P, MDJWF, IDEALGAS  C                        LINEAR, POLY3, UNESCO, JMD95Z, JMD95P, MDJWF, IDEALGAS
81  C     the_run_name    :: string identifying the name of the model "run"  C     the_run_name    :: string identifying the name of the model "run"
82        COMMON /PARM_C/ checkPtSuff,        COMMON /PARM_C/ checkPtSuff,
83       &                bathyFile, topoFile,       &                bathyFile, topoFile, horizGridFile,
84       &                hydrogThetaFile, hydrogSaltFile,       &                hydrogThetaFile, hydrogSaltFile,
85       &                zonalWindFile, meridWindFile, thetaClimFile,       &                zonalWindFile, meridWindFile, thetaClimFile,
86       &                saltClimFile, buoyancyRelation,       &                saltClimFile, buoyancyRelation,
# Line 93  C     the_run_name    :: string identify Line 95  C     the_run_name    :: string identify
95       &                the_run_name       &                the_run_name
96        CHARACTER*(5) checkPtSuff(maxNoChkptLev)        CHARACTER*(5) checkPtSuff(maxNoChkptLev)
97        CHARACTER*(MAX_LEN_FNAM) bathyFile, topoFile        CHARACTER*(MAX_LEN_FNAM) bathyFile, topoFile
98          CHARACTER*(MAX_LEN_FNAM) horizGridFile
99        CHARACTER*(MAX_LEN_FNAM) hydrogThetaFile        CHARACTER*(MAX_LEN_FNAM) hydrogThetaFile
100        CHARACTER*(MAX_LEN_FNAM) hydrogSaltFile        CHARACTER*(MAX_LEN_FNAM) hydrogSaltFile
101        CHARACTER*(MAX_LEN_FNAM) zonalWindFile        CHARACTER*(MAX_LEN_FNAM) zonalWindFile

Legend:
Removed from v.1.160  
changed lines
  Added in v.1.161

  ViewVC Help
Powered by ViewVC 1.1.22