/[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.18 by cnh, Mon Jun 15 05:13:55 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    C     thetaClimFile   - File containing theta climataology used
44    C                       in relaxation term -lambda(theta-theta*)
45    C     saltClimFile    - File containing salt climataology used
46    C                       in relaxation term -lambda(salt-salt*)
47          COMMON /PARM_C/ checkPtSuff,
48         &                bathyFile, hydrogThetaFile, hydrogSaltFile,
49         &                zonalWindFile, meridWindFile, thetaClimFile,
50         &                saltClimFile
51        CHARACTER*(5) checkPtSuff(maxNoChkptLev)        CHARACTER*(5) checkPtSuff(maxNoChkptLev)
52          CHARACTER*(MAX_LEN_FNAM) bathyFile
53          CHARACTER*(MAX_LEN_FNAM) hydrogThetaFile
54          CHARACTER*(MAX_LEN_FNAM) hydrogSaltFile
55          CHARACTER*(MAX_LEN_FNAM) zonalWindFile
56          CHARACTER*(MAX_LEN_FNAM) meridWindFile
57          CHARACTER*(MAX_LEN_FNAM) thetaClimFile
58          CHARACTER*(MAX_LEN_FNAM) saltClimFile
59    
60  C--   COMMON /PARM_I/ Integer valued parameters used by the model.  C--   COMMON /PARM_I/ Integer valued parameters used by the model.
61  C     cg2dMaxIters        - Maximum number of iterations in the  C     cg2dMaxIters        - Maximum number of iterations in the
# Line 96  C     implicitFreeSurface - Set to true Line 117  C     implicitFreeSurface - Set to true
117  C     rigidLid            - Set to true to use rigid lid  C     rigidLid            - Set to true to use rigid lid
118  C     momStepping   - Turns momentum equation time-stepping off  C     momStepping   - Turns momentum equation time-stepping off
119  C     tempStepping  - Turns temperature equation time-stepping off  C     tempStepping  - Turns temperature equation time-stepping off
120    C     saltStepping  - Turns salinity equation time-stepping off
121  C     useConstantF  - Coriolis parameter set to f0  C     useConstantF  - Coriolis parameter set to f0
122  C     useBetaPlaneF - Coriolis parameter set to f0 + beta.y  C     useBetaPlaneF - Coriolis parameter set to f0 + beta.y
123  C     useSphereF    - Coriolis parameter set to 2.omega.sin(phi)  C     useSphereF    - Coriolis parameter set to 2.omega.sin(phi)
124  C     implicitDiffusion - Turns implicit vertical diffusion on  C     implicitDiffusion - Turns implicit vertical diffusion on
125    C     doThetaClimRelax - Set true if relaxation to temperature
126    C                        climatology is required.
127    C     doSaltClimRelax  - Set true if relaxation to salinity
128    C                        climatology is required.
129        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,
130       & momViscosity, momAdvection, momForcing, useCoriolis, momPressureForcing,       & momViscosity, momAdvection, momForcing, useCoriolis, momPressureForcing,
131       & tempDiffusion, tempAdvection, tempForcing,       & tempDiffusion, tempAdvection, tempForcing,
132       & saltDiffusion, saltAdvection, saltForcing,       & saltDiffusion, saltAdvection, saltForcing,
133       & implicitFreeSurface, rigidLid, momStepping, tempStepping,       & implicitFreeSurface, rigidLid,
134         & momStepping, tempStepping, saltStepping,
135       & metricTerms, usingSphericalPolarMTerms,       & metricTerms, usingSphericalPolarMTerms,
136       & useConstantF, useBetaPlaneF, useSphereF,       & useConstantF, useBetaPlaneF, useSphereF,
137       & implicitDiffusion       & implicitDiffusion, doThetaClimRelax, doSaltClimRelax
138        LOGICAL usingCartesianGrid        LOGICAL usingCartesianGrid
139        LOGICAL usingSphericalPolarGrid        LOGICAL usingSphericalPolarGrid
140        LOGICAL usingSphericalPolarMTerms        LOGICAL usingSphericalPolarMTerms
# Line 126  C     implicitDiffusion - Turns implicit Line 153  C     implicitDiffusion - Turns implicit
153        LOGICAL rigidLid        LOGICAL rigidLid
154        LOGICAL momStepping        LOGICAL momStepping
155        LOGICAL tempStepping        LOGICAL tempStepping
156          LOGICAL saltStepping
157        LOGICAL metricTerms        LOGICAL metricTerms
158        LOGICAL useConstantF        LOGICAL useConstantF
159        LOGICAL useBetaPlaneF        LOGICAL useBetaPlaneF
160        LOGICAL useSphereF        LOGICAL useSphereF
161        LOGICAL implicitDiffusion        LOGICAL implicitDiffusion
162          LOGICAL doThetaClimRelax
163          LOGICAL doSaltClimRelax
164    
165  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.
166  C     cg2dTargetResidual  C     cg2dTargetResidual
# Line 217  C     cfFacMom  - Coriolis term scaling Line 247  C     cfFacMom  - Coriolis term scaling
247  C     foFacMom  - Momentum forcing scaling parameter  C     foFacMom  - Momentum forcing scaling parameter
248  C     mtFacMom  - Metric terms scaling parameter  C     mtFacMom  - Metric terms scaling parameter
249  C     cAdjFreq  - Frequency of convective adjustment  C     cAdjFreq  - Frequency of convective adjustment
250    C     tauThetaClimRelax - Relaxation to climatology time scale ( s ).
251    C     lambdaThetaClimRelax - Inverse time scale for relaxation ( 1/s ).
252    C     tauSaltClimRelax - Relaxation to climatology time scale ( s ).
253    C     lambdaSaltClimRelax - Inverse time scale for relaxation ( 1/s ).
254        COMMON /PARM_R/ cg2dTargetResidual, cg2dpcOffDFac, delZ, delX, delY,        COMMON /PARM_R/ cg2dTargetResidual, cg2dpcOffDFac, delZ, delX, delY,
255       & deltaT,deltaTmom, deltaTtracer, deltaTClock,abeps, startTime, phiMin,       & deltaT,deltaTmom, deltaTtracer, deltaTClock,abeps, startTime, phiMin,
256       & thetaMin, rSphere, rRSphere, f0, fCori, beta, viscAh, viscAz, viscA4,       & thetaMin, rSphere, rRSphere, f0, fCori, beta, viscAh, viscAz, viscA4,
# Line 226  C     cAdjFreq  - Frequency of convectiv Line 260  C     cAdjFreq  - Frequency of convectiv
260       & gravity, gBaro, rhonil, tRef, sRef,       & gravity, gBaro, rhonil, tRef, sRef,
261       & endTime, chkPtFreq, pchkPtFreq, dumpFreq,       & endTime, chkPtFreq, pchkPtFreq, dumpFreq,
262       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,
263       & cAdjFreq, omega       & cAdjFreq, omega, tauThetaClimRelax, lambdaThetaClimRelax,
264         & tauSaltClimRelax, lambdaSaltClimRelax
265        _RL cg2dTargetResidual        _RL cg2dTargetResidual
266        _RL cg2dpcOffDFac        _RL cg2dpcOffDFac
267        _RL delZ(Nz)        _RL delZ(Nz)
# Line 280  C     cAdjFreq  - Frequency of convectiv Line 315  C     cAdjFreq  - Frequency of convectiv
315        _RL mTFacMom        _RL mTFacMom
316        _RL cAdjFreq        _RL cAdjFreq
317        _RL omega        _RL omega
318          _RL tauThetaClimRelax
319          _RL lambdaThetaClimRelax
320          _RL tauSaltClimRelax
321          _RL lambdaSaltClimRelax
322    
323        COMMON /PARM_A/ HeatCapacity_Cp,        COMMON /PARM_A/ HeatCapacity_Cp,
324       &                Lamba_theta       &                Lamba_theta

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

  ViewVC Help
Powered by ViewVC 1.1.22