/[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.75 by mlosch, Wed Sep 25 19:36:50 2002 UTC revision 1.81 by cheisey, Fri Nov 15 19:58:21 2002 UTC
# Line 166  C     momPressureForcing :: Flag which t Line 166  C     momPressureForcing :: Flag which t
166  C                          on and off.  C                          on and off.
167  C     metricTerms   :: Flag which turns metric terms on or off.  C     metricTerms   :: Flag which turns metric terms on or off.
168  C     usingSphericalPolarMTerms :: If TRUE use spherical polar metric terms.  C     usingSphericalPolarMTerms :: If TRUE use spherical polar metric terms.
169    C     useNHMTerms :: If TRUE use non-hydrostatic metric terms.
170  C     useCoriolis   :: Flag which turns the coriolis terms on and off.  C     useCoriolis   :: Flag which turns the coriolis terms on and off.
171  C     tempDiffusion :: Flag which turns diffusion of temperature on  C     tempDiffusion :: Flag which turns diffusion of temperature on
172  C                     and off.  C                     and off.
# Line 211  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 225  C     groundAtK1  :: put the surface(k=1 Line 227  C     groundAtK1  :: put the surface(k=1
227       & useRealFreshWaterFlux,       & useRealFreshWaterFlux,
228       & rigidLid, implicitFreeSurface, exactConserv, uniformLin_PhiSurf,       & rigidLid, implicitFreeSurface, exactConserv, uniformLin_PhiSurf,
229       & momStepping, tempStepping, saltStepping, tr1Stepping,       & momStepping, tempStepping, saltStepping, tr1Stepping,
230       & metricTerms, usingSphericalPolarMTerms,       & metricTerms, usingSphericalPolarMTerms, useNHMTerms,
231       & useConstantF, useBetaPlaneF, useSphereF,       & useConstantF, useBetaPlaneF, useSphereF,
232       & useEnergyConservingCoriolis, useJamartWetPoints,       & useEnergyConservingCoriolis, useJamartWetPoints,
233       & implicitDiffusion, implicitViscosity,       & implicitDiffusion, implicitViscosity,
# Line 233  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 241  C     groundAtK1  :: put the surface(k=1 Line 243  C     groundAtK1  :: put the surface(k=1
243        LOGICAL usingSphericalPolarGrid        LOGICAL usingSphericalPolarGrid
244        LOGICAL usingCurvilinearGrid        LOGICAL usingCurvilinearGrid
245        LOGICAL usingSphericalPolarMTerms        LOGICAL usingSphericalPolarMTerms
246          LOGICAL useNHMTerms
247        LOGICAL no_slip_sides        LOGICAL no_slip_sides
248        LOGICAL no_slip_bottom        LOGICAL no_slip_bottom
249        LOGICAL staggerTimeStep        LOGICAL staggerTimeStep
# Line 283  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 407  C     mtFacMom      :: Metric terms trac Line 411  C     mtFacMom      :: Metric terms trac
411  C     cosPower      :: Power of cosine of latitude to multiply viscosity  C     cosPower      :: Power of cosine of latitude to multiply viscosity
412  C     cAdjFreq      :: Frequency of convective adjustment  C     cAdjFreq      :: Frequency of convective adjustment
413  C  C
414  C     taveFreq      :: Frequency with which time-averaged model state is written to  C     taveFreq      :: Frequency with which time-averaged model state
415  C                     post-processing files ( s ).  C                      is written to post-processing files ( s ).
416    C     tave_lastIter :: (for state variable only) fraction of the last time
417    C                      step (of each taveFreq period) put in the time average.
418    C                      (fraction for 1rst iter = 1 - tave_lastIter)
419  C     tauThetaClimRelax :: Relaxation to climatology time scale ( s ).  C     tauThetaClimRelax :: Relaxation to climatology time scale ( s ).
420  C     lambdaThetaClimRelax :: Inverse time scale for relaxation ( 1/s ).  C     lambdaThetaClimRelax :: Inverse time scale for relaxation ( 1/s ).
421  C     tauSaltClimRelax :: Relaxation to climatology time scale ( s ).  C     tauSaltClimRelax :: Relaxation to climatology time scale ( s ).
# Line 438  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 446  C      --"-"--  Quadratic  ( linear: 1/s Line 453  C      --"-"--  Quadratic  ( linear: 1/s
453       & hFacMin, hFacMinDz, hFacInf, hFacSup,       & hFacMin, hFacMinDz, hFacInf, hFacSup,
454       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,
455       & recip_rhoConst, rhoConst,       & recip_rhoConst, rhoConst,
456       & recip_rhoConstFresh, rhoConstFresh, tRef, sRef,       & rhoConstFresh, convertEmP2rUnit, tRef, sRef,
457       & endTime, chkPtFreq, pchkPtFreq, dumpFreq,       & endTime, chkPtFreq, pchkPtFreq, dumpFreq,
458       & diagFreq, taveFreq, monitorFreq,       & diagFreq, taveFreq, tave_lastIter, monitorFreq,
459       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,
460       & cosPower, cAdjFreq, omega,       & cosPower, cAdjFreq, omega,
461       & tauThetaClimRelax, lambdaThetaClimRelax,       & tauThetaClimRelax, lambdaThetaClimRelax,
# Line 520  C      --"-"--  Quadratic  ( linear: 1/s Line 527  C      --"-"--  Quadratic  ( linear: 1/s
527        _RL rhoConst        _RL rhoConst
528        _RL recip_rhoConst        _RL recip_rhoConst
529        _RL rhoConstFresh        _RL rhoConstFresh
530        _RL recip_rhoConstFresh        _RL convertEmP2rUnit
531        _RL tRef(Nr)        _RL tRef(Nr)
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 532  C      --"-"--  Quadratic  ( linear: 1/s Line 540  C      --"-"--  Quadratic  ( linear: 1/s
540        _RL dumpFreq        _RL dumpFreq
541        _RL diagFreq        _RL diagFreq
542        _RL taveFreq        _RL taveFreq
543          _RL tave_lastIter
544        _RL monitorFreq        _RL monitorFreq
545        _RL afFacMom        _RL afFacMom
546        _RL vfFacMom        _RL vfFacMom
# Line 599  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    cswdblk -- add ---
613          LOGICAL useBulkf
614          LOGICAL useTSEAICE
615    cswdblk --- end add ---
616        COMMON /PARM_PACKAGES/        COMMON /PARM_PACKAGES/
617       &        useKPP, useGMRedi, useOBCS, useAIM, useECCO,       &        useKPP, useGMRedi, useOBCS, useAIM, useECCO,
618       &        useSHAP_FILT, useZONAL_FILT, useGrdchk, useFLT,       &        useSHAP_FILT, useZONAL_FILT, useGrdchk, useFLT,
619       &        usePTRACERS       &        usePTRACERS, useSEAICE,
620    cswdblk -- add ---
621         &        useTSEAICE, useBulkf
622    cswdblk --- end add ---

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.81

  ViewVC Help
Powered by ViewVC 1.1.22