/[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.7 by cnh, Thu May 21 18:28:50 1998 UTC revision 1.10 by cnh, Mon May 25 21:29:44 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 85  C     saltAdvection - Flag which turns a Line 87  C     saltAdvection - Flag which turns a
87  C                     and off.  C                     and off.
88  C     saltForcing   - Flag which turns external forcing of salinit on  C     saltForcing   - Flag which turns external forcing of salinit on
89  C                     and off.  C                     and off.
90    C     implicitFreeSurface - Set to true to use implcit free surface
91    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, 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 101  C                     and off. Line 109  C                     and off.
109        LOGICAL saltDiffusion        LOGICAL saltDiffusion
110        LOGICAL saltAdvection        LOGICAL saltAdvection
111        LOGICAL saltForcing        LOGICAL saltForcing
112          LOGICAL implicitFreeSurface
113          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 124  C                 between "w" surfaces. Line 136  C                 between "w" surfaces.
136  C     delX      - Separation between cell faces (m) or (deg), depending  C     delX      - Separation between cell faces (m) or (deg), depending
137  C     delY        on input flags.  C     delY        on input flags.
138  C     gravity   - Accel. due to gravity ( m/s^2 )  C     gravity   - Accel. due to gravity ( m/s^2 )
139    C     gBaro     - Accel. due to gravity used in barotropic equation ( m/s^2 )
140  C     ronil     - Reference density  C     ronil     - Reference density
141  C     startTime - Start time for model ( s )  C     startTime - Start time for model ( s )
142  C     phiMin    - Latitude of southern most cell face.  C     phiMin    - Latitude of southern most cell face.
# Line 161  C                    Frequency of checkp Line 174  C                    Frequency of checkp
174  C                    are referenced to this clock. ( s )  C                    are referenced to this clock. ( s )
175  C     deltaTMom    - Timestep for momemtum equations ( s )  C     deltaTMom    - Timestep for momemtum equations ( s )
176  C     deltaTtracer - Timestep for tracer equations ( s )  C     deltaTtracer - Timestep for tracer equations ( s )
177    C     freesurfFac  - Parameter to turn implicit free surface term on or off
178    C                    freesurfac = 1. uses implicit free surface
179    C                    freesurfac = 0. uses rigid lid
180  C     tauCD     - CD scheme coupling timescale ( 1/s )  C     tauCD     - CD scheme coupling timescale ( 1/s )
181  C     rCD       - CD scheme normalised coupling parameter ( 0-1 )  C     rCD       - CD scheme normalised coupling parameter ( 0-1 )
182  C     GMmaxslope  - max. slope allowed in GM/Redi tensor  C     GMmaxslope  - max. slope allowed in GM/Redi tensor
183  C     GMlength  - Length to use in Visbeck et al. formula for K  C     GMlength  - Length to use in Visbeck et al. formula for K (m)
184  C     GMalpha   - alpha to use in Visbeck et al. formula for K  C     GMalpha   - alpha to use in Visbeck et al. formula for K
185  C     GMdepth   - Depth over which to integrate Richardson # (Visbeck et al.)  C     GMdepth   - Depth over which to integrate Richardson # (Visbeck et al.)
186  C     GMbackground - background value of GM/Redi coefficient  C     GMkbackground - background value of GM/Redi coefficient
187  C     startTime - Starting time for this integration ( s ).  C     startTime - Starting time for this integration ( s ).
188  C     endTime   - Ending time for this integration ( s ).  C     endTime   - Ending time for this integration ( s ).
189  C     chkPtFreq  - Frequency of rolling check pointing ( s ).  C     chkPtFreq  - Frequency of rolling check pointing ( s ).
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,
202       & diffKhT, diffKzT, diffK4T, diffKhS, diffKzS, diffK4S, delT,       & diffKhT, diffKzT, diffK4T, diffKhS, diffKzS, diffK4S, delT,
203       & tauCD, rCD,       & tauCD, rCD, freeSurfFac,
204       & GMmaxslope,GMlength,GMalpha,GMdepth,GMkbackground,       & GMmaxslope,GMlength,GMalpha,GMdepth,GMkbackground,
205       & gravity, 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 196  C                 post-processing files Line 220  C                 post-processing files
220        _RL thetaMin        _RL thetaMin
221        _RL rSphere        _RL rSphere
222        _RL f0        _RL f0
223          _RL freeSurfFac
224        _RL beta        _RL beta
225        _RL viscAh        _RL viscAh
226        _RL viscAz        _RL viscAz
# Line 215  C                 post-processing files Line 240  C                 post-processing files
240        _RL GMdepth        _RL GMdepth
241        _RL GMkbackground        _RL GMkbackground
242        _RL gravity        _RL gravity
243          _RL gBaro
244        _RL rhonil        _RL rhonil
245        _RL tRef(Nz)        _RL tRef(Nz)
246        _RL sRef(Nz)        _RL sRef(Nz)
# Line 224  C                 post-processing files Line 250  C                 post-processing files
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

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.22