/[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.9 by cnh, Mon May 25 20:05:55 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        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,
93       & momViscosity, momAdvection, momForcing, useCoriolis,       & momViscosity, momAdvection, momForcing, useCoriolis, momPressureForcing,
94       & tempDiffusion, tempAdvection, tempForcing,       & tempDiffusion, tempAdvection, tempForcing,
95       & saltDiffusion, saltAdvection, saltForcing       & saltDiffusion, saltAdvection, saltForcing,
96         & implicitFreeSurface, rigidLid
97        LOGICAL usingCartesianGrid        LOGICAL usingCartesianGrid
98        LOGICAL usingSphericalPolarGrid        LOGICAL usingSphericalPolarGrid
99        LOGICAL momViscosity        LOGICAL momViscosity
100        LOGICAL momAdvection        LOGICAL momAdvection
101        LOGICAL momForcing        LOGICAL momForcing
102          LOGICAL momPressureForcing
103        LOGICAL useCoriolis        LOGICAL useCoriolis
104        LOGICAL tempDiffusion        LOGICAL tempDiffusion
105        LOGICAL tempAdvection        LOGICAL tempAdvection
# Line 101  C                     and off. Line 107  C                     and off.
107        LOGICAL saltDiffusion        LOGICAL saltDiffusion
108        LOGICAL saltAdvection        LOGICAL saltAdvection
109        LOGICAL saltForcing        LOGICAL saltForcing
110          LOGICAL implicitFreeSurface
111          LOGICAL rigidLid
112    
113  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.
114  C     cg2dTargetResidual  C     cg2dTargetResidual
# Line 124  C                 between "w" surfaces. Line 132  C                 between "w" surfaces.
132  C     delX      - Separation between cell faces (m) or (deg), depending  C     delX      - Separation between cell faces (m) or (deg), depending
133  C     delY        on input flags.  C     delY        on input flags.
134  C     gravity   - Accel. due to gravity ( m/s^2 )  C     gravity   - Accel. due to gravity ( m/s^2 )
135    C     gBaro     - Accel. due to gravity used in barotropic equation ( m/s^2 )
136  C     ronil     - Reference density  C     ronil     - Reference density
137  C     startTime - Start time for model ( s )  C     startTime - Start time for model ( s )
138  C     phiMin    - Latitude of southern most cell face.  C     phiMin    - Latitude of southern most cell face.
# Line 161  C                    Frequency of checkp Line 170  C                    Frequency of checkp
170  C                    are referenced to this clock. ( s )  C                    are referenced to this clock. ( s )
171  C     deltaTMom    - Timestep for momemtum equations ( s )  C     deltaTMom    - Timestep for momemtum equations ( s )
172  C     deltaTtracer - Timestep for tracer equations ( s )  C     deltaTtracer - Timestep for tracer equations ( s )
173    C     freesurfFac  - Parameter to turn implicit free surface term on or off
174    C                    freesurfac = 1. uses implicit free surface
175    C                    freesurfac = 0. uses rigid lid
176  C     tauCD     - CD scheme coupling timescale ( 1/s )  C     tauCD     - CD scheme coupling timescale ( 1/s )
177  C     rCD       - CD scheme normalised coupling parameter ( 0-1 )  C     rCD       - CD scheme normalised coupling parameter ( 0-1 )
178  C     GMmaxslope  - max. slope allowed in GM/Redi tensor  C     GMmaxslope  - max. slope allowed in GM/Redi tensor
179  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)
180  C     GMalpha   - alpha to use in Visbeck et al. formula for K  C     GMalpha   - alpha to use in Visbeck et al. formula for K
181  C     GMdepth   - Depth over which to integrate Richardson # (Visbeck et al.)  C     GMdepth   - Depth over which to integrate Richardson # (Visbeck et al.)
182  C     GMbackground - background value of GM/Redi coefficient  C     GMkbackground - background value of GM/Redi coefficient
183  C     startTime - Starting time for this integration ( s ).  C     startTime - Starting time for this integration ( s ).
184  C     endTime   - Ending time for this integration ( s ).  C     endTime   - Ending time for this integration ( s ).
185  C     chkPtFreq  - Frequency of rolling check pointing ( s ).  C     chkPtFreq  - Frequency of rolling check pointing ( s ).
186  C     pChkPtFreq - Frequency of permanent check pointing ( s ).  C     pChkPtFreq - Frequency of permanent check pointing ( s ).
187  C     dumpFreq  - Frequency with which model state is written to  C     dumpFreq  - Frequency with which model state is written to
188  C                 post-processing files ( s ).  C                 post-processing files ( s ).
189    C     afFacMom  - Advection of momentum term scaling parameter
190    C     vfFacMom  - Momentum viscosity scaling parameter
191    C     pfFacMom  - Momentum pressure forcing parameter
192    C     cfFacMom  - Coriolis term scaling parameter
193    C     foFacMom  - Momentum forcing scaling parameter
194    C     cAdjFreq  - Frequency of convective adjustment
195        COMMON /PARM_R/ cg2dTargetResidual, cg2dpcOffDFac, delZ, delX, delY,        COMMON /PARM_R/ cg2dTargetResidual, cg2dpcOffDFac, delZ, delX, delY,
196       & deltaT,deltaTmom, deltaTtracer, deltaTClock,abeps, startTime, phiMin,       & deltaT,deltaTmom, deltaTtracer, deltaTClock,abeps, startTime, phiMin,
197       & thetaMin, rSphere, f0, fCori, beta, viscAh, viscAz, viscA4,       & thetaMin, rSphere, f0, fCori, beta, viscAh, viscAz, viscA4,
198       & diffKhT, diffKzT, diffK4T, diffKhS, diffKzS, diffK4S, delT,       & diffKhT, diffKzT, diffK4T, diffKhS, diffKzS, diffK4S, delT,
199       & tauCD, rCD,       & tauCD, rCD, freeSurfFac,
200       & GMmaxslope,GMlength,GMalpha,GMdepth,GMkbackground,       & GMmaxslope,GMlength,GMalpha,GMdepth,GMkbackground,
201       & gravity, rhonil, tRef, sRef,       & gravity, gBaro, rhonil, tRef, sRef,
202       & endTime, chkPtFreq, pchkPtFreq, dumpFreq       & endTime, chkPtFreq, pchkPtFreq, dumpFreq,
203         & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom,
204         & cAdjFreq
205        _RL cg2dTargetResidual        _RL cg2dTargetResidual
206        _RL cg2dpcOffDFac        _RL cg2dpcOffDFac
207        _RL delZ(Nz)        _RL delZ(Nz)
# Line 196  C                 post-processing files Line 216  C                 post-processing files
216        _RL thetaMin        _RL thetaMin
217        _RL rSphere        _RL rSphere
218        _RL f0        _RL f0
219          _RL freeSurfFac
220        _RL beta        _RL beta
221        _RL viscAh        _RL viscAh
222        _RL viscAz        _RL viscAz
# Line 215  C                 post-processing files Line 236  C                 post-processing files
236        _RL GMdepth        _RL GMdepth
237        _RL GMkbackground        _RL GMkbackground
238        _RL gravity        _RL gravity
239          _RL gBaro
240        _RL rhonil        _RL rhonil
241        _RL tRef(Nz)        _RL tRef(Nz)
242        _RL sRef(Nz)        _RL sRef(Nz)
# Line 224  C                 post-processing files Line 246  C                 post-processing files
246        _RL chkPtFreq        _RL chkPtFreq
247        _RL pChkPtFreq        _RL pChkPtFreq
248        _RL dumpFreq        _RL dumpFreq
249          _RL afFacMom
250          _RL vfFacMom
251          _RL pfFacMom
252          _RL cfFacMom
253          _RL foFacMom
254          _RL cAdjFreq
255    
256        COMMON /PARM_A/ HeatCapacity_Cp,        COMMON /PARM_A/ HeatCapacity_Cp,
257       &                Lamba_theta       &                Lamba_theta

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

  ViewVC Help
Powered by ViewVC 1.1.22