/[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.15 by cnh, Mon Jun 8 21:43:00 1998 UTC revision 1.16 by cnh, Tue Jun 9 16:48:02 1998 UTC
# Line 33  C     Checkpoint data Line 33  C     Checkpoint data
33    
34  C--   COMMON /PARM_C/ Character valued parameters used by the model.  C--   COMMON /PARM_C/ Character valued parameters used by the model.
35  C     checkPtSuff - List of checkpoint file suffices  C     checkPtSuff - List of checkpoint file suffices
36        COMMON /PARM_C/ checkPtSuff  C     bathyFile   - File containing bathymetry. If not defined bathymetry
37    C                   is taken from inline function.
38    C     hydrogThetaFile - File containing initial hydrographic data for potential
39    C                       temperature.
40    C     hydrogSaltFile  - File containing initial hydrographic data for salinity.
41    C     zonalWindFile   - File containing zonal wind data
42    C     meridWindFile   - File containing meridional wind data
43          COMMON /PARM_C/ checkPtSuff,
44         &                bathyFile, hydrogThetaFile, hydrogSaltFile,
45         &                zonalWindFile, meridWindFile
46        CHARACTER*(5) checkPtSuff(maxNoChkptLev)        CHARACTER*(5) checkPtSuff(maxNoChkptLev)
47          CHARACTER*(MAX_LEN_FNAM) bathyFile
48          CHARACTER*(MAX_LEN_FNAM) hydrogThetaFile
49          CHARACTER*(MAX_LEN_FNAM) hydrogSaltFile
50          CHARACTER*(MAX_LEN_FNAM) zonalWindFile
51          CHARACTER*(MAX_LEN_FNAM) meridWindFile
52    
53  C--   COMMON /PARM_I/ Integer valued parameters used by the model.  C--   COMMON /PARM_I/ Integer valued parameters used by the model.
54  C     cg2dMaxIters        - Maximum number of iterations in the  C     cg2dMaxIters        - Maximum number of iterations in the

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

  ViewVC Help
Powered by ViewVC 1.1.22