/[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.70 by jmc, Thu Mar 7 14:05:05 2002 UTC revision 1.71 by jmc, Sat Jun 15 03:26:30 2002 UTC
# Line 167  C     tempAdvection :: Flag which turns Line 167  C     tempAdvection :: Flag which turns
167  C                     and off.  C                     and off.
168  C     tempForcing   :: Flag which turns external forcing of temperature on  C     tempForcing   :: Flag which turns external forcing of temperature on
169  C                     and off.  C                     and off.
170  C     saltDiffusion :: Flag which turns diffusion of salinit on  C     saltDiffusion :: Flag which turns diffusion of salinity on
171  C                     and off.  C                     and off.
172  C     saltAdvection :: Flag which turns advection of salinit on  C     saltAdvection :: Flag which turns advection of salinity on
173  C                     and off.  C                     and off.
174  C     saltForcing   :: Flag which turns external forcing of salinit on  C     saltForcing   :: Flag which turns external forcing of salinity on
175  C                     and off.  C                     and off.
176  C     useRealFreshWaterFlux :: if true (=Natural BCS), treats P+R-E flux  C     useRealFreshWaterFlux :: if True (=Natural BCS), treats P+R-E flux
177  C                         as a real Fresh Water (=> changes the seal level)  C                         as a real Fresh Water (=> changes the Sea Level)
178  C                              if false, converts P+R-E to virtual salt flux  C                         if F, converts P+R-E to salt flux (no SL effect)
179  C     rigidLid            :: Set to true to use rigid lid  C     rigidLid            :: Set to true to use rigid lid
180  C     implicitFreeSurface :: Set to true to use implcit free surface  C     implicitFreeSurface :: Set to true to use implcit free surface
181  C     exactConserv        :: Set to true to conserve exactly the total Volume  C     exactConserv        :: Set to true to conserve exactly the total Volume
# Line 188  C     tr1Stepping   :: Turns passive tra Line 188  C     tr1Stepping   :: Turns passive tra
188  C     useConstantF  :: Coriolis parameter set to f0  C     useConstantF  :: Coriolis parameter set to f0
189  C     useBetaPlaneF :: Coriolis parameter set to f0 + beta.y  C     useBetaPlaneF :: Coriolis parameter set to f0 + beta.y
190  C     useSphereF    :: Coriolis parameter set to 2.omega.sin(phi)  C     useSphereF    :: Coriolis parameter set to 2.omega.sin(phi)
191    C     useJamartWetPoints :: Use wet-point method for Coriolis (Jamart and Ozer, 1986)
192  C     implicitDiffusion :: Turns implicit vertical diffusion on  C     implicitDiffusion :: Turns implicit vertical diffusion on
193  C     implicitViscosity :: Turns implicit vertical viscosity on  C     implicitViscosity :: Turns implicit vertical viscosity on
194    C     multiDimAdvection :: Flag that enable multi-dimension advection
195    C     forcing_In_AB :: if False, put forcing (Temp,Salt,Tracers) contribution
196    C                      out off Adams-Bashforth time stepping.
197  C     doThetaClimRelax :: Set true if relaxation to temperature  C     doThetaClimRelax :: Set true if relaxation to temperature
198  C                        climatology is required.  C                        climatology is required.
199  C     doSaltClimRelax  :: Set true if relaxation to salinity  C     doSaltClimRelax  :: Set true if relaxation to salinity
# Line 204  C     nonHydrostatic :: Using non-hydros Line 208  C     nonHydrostatic :: Using non-hydros
208  C     globalFiles    :: Selects between "global" and "tiled" files  C     globalFiles    :: Selects between "global" and "tiled" files
209  C     allowFreezing  :: Allows water to freeze and form ice  C     allowFreezing  :: Allows water to freeze and form ice
210  C     groundAtK1  :: put the surface(k=1) at the Lower Boundary (=ground)  C     groundAtK1  :: put the surface(k=1) at the Lower Boundary (=ground)
 C     useJamartWetPoints :: Use wet-point method for Coriolis (Jamart and Ozer, 1986)  
211        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,
212       & usingCurvilinearGrid,       & usingCurvilinearGrid,
213       & no_slip_sides,no_slip_bottom,       & no_slip_sides,no_slip_bottom,
# Line 218  C     useJamartWetPoints :: Use wet-poin Line 221  C     useJamartWetPoints :: Use wet-poin
221       & momStepping, tempStepping, saltStepping, tr1Stepping,       & momStepping, tempStepping, saltStepping, tr1Stepping,
222       & metricTerms, usingSphericalPolarMTerms,       & metricTerms, usingSphericalPolarMTerms,
223       & useConstantF, useBetaPlaneF, useSphereF,       & useConstantF, useBetaPlaneF, useSphereF,
224         & useEnergyConservingCoriolis, useJamartWetPoints,
225       & implicitDiffusion, implicitViscosity,       & implicitDiffusion, implicitViscosity,
226         & multiDimAdvection, forcing_In_AB,
227       & doThetaClimRelax, doSaltClimRelax, doTr1ClimRelax,       & doThetaClimRelax, doSaltClimRelax, doTr1ClimRelax,
228       & periodicExternalForcing,       & periodicExternalForcing,
229       & usingPCoords, usingZCoords, setCenterDr,       & usingPCoords, usingZCoords, setCenterDr,
230       & nonHydrostatic, globalFiles,       & nonHydrostatic, globalFiles,
231       & allowFreezing, groundAtK1,       & allowFreezing, groundAtK1,
232       & usePickupBeforeC35, debugMode,       & usePickupBeforeC35, debugMode,
233       & readPickupWithTracer, writePickupWithTracer,       & readPickupWithTracer, writePickupWithTracer
      & multiDimAdvection, useEnergyConservingCoriolis,  
      & useJamartWetPoints  
234        LOGICAL usingCartesianGrid        LOGICAL usingCartesianGrid
235        LOGICAL usingSphericalPolarGrid        LOGICAL usingSphericalPolarGrid
236        LOGICAL usingCurvilinearGrid        LOGICAL usingCurvilinearGrid
# Line 260  C     useJamartWetPoints :: Use wet-poin Line 263  C     useJamartWetPoints :: Use wet-poin
263        LOGICAL useConstantF        LOGICAL useConstantF
264        LOGICAL useBetaPlaneF        LOGICAL useBetaPlaneF
265        LOGICAL useSphereF        LOGICAL useSphereF
266          LOGICAL useEnergyConservingCoriolis
267          LOGICAL useJamartWetPoints
268        LOGICAL implicitDiffusion        LOGICAL implicitDiffusion
269        LOGICAL implicitViscosity        LOGICAL implicitViscosity
270          LOGICAL multiDimAdvection
271          LOGICAL forcing_In_AB
272        LOGICAL doThetaClimRelax        LOGICAL doThetaClimRelax
273        LOGICAL doSaltClimRelax        LOGICAL doSaltClimRelax
274        LOGICAL doTr1ClimRelax        LOGICAL doTr1ClimRelax
# Line 277  C     useJamartWetPoints :: Use wet-poin Line 284  C     useJamartWetPoints :: Use wet-poin
284        LOGICAL debugMode        LOGICAL debugMode
285        LOGICAL readPickupWithTracer        LOGICAL readPickupWithTracer
286        LOGICAL writePickupWithTracer        LOGICAL writePickupWithTracer
       LOGICAL multiDimAdvection  
       LOGICAL useEnergyConservingCoriolis  
       LOGICAL useJamartWetPoints  
287    
288  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.
289  C     gg2dTargetResidual  C     gg2dTargetResidual

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71

  ViewVC Help
Powered by ViewVC 1.1.22