/[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.8 by cnh, Mon May 25 16:17:36 1998 UTC revision 1.12 by adcroft, Thu May 28 16:19:50 1998 UTC
# Line 72  C     momViscosity  - Flag which turns m Line 72  C     momViscosity  - Flag which turns m
72  C     momAdvection  - Flag which turns advection of momentum on and off.  C     momAdvection  - Flag which turns advection of momentum on and off.
73  C     momForcing    - Flag which turns external forcing of momentum on  C     momForcing    - Flag which turns external forcing of momentum on
74  C                     and off.  C                     and off.
75    C     momPressureForcing - Flag which turns pressure term in momentum equation
76    C                          on and off.
77  C     useCoriolis   - Flag which turns the coriolis terms on and off.  C     useCoriolis   - Flag which turns the coriolis terms on and off.
78  C     tempDiffusion - Flag which turns diffusion of temperature on  C     tempDiffusion - Flag which turns diffusion of temperature on
79  C                     and off.  C                     and off.
# Line 87  C     saltForcing   - Flag which turns e Line 89  C     saltForcing   - Flag which turns e
89  C                     and off.  C                     and off.
90  C     implicitFreeSurface - Set to true to use implcit free surface  C     implicitFreeSurface - Set to true to use implcit free surface
91  C     rigidLid            - Set to true to use rigid lid  C     rigidLid            - Set to true to use rigid lid
92    C     momStepping   - Turns momentum equation time-stepping off
93    C     momStepping   - Turns temperature equation time-stepping off
94        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,
95       & momViscosity, momAdvection, momForcing, useCoriolis,       & momViscosity, momAdvection, momForcing, useCoriolis, momPressureForcing,
96       & tempDiffusion, tempAdvection, tempForcing,       & tempDiffusion, tempAdvection, tempForcing,
97       & saltDiffusion, saltAdvection, saltForcing,       & saltDiffusion, saltAdvection, saltForcing,
98       & implicitFreeSurface, rigidLid       & implicitFreeSurface, rigidLid, momStepping, tempStepping
99        LOGICAL usingCartesianGrid        LOGICAL usingCartesianGrid
100        LOGICAL usingSphericalPolarGrid        LOGICAL usingSphericalPolarGrid
101        LOGICAL momViscosity        LOGICAL momViscosity
102        LOGICAL momAdvection        LOGICAL momAdvection
103        LOGICAL momForcing        LOGICAL momForcing
104          LOGICAL momPressureForcing
105        LOGICAL useCoriolis        LOGICAL useCoriolis
106        LOGICAL tempDiffusion        LOGICAL tempDiffusion
107        LOGICAL tempAdvection        LOGICAL tempAdvection
# Line 106  C     rigidLid            - Set to true Line 111  C     rigidLid            - Set to true
111        LOGICAL saltForcing        LOGICAL saltForcing
112        LOGICAL implicitFreeSurface        LOGICAL implicitFreeSurface
113        LOGICAL rigidLid        LOGICAL rigidLid
114          LOGICAL momStepping
115          LOGICAL tempStepping
116    
117  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.
118  C     cg2dTargetResidual  C     cg2dTargetResidual
# Line 183  C     chkPtFreq  - Frequency of rolling Line 190  C     chkPtFreq  - Frequency of rolling
190  C     pChkPtFreq - Frequency of permanent check pointing ( s ).  C     pChkPtFreq - Frequency of permanent check pointing ( s ).
191  C     dumpFreq  - Frequency with which model state is written to  C     dumpFreq  - Frequency with which model state is written to
192  C                 post-processing files ( s ).  C                 post-processing files ( s ).
193    C     afFacMom  - Advection of momentum term scaling parameter
194    C     vfFacMom  - Momentum viscosity scaling parameter
195    C     pfFacMom  - Momentum pressure forcing parameter
196    C     cfFacMom  - Coriolis term scaling parameter
197    C     foFacMom  - Momentum forcing scaling parameter
198    C     cAdjFreq  - Frequency of convective adjustment
199        COMMON /PARM_R/ cg2dTargetResidual, cg2dpcOffDFac, delZ, delX, delY,        COMMON /PARM_R/ cg2dTargetResidual, cg2dpcOffDFac, delZ, delX, delY,
200       & deltaT,deltaTmom, deltaTtracer, deltaTClock,abeps, startTime, phiMin,       & deltaT,deltaTmom, deltaTtracer, deltaTClock,abeps, startTime, phiMin,
201       & thetaMin, rSphere, f0, fCori, beta, viscAh, viscAz, viscA4,       & thetaMin, rSphere, f0, fCori, beta, viscAh, viscAz, viscA4,
# Line 190  C                 post-processing files Line 203  C                 post-processing files
203       & tauCD, rCD, freeSurfFac,       & tauCD, rCD, freeSurfFac,
204       & GMmaxslope,GMlength,GMalpha,GMdepth,GMkbackground,       & GMmaxslope,GMlength,GMalpha,GMdepth,GMkbackground,
205       & gravity, gBaro, rhonil, tRef, sRef,       & gravity, gBaro, rhonil, tRef, sRef,
206       & endTime, chkPtFreq, pchkPtFreq, dumpFreq       & endTime, chkPtFreq, pchkPtFreq, dumpFreq,
207         & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom,
208         & cAdjFreq
209        _RL cg2dTargetResidual        _RL cg2dTargetResidual
210        _RL cg2dpcOffDFac        _RL cg2dpcOffDFac
211        _RL delZ(Nz)        _RL delZ(Nz)
# Line 229  C                 post-processing files Line 244  C                 post-processing files
244        _RL rhonil        _RL rhonil
245        _RL tRef(Nz)        _RL tRef(Nz)
246        _RL sRef(Nz)        _RL sRef(Nz)
247        _RL Fcori(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RS Fcori(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
248        _RL startTime        _RL startTime
249        _RL endTime        _RL endTime
250        _RL chkPtFreq        _RL chkPtFreq
251        _RL pChkPtFreq        _RL pChkPtFreq
252        _RL dumpFreq        _RL dumpFreq
253          _RL afFacMom
254          _RL vfFacMom
255          _RL pfFacMom
256          _RL cfFacMom
257          _RL foFacMom
258          _RL cAdjFreq
259    
260        COMMON /PARM_A/ HeatCapacity_Cp,        COMMON /PARM_A/ HeatCapacity_Cp,
261       &                Lamba_theta       &                Lamba_theta
# Line 243  C                 post-processing files Line 264  C                 post-processing files
264    
265  C Equation of State (polynomial coeffients)  C Equation of State (polynomial coeffients)
266        COMMON /PARM_EOS_NL/ eosC,eosSig0,eosRefT,eosRefS        COMMON /PARM_EOS_NL/ eosC,eosSig0,eosRefT,eosRefS
267        _RL eosC(Nz+1,9),eosSig0(Nz+1),eosRefT(Nz+1),eosRefS(Nz+1)        _RL eosC(9,Nz+1),eosSig0(Nz+1),eosRefT(Nz+1),eosRefS(Nz+1)
268  C Linear equation of state  C Linear equation of state
269  C     tAlpha    - Linear EOS thermal expansion coefficient ( 1/degree ).  C     tAlpha    - Linear EOS thermal expansion coefficient ( 1/degree ).
270  C     sBeta     - Linear EOS haline contraction coefficient.  C     sBeta     - Linear EOS haline contraction coefficient.
271        COMMON /PARM_EOS_LIN/ tAlpha,sBeta        COMMON /PARM_EOS_LIN/ tAlpha,sBeta,eosType
272        _RL tAlpha        _RL tAlpha
273        _RL sBeta        _RL sBeta
274          character*(6) eosType
275    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.22