/[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.280 by heimbach, Fri Jul 3 21:32:48 2015 UTC revision 1.281 by jmc, Mon Jan 11 22:48:22 2016 UTC
# Line 297  C     useJamartMomAdv :: Use wet-point m Line 297  C     useJamartMomAdv :: Use wet-point m
297  C     upwindVorticity :: bias interpolation of vorticity in the Coriolis term  C     upwindVorticity :: bias interpolation of vorticity in the Coriolis term
298  C     highOrderVorticity :: use 3rd/4th order interp. of vorticity (V.I., advection)  C     highOrderVorticity :: use 3rd/4th order interp. of vorticity (V.I., advection)
299  C     useAbsVorticity :: work with f+zeta in Coriolis terms  C     useAbsVorticity :: work with f+zeta in Coriolis terms
300  C     upwindShear        :: use 1rst order upwind interp. (V.I., vertical advection)  C     upwindShear     :: use 1rst order upwind interp. (V.I., vertical advection)
301  C     momStepping    :: Turns momentum equation time-stepping off  C     momStepping    :: Turns momentum equation time-stepping off
302  C     calc_wVelocity :: Turns of vertical velocity calculation off  C     calc_wVelocity :: Turns vertical velocity calculation off
303  C- Temp. & Salt params:  C- Temp. & Salt params:
304  C     tempStepping   :: Turns temperature equation time-stepping on/off  C     tempStepping   :: Turns temperature equation time-stepping on/off
305  C     saltStepping   :: Turns salinity equation time-stepping on/off  C     saltStepping   :: Turns salinity equation time-stepping on/off
# Line 337  C     nonHydrostatic   :: Using non-hydr Line 337  C     nonHydrostatic   :: Using non-hydr
337  C     use3Dsolver      :: set to true to use 3-D pressure solver  C     use3Dsolver      :: set to true to use 3-D pressure solver
338  C     implicitIntGravWave :: treat Internal Gravity Wave implicitly  C     implicitIntGravWave :: treat Internal Gravity Wave implicitly
339  C     staggerTimeStep   :: enable a Stagger time stepping U,V (& W) then T,S  C     staggerTimeStep   :: enable a Stagger time stepping U,V (& W) then T,S
340    C     applyExchUV_early :: Apply EXCH to U,V earlier, just before integr_continuity
341  C     doResetHFactors   :: Do reset thickness factors @ beginning of each time-step  C     doResetHFactors   :: Do reset thickness factors @ beginning of each time-step
342  C     implicitDiffusion :: Turns implicit vertical diffusion on  C     implicitDiffusion :: Turns implicit vertical diffusion on
343  C     implicitViscosity :: Turns implicit vertical viscosity on  C     implicitViscosity :: Turns implicit vertical viscosity on
# Line 407  C     printDomain     :: controls printi Line 408  C     printDomain     :: controls printi
408       & uniformLin_PhiSurf, uniformFreeSurfLev,       & uniformLin_PhiSurf, uniformFreeSurfLev,
409       & exactConserv, linFSConserveTr, useRealFreshWaterFlux,       & exactConserv, linFSConserveTr, useRealFreshWaterFlux,
410       & quasiHydrostatic, nonHydrostatic, use3Dsolver,       & quasiHydrostatic, nonHydrostatic, use3Dsolver,
411       & implicitIntGravWave, staggerTimeStep, doResetHFactors,       & implicitIntGravWave, staggerTimeStep,
412         & applyExchUV_early, doResetHFactors,
413       & implicitDiffusion, implicitViscosity, implBottomFriction,       & implicitDiffusion, implicitViscosity, implBottomFriction,
414       & tempImplVertAdv, saltImplVertAdv, momImplVertAdv,       & tempImplVertAdv, saltImplVertAdv, momImplVertAdv,
415       & multiDimAdvection, useMultiDimAdvec,       & multiDimAdvection, useMultiDimAdvec,
# Line 493  C     printDomain     :: controls printi Line 495  C     printDomain     :: controls printi
495        LOGICAL use3Dsolver        LOGICAL use3Dsolver
496        LOGICAL implicitIntGravWave        LOGICAL implicitIntGravWave
497        LOGICAL staggerTimeStep        LOGICAL staggerTimeStep
498          LOGICAL applyExchUV_early
499        LOGICAL doResetHFactors        LOGICAL doResetHFactors
500        LOGICAL implicitDiffusion        LOGICAL implicitDiffusion
501        LOGICAL implicitViscosity        LOGICAL implicitViscosity

Legend:
Removed from v.1.280  
changed lines
  Added in v.1.281

  ViewVC Help
Powered by ViewVC 1.1.22