/[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.253 by dimitri, Sun Aug 7 07:08:15 2011 UTC revision 1.259 by dimitri, Fri Mar 2 01:45:22 2012 UTC
# Line 282  C     highOrderVorticity :: use 3rd/4th Line 282  C     highOrderVorticity :: use 3rd/4th
282  C     useAbsVorticity :: work with f+zeta in Coriolis terms  C     useAbsVorticity :: work with f+zeta in Coriolis terms
283  C     upwindShear        :: use 1rst order upwind interp. (V.I., vertical advection)  C     upwindShear        :: use 1rst order upwind interp. (V.I., vertical advection)
284  C     momStepping    :: Turns momentum equation time-stepping off  C     momStepping    :: Turns momentum equation time-stepping off
285    C     calc_wVelocity :: Turns of vertical velocity calculation off
286  C- Temp. & Salt params:  C- Temp. & Salt params:
287  C     tempStepping   :: Turns temperature equation time-stepping off  C     tempStepping   :: Turns temperature equation time-stepping off
288  C     saltStepping   :: Turns salinity equation time-stepping off  C     saltStepping   :: Turns salinity equation time-stepping off
# Line 317  C     nonHydrostatic   :: Using non-hydr Line 318  C     nonHydrostatic   :: Using non-hydr
318  C     use3Dsolver      :: set to true to use 3-D pressure solver  C     use3Dsolver      :: set to true to use 3-D pressure solver
319  C     implicitIntGravWave :: treat Internal Gravity Wave implicitly  C     implicitIntGravWave :: treat Internal Gravity Wave implicitly
320  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
321    C     doResetHFactors   :: Do reset thickness factors @ beginning of each time-step
322  C     implicitDiffusion :: Turns implicit vertical diffusion on  C     implicitDiffusion :: Turns implicit vertical diffusion on
323  C     implicitViscosity :: Turns implicit vertical viscosity on  C     implicitViscosity :: Turns implicit vertical viscosity on
324  C     tempImplVertAdv :: Turns on implicit vertical advection for Temperature  C     tempImplVertAdv :: Turns on implicit vertical advection for Temperature
# Line 337  C                        climatology is Line 339  C                        climatology is
339  C     doSaltClimRelax  :: Set true if relaxation to salinity  C     doSaltClimRelax  :: Set true if relaxation to salinity
340  C                        climatology is required.  C                        climatology is required.
341  C     allowFreezing  :: Allows surface water to freeze and form ice  C     allowFreezing  :: Allows surface water to freeze and form ice
 C     allowInteriorFreezing :: Allow water at depth to freeze and rise to the surface  
342  C     useOldFreezing :: use the old version (before checkpoint52a_pre, 2003-11-12)  C     useOldFreezing :: use the old version (before checkpoint52a_pre, 2003-11-12)
343  C     periodicExternalForcing :: Set true if forcing is time-dependant  C     periodicExternalForcing :: Set true if forcing is time-dependant
344  C- I/O parameters -  C- I/O parameters -
# Line 375  C     printDomain     :: controls printi Line 376  C     printDomain     :: controls printi
376       & useEnergyConservingCoriolis, useJamartWetPoints, useJamartMomAdv,       & useEnergyConservingCoriolis, useJamartWetPoints, useJamartMomAdv,
377       & upwindVorticity, highOrderVorticity,       & upwindVorticity, highOrderVorticity,
378       & useAbsVorticity, upwindShear,       & useAbsVorticity, upwindShear,
379       & momStepping, tempStepping, saltStepping,       & momStepping, calc_wVelocity, tempStepping, saltStepping,
380       & tempAdvection, tempIsActiveTr, tempForcing,       & tempAdvection, tempIsActiveTr, tempForcing,
381       & saltAdvection, saltIsActiveTr, saltForcing,       & saltAdvection, saltIsActiveTr, saltForcing,
382       & maskIniTemp, maskIniSalt, checkIniTemp, checkIniSalt,       & maskIniTemp, maskIniSalt, checkIniTemp, checkIniSalt,
383       & useRealFreshWaterFlux, useSRCGSolver,       & useRealFreshWaterFlux, useSRCGSolver,
384       & rigidLid, implicitFreeSurface, exactConserv, linFSConserveTr,       & rigidLid, implicitFreeSurface, exactConserv, linFSConserveTr,
385       & uniformLin_PhiSurf,       & uniformLin_PhiSurf,
386       & quasiHydrostatic, nonHydrostatic,       & quasiHydrostatic, nonHydrostatic, use3Dsolver,
387       & use3Dsolver, implicitIntGravWave, staggerTimeStep,       & implicitIntGravWave, staggerTimeStep, doResetHFactors,
388       & implicitDiffusion, implicitViscosity,       & implicitDiffusion, implicitViscosity,
389       & tempImplVertAdv, saltImplVertAdv, momImplVertAdv,       & tempImplVertAdv, saltImplVertAdv, momImplVertAdv,
390       & multiDimAdvection, useMultiDimAdvec,       & multiDimAdvection, useMultiDimAdvec,
391       & momDissip_In_AB, doAB_onGtGs,       & momDissip_In_AB, doAB_onGtGs,
392       & balanceEmPmR, balanceQnet, balancePrintMean,       & balanceEmPmR, balanceQnet, balancePrintMean,
393       & doThetaClimRelax, doSaltClimRelax,       & doThetaClimRelax, doSaltClimRelax,
394       & allowFreezing, allowInteriorFreezing, useOldFreezing,       & allowFreezing, useOldFreezing,
395       & periodicExternalForcing,       & periodicExternalForcing,
396       & globalFiles,       & globalFiles,
397       & pickupStrictlyMatch, usePickupBeforeC54, startFromPickupAB2,       & pickupStrictlyMatch, usePickupBeforeC54, startFromPickupAB2,
# Line 447  C     printDomain     :: controls printi Line 448  C     printDomain     :: controls printi
448        LOGICAL use3Dsolver        LOGICAL use3Dsolver
449        LOGICAL implicitIntGravWave        LOGICAL implicitIntGravWave
450        LOGICAL staggerTimeStep        LOGICAL staggerTimeStep
451          LOGICAL doResetHFactors
452        LOGICAL momStepping        LOGICAL momStepping
453          LOGICAL calc_wVelocity
454        LOGICAL tempStepping        LOGICAL tempStepping
455        LOGICAL saltStepping        LOGICAL saltStepping
456        LOGICAL metricTerms        LOGICAL metricTerms
# Line 475  C     printDomain     :: controls printi Line 478  C     printDomain     :: controls printi
478        LOGICAL doThetaClimRelax        LOGICAL doThetaClimRelax
479        LOGICAL doSaltClimRelax        LOGICAL doSaltClimRelax
480        LOGICAL allowFreezing        LOGICAL allowFreezing
       LOGICAL allowInteriorFreezing  
481        LOGICAL useOldFreezing        LOGICAL useOldFreezing
482        LOGICAL periodicExternalForcing        LOGICAL periodicExternalForcing
483        LOGICAL globalFiles        LOGICAL globalFiles
# Line 514  C           defaults to 0.51 but can be Line 516  C           defaults to 0.51 but can be
516  C     delR      :: Vertical grid spacing ( units of r ).  C     delR      :: Vertical grid spacing ( units of r ).
517  C     delRc     :: Vertical grid spacing between cell centers (r unit).  C     delRc     :: Vertical grid spacing between cell centers (r unit).
518  C     delX      :: Separation between cell faces (m) or (deg), depending  C     delX      :: Separation between cell faces (m) or (deg), depending
519  C     delY        on input flags.  C     delY         on input flags. Note: moved to header file SET_GRID.h
520  C     xgOrigin   :: Origin of the X-axis (Cartesian Grid) / Longitude of Western  C     xgOrigin   :: Origin of the X-axis (Cartesian Grid) / Longitude of Western
521  C                :: most cell face (Lat-Lon grid) (Note: this is an "inert"  C                :: most cell face (Lat-Lon grid) (Note: this is an "inert"
522  C                :: parameter but it makes geographical references simple.)  C                :: parameter but it makes geographical references simple.)
# Line 524  C     gravity   :: Accel. due to gravity Line 526  C     gravity   :: Accel. due to gravity
526  C     recip_gravity and its inverse  C     recip_gravity and its inverse
527  C     gBaro     :: Accel. due to gravity used in barotropic equation ( m/s^2 )  C     gBaro     :: Accel. due to gravity used in barotropic equation ( m/s^2 )
528  C     rhoNil    :: Reference density for the linear equation of state  C     rhoNil    :: Reference density for the linear equation of state
529  C     rhoConst  :: Vertically constant reference density  C     rhoConst  :: Vertically constant reference density (Boussinesq)
530  C     rhoFacC   :: normalized (by rhoConst) reference density at cell-Center  C     rhoFacC   :: normalized (by rhoConst) reference density at cell-Center
531  C     rhoFacF   :: normalized (by rhoConst) reference density at cell-interFace  C     rhoFacF   :: normalized (by rhoConst) reference density at cell-interFace
532  C     rhoConstFresh :: Constant reference density for fresh water (rain)  C     rhoConstFresh :: Constant reference density for fresh water (rain)
# Line 716  C     thetaEuler    :: Euler angle, rota Line 718  C     thetaEuler    :: Euler angle, rota
718  C     psiEuler      :: Euler angle, rotation about new z-axis  C     psiEuler      :: Euler angle, rotation about new z-axis
719        COMMON /PARM_R/ cg2dTargetResidual, cg2dTargetResWunit,        COMMON /PARM_R/ cg2dTargetResidual, cg2dTargetResWunit,
720       & cg2dpcOffDFac, cg3dTargetResidual,       & cg2dpcOffDFac, cg3dTargetResidual,
721       & delR, delRc, delX, delY, xgOrigin, ygOrigin,       & delR, delRc, xgOrigin, ygOrigin,
722       & deltaT, deltaTmom, dTtracerLev, deltaTfreesurf, deltaTClock,       & deltaT, deltaTmom, dTtracerLev, deltaTfreesurf, deltaTClock,
723       & abEps, alph_AB, beta_AB,       & abEps, alph_AB, beta_AB,
724       & rSphere, recip_rSphere, radius_fromHorizGrid,       & rSphere, recip_rSphere, radius_fromHorizGrid,
# Line 739  C     psiEuler      :: Euler angle, rota Line 741  C     psiEuler      :: Euler angle, rota
741       & freeSurfFac, implicSurfPress, implicDiv2Dflow, implicitNHPress,       & freeSurfFac, implicSurfPress, implicDiv2Dflow, implicitNHPress,
742       & hFacMin, hFacMinDz, hFacInf, hFacSup,       & hFacMin, hFacMinDz, hFacInf, hFacSup,
743       & gravity, recip_gravity, gBaro,       & gravity, recip_gravity, gBaro,
744       & rhonil, recip_rhonil, rhoConst, recip_rhoConst,       & rhoNil, rhoConst, recip_rhoConst,
745       & rhoFacC, recip_rhoFacC, rhoFacF, recip_rhoFacF,       & rhoFacC, recip_rhoFacC, rhoFacF, recip_rhoFacF,
746       & rhoConstFresh, rho1Ref, tRef, sRef, phiRef, dBdrRef,       & rhoConstFresh, rho1Ref, tRef, sRef, phiRef, dBdrRef,
747       & rVel2wUnit, wUnit2rVel, mass2rUnit, rUnit2mass,       & rVel2wUnit, wUnit2rVel, mass2rUnit, rUnit2mass,
# Line 765  C     psiEuler      :: Euler angle, rota Line 767  C     psiEuler      :: Euler angle, rota
767        _RL cg2dpcOffDFac        _RL cg2dpcOffDFac
768        _RL delR(Nr)        _RL delR(Nr)
769        _RL delRc(Nr+1)        _RL delRc(Nr+1)
       _RL delX(Nx)  
       _RL delY(Ny)  
770        _RL xgOrigin        _RL xgOrigin
771        _RL ygOrigin        _RL ygOrigin
772        _RL deltaT        _RL deltaT
# Line 834  C     psiEuler      :: Euler angle, rota Line 834  C     psiEuler      :: Euler angle, rota
834        _RL gravity        _RL gravity
835        _RL recip_gravity        _RL recip_gravity
836        _RL gBaro        _RL gBaro
837        _RL rhonil,        recip_rhonil        _RL rhoNil
838        _RL rhoConst,      recip_rhoConst        _RL rhoConst,      recip_rhoConst
839        _RL rhoFacC(Nr),   recip_rhoFacC(Nr)        _RL rhoFacC(Nr),   recip_rhoFacC(Nr)
840        _RL rhoFacF(Nr+1), recip_rhoFacF(Nr+1)        _RL rhoFacF(Nr+1), recip_rhoFacF(Nr+1)
# Line 944  C Logical flags for selecting packages Line 944  C Logical flags for selecting packages
944        LOGICAL useRBCS        LOGICAL useRBCS
945        LOGICAL useOffLine        LOGICAL useOffLine
946        LOGICAL useMATRIX        LOGICAL useMATRIX
947          LOGICAL useFRAZIL
948        LOGICAL useSEAICE        LOGICAL useSEAICE
949        LOGICAL useSALT_PLUME        LOGICAL useSALT_PLUME
950        LOGICAL useShelfIce        LOGICAL useShelfIce
951          LOGICAL useStreamIce
952        LOGICAL useICEFRONT        LOGICAL useICEFRONT
953        LOGICAL useThSIce        LOGICAL useThSIce
954        LOGICAL useATM2d        LOGICAL useATM2d
# Line 968  C Logical flags for selecting packages Line 970  C Logical flags for selecting packages
970       &        useCAL, useEXF, useBulkForce, useEBM, useCheapAML,       &        useCAL, useEXF, useBulkForce, useEBM, useCheapAML,
971       &        useGrdchk, useSMOOTH, useECCO, useSBO, useFLT,       &        useGrdchk, useSMOOTH, useECCO, useSBO, useFLT,
972       &        usePTRACERS, useGCHEM, useRBCS, useOffLine, useMATRIX,       &        usePTRACERS, useGCHEM, useRBCS, useOffLine, useMATRIX,
973       &        useSEAICE, useSALT_PLUME, useShelfIce,       &        useFRAZIL, useSEAICE, useSALT_PLUME, useShelfIce,
974       &        useICEFRONT, useThSIce,       &        useStreamIce, useICEFRONT, useThSIce,
975       &        useATM2D, useAIM, useLand, useFizhi, useGridAlt,       &        useATM2D, useAIM, useLand, useFizhi, useGridAlt,
976       &        useDiagnostics, useREGRID, useLayers, useMNC,       &        useDiagnostics, useREGRID, useLayers, useMNC,
977       &        useRunClock, useEMBED_FILES,       &        useRunClock, useEMBED_FILES,

Legend:
Removed from v.1.253  
changed lines
  Added in v.1.259

  ViewVC Help
Powered by ViewVC 1.1.22