/[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.77 by adcroft, Tue Nov 5 18:48:46 2002 UTC revision 1.80 by heimbach, Tue Nov 12 20:45:41 2002 UTC
# Line 212  C     usingZCoords     :: Set to indicat Line 212  C     usingZCoords     :: Set to indicat
212  C                        coords.  C                        coords.
213  C     setCenterDr    :: set cell Center depth and put Interface at the middle  C     setCenterDr    :: set cell Center depth and put Interface at the middle
214  C     nonHydrostatic :: Using non-hydrostatic terms  C     nonHydrostatic :: Using non-hydrostatic terms
215    C     quasiHydrostatic :: Using non-hydrostatic terms in hydrostatic algorithm
216  C     globalFiles    :: Selects between "global" and "tiled" files  C     globalFiles    :: Selects between "global" and "tiled" files
217  C     allowFreezing  :: Allows water to freeze and form ice  C     allowFreezing  :: Allows water to freeze and form ice
218  C     groundAtK1  :: put the surface(k=1) at the Lower Boundary (=ground)  C     groundAtK1  :: put the surface(k=1) at the Lower Boundary (=ground)
# Line 234  C     groundAtK1  :: put the surface(k=1 Line 235  C     groundAtK1  :: put the surface(k=1
235       & doThetaClimRelax, doSaltClimRelax, doTr1ClimRelax,       & doThetaClimRelax, doSaltClimRelax, doTr1ClimRelax,
236       & periodicExternalForcing,       & periodicExternalForcing,
237       & usingPCoords, usingZCoords, setCenterDr,       & usingPCoords, usingZCoords, setCenterDr,
238       & nonHydrostatic, globalFiles,       & nonHydrostatic, quasiHydrostatic, globalFiles,
239       & allowFreezing, groundAtK1,       & allowFreezing, groundAtK1,
240       & usePickupBeforeC35, debugMode,       & usePickupBeforeC35, debugMode,
241       & readPickupWithTracer, writePickupWithTracer       & readPickupWithTracer, writePickupWithTracer
# Line 285  C     groundAtK1  :: put the surface(k=1 Line 286  C     groundAtK1  :: put the surface(k=1
286        LOGICAL usingZCoords        LOGICAL usingZCoords
287        LOGICAL setCenterDr        LOGICAL setCenterDr
288        LOGICAL nonHydrostatic        LOGICAL nonHydrostatic
289          LOGICAL quasiHydrostatic
290        LOGICAL globalFiles        LOGICAL globalFiles
291        LOGICAL allowFreezing        LOGICAL allowFreezing
292        LOGICAL groundAtK1        LOGICAL groundAtK1
# Line 443  C      --"-"--  Quadratic  ( linear: 1/s Line 445  C      --"-"--  Quadratic  ( linear: 1/s
445       & deltaT, deltaTmom, deltaTtracer, deltaTfreesurf, deltaTClock,       & deltaT, deltaTmom, deltaTtracer, deltaTfreesurf, deltaTClock,
446       & abeps, startTime,       & abeps, startTime,
447       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,
448       & fCori, fCoriG,       & fCori, fCoriG, fCoriCos,
449       & viscAh,  viscAz,  viscA4,  viscAr, viscAstrain, viscAtension,       & viscAh,  viscAz,  viscA4,  viscAr, viscAstrain, viscAtension,
450       & diffKhT, diffKzT, diffK4T, diffKrT,       & diffKhT, diffKzT, diffK4T, diffKrT,
451       & diffKhS, diffKzS, diffK4S, diffKrS,       & diffKhS, diffKzS, diffK4S, diffKrS,
# Line 530  C      --"-"--  Quadratic  ( linear: 1/s Line 532  C      --"-"--  Quadratic  ( linear: 1/s
532        _RL sRef(Nr)        _RL sRef(Nr)
533        _RS fCori(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RS fCori(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
534        _RS fCoriG(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RS fCoriG(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
535          _RS fCoriCos(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
536        _RL startTime        _RL startTime
537        _RL endTime        _RL endTime
538        _RL chkPtFreq        _RL chkPtFreq
# Line 605  C Logical flags for selecting packages Line 608  C Logical flags for selecting packages
608        LOGICAL useZONAL_FILT        LOGICAL useZONAL_FILT
609        LOGICAL useFLT        LOGICAL useFLT
610        LOGICAL usePTRACERS        LOGICAL usePTRACERS
611          LOGICAL useSEAICE
612        COMMON /PARM_PACKAGES/        COMMON /PARM_PACKAGES/
613       &        useKPP, useGMRedi, useOBCS, useAIM, useECCO,       &        useKPP, useGMRedi, useOBCS, useAIM, useECCO,
614       &        useSHAP_FILT, useZONAL_FILT, useGrdchk, useFLT,       &        useSHAP_FILT, useZONAL_FILT, useGrdchk, useFLT,
615       &        usePTRACERS       &        usePTRACERS, useSEAICE
616    

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.80

  ViewVC Help
Powered by ViewVC 1.1.22