/[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.96 by jmc, Wed Oct 29 00:17:44 2003 UTC revision 1.105 by edhill, Sat Mar 20 20:35:21 2004 UTC
# Line 215  C     useCDscheme   :: use CD-scheme to Line 215  C     useCDscheme   :: use CD-scheme to
215  C     useJamartWetPoints :: Use wet-point method for Coriolis (Jamart and Ozer, 1986)  C     useJamartWetPoints :: Use wet-point method for Coriolis (Jamart and Ozer, 1986)
216  C     implicitDiffusion :: Turns implicit vertical diffusion on  C     implicitDiffusion :: Turns implicit vertical diffusion on
217  C     implicitViscosity :: Turns implicit vertical viscosity on  C     implicitViscosity :: Turns implicit vertical viscosity on
218    C     tempImplVertAdv :: Turns on implicit vertical advection for Temperature
219    C     saltImplVertAdv :: Turns on implicit vertical advection for Salinity
220    C     momImplVertAdv  :: Turns on implicit vertical advection for Momentum
221  C     multiDimAdvection :: Flag that enable multi-dimension advection  C     multiDimAdvection :: Flag that enable multi-dimension advection
222  C     forcing_In_AB :: if False, put forcing (Temp,Salt,Tracers) contribution  C     forcing_In_AB :: if False, put forcing (Temp,Salt,Tracers) contribution
223  C                      out off Adams-Bashforth time stepping.  C                      out off Adams-Bashforth time stepping.
# Line 237  C     useSingleCpuIO :: On SGI platforms Line 240  C     useSingleCpuIO :: On SGI platforms
240  C                       slow (f77) or does not work (f90).  When  C                       slow (f77) or does not work (f90).  When
241  C                       useSingleCpuIO is set, mdsio_writefield.F  C                       useSingleCpuIO is set, mdsio_writefield.F
242  C                       outputs from master mpi process only.  C                       outputs from master mpi process only.
243  C     allowFreezing  :: Allows water to freeze and form ice  C     allowFreezing  :: Allows surface water to freeze and form ice
244    C     useOldFreezing :: use the old version (before checkpoint52a_pre, 2003-11-12)
245  C     groundAtK1  :: put the surface(k=1) at the Lower Boundary (=ground)  C     groundAtK1  :: put the surface(k=1) at the Lower Boundary (=ground)
246        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,
247       & usingCurvilinearGrid,       & usingCurvilinearGrid,
# Line 255  C     groundAtK1  :: put the surface(k=1 Line 259  C     groundAtK1  :: put the surface(k=1
259       & useCDscheme,       & useCDscheme,
260       & useEnergyConservingCoriolis, useJamartWetPoints,       & useEnergyConservingCoriolis, useJamartWetPoints,
261       & implicitDiffusion, implicitViscosity,       & implicitDiffusion, implicitViscosity,
262         & tempImplVertAdv, saltImplVertAdv, momImplVertAdv,
263       & multiDimAdvection, forcing_In_AB,       & multiDimAdvection, forcing_In_AB,
264       & doThetaClimRelax, doSaltClimRelax, doTr1ClimRelax,       & doThetaClimRelax, doSaltClimRelax, doTr1ClimRelax,
265       & periodicExternalForcing,       & periodicExternalForcing,
266       & usingPCoords, usingZCoords, useDynP_inEos_Zc, setCenterDr,       & usingPCoords, usingZCoords, useDynP_inEos_Zc, setCenterDr,
267       & nonHydrostatic, quasiHydrostatic, globalFiles, useSingleCpuIO,       & nonHydrostatic, quasiHydrostatic, globalFiles, useSingleCpuIO,
268       & allowFreezing, groundAtK1,       & allowFreezing, useOldFreezing, groundAtK1,
269       & usePickupBeforeC35, debugMode,       & usePickupBeforeC35, debugMode,
270       & readPickupWithTracer, writePickupWithTracer       & readPickupWithTracer, writePickupWithTracer
271        LOGICAL usingCartesianGrid        LOGICAL usingCartesianGrid
# Line 301  C     groundAtK1  :: put the surface(k=1 Line 306  C     groundAtK1  :: put the surface(k=1
306        LOGICAL useJamartWetPoints        LOGICAL useJamartWetPoints
307        LOGICAL implicitDiffusion        LOGICAL implicitDiffusion
308        LOGICAL implicitViscosity        LOGICAL implicitViscosity
309          LOGICAL tempImplVertAdv
310          LOGICAL saltImplVertAdv
311          LOGICAL momImplVertAdv
312        LOGICAL multiDimAdvection        LOGICAL multiDimAdvection
313        LOGICAL forcing_In_AB        LOGICAL forcing_In_AB
314        LOGICAL doThetaClimRelax        LOGICAL doThetaClimRelax
# Line 316  C     groundAtK1  :: put the surface(k=1 Line 324  C     groundAtK1  :: put the surface(k=1
324        LOGICAL globalFiles        LOGICAL globalFiles
325        LOGICAL useSingleCpuIO        LOGICAL useSingleCpuIO
326        LOGICAL allowFreezing        LOGICAL allowFreezing
327          LOGICAL useOldFreezing
328        LOGICAL groundAtK1        LOGICAL groundAtK1
329        LOGICAL usePickupBeforeC35        LOGICAL usePickupBeforeC35
330        LOGICAL debugMode        LOGICAL debugMode
# Line 371  C     viscAr    :: Eddy viscosity coeff. Line 380  C     viscAr    :: Eddy viscosity coeff.
380  C                 momentum vertically ( units of r^2/s )  C                 momentum vertically ( units of r^2/s )
381  C     viscA4    :: Biharmonic viscosity coeff. for mixing of  C     viscA4    :: Biharmonic viscosity coeff. for mixing of
382  C                 momentum laterally ( m^4/s )  C                 momentum laterally ( m^4/s )
383    C     viscAhMax :: Maximum eddy viscosity coeff. for mixing of
384    C                 momentum laterally ( m^2/s )
385    C     viscA4Max :: Maximum biharmonic viscosity coeff. for mixing of
386    C                 momentum laterally ( m^4/s )
387    C     viscAhGrid:: non-dimensional grid-size dependent viscosity
388    C     viscA4Grid:: non-dimensional grid-size dependent bi-harmonic viscosity
389  C     diffKhT   :: Laplacian diffusion coeff. for mixing of  C     diffKhT   :: Laplacian diffusion coeff. for mixing of
390  C                 heat laterally ( m^2/s )  C                 heat laterally ( m^2/s )
391  C     diffKrT   :: Laplacian diffusion coeff. for mixing of  C     diffKrT   :: Laplacian diffusion coeff. for mixing of
# Line 462  C      --"-"--  Quadratic  ( linear: 1/s Line 477  C      --"-"--  Quadratic  ( linear: 1/s
477       & abeps, startTime,       & abeps, startTime,
478       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,
479       & fCori, fCoriG, fCoriCos,       & fCori, fCoriG, fCoriCos,
480       & viscAh,  viscA4,  viscAr, viscAstrain, viscAtension,       & viscAh,  viscAhMax, viscAhGrid,
481         & viscA4,  viscA4Max, viscA4Grid,
482         & viscAr, viscAstrain, viscAtension,
483       & diffKhT, diffK4T, diffKrT,       & diffKhT, diffK4T, diffKrT,
484       & diffKhS, diffK4S, diffKrS,       & diffKhS, diffK4S, diffKrS,
485       & delT, tauCD, rCD, freeSurfFac, implicSurfPress, implicDiv2Dflow,       & delT, tauCD, rCD, freeSurfFac, implicSurfPress, implicDiv2Dflow,
# Line 470  C      --"-"--  Quadratic  ( linear: 1/s Line 487  C      --"-"--  Quadratic  ( linear: 1/s
487       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,
488       & recip_rhoConst, rhoConst,       & recip_rhoConst, rhoConst,
489       & rhoConstFresh, convertEmP2rUnit, tRef, sRef,       & rhoConstFresh, convertEmP2rUnit, tRef, sRef,
490       & endTime, chkPtFreq, pchkPtFreq, dumpFreq,       & endTime, chkPtFreq, pchkPtFreq, dumpFreq, adjDumpFreq,
491       & diagFreq, taveFreq, tave_lastIter, monitorFreq,       & diagFreq, taveFreq, tave_lastIter, monitorFreq,
492       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,
493       & cosPower, cAdjFreq, omega, rotationPeriod,       & cosPower, cAdjFreq, omega, rotationPeriod,
# Line 514  C      --"-"--  Quadratic  ( linear: 1/s Line 531  C      --"-"--  Quadratic  ( linear: 1/s
531        _RL hFacSup        _RL hFacSup
532        _RL beta        _RL beta
533        _RL viscAh        _RL viscAh
534          _RL viscAhMax
535          _RL viscAhGrid
536        _RL viscAstrain        _RL viscAstrain
537        _RL viscAtension        _RL viscAtension
538        _RL viscAr        _RL viscAr
539        _RL viscA4        _RL viscA4
540          _RL viscA4Max
541          _RL viscA4Grid
542        _RL diffKhT        _RL diffKhT
543        _RL diffKrT        _RL diffKrT
544        _RL diffK4T        _RL diffK4T
# Line 546  C      --"-"--  Quadratic  ( linear: 1/s Line 567  C      --"-"--  Quadratic  ( linear: 1/s
567        _RL chkPtFreq        _RL chkPtFreq
568        _RL pChkPtFreq        _RL pChkPtFreq
569        _RL dumpFreq        _RL dumpFreq
570          _RL adjDumpFreq
571        _RL diagFreq        _RL diagFreq
572        _RL taveFreq        _RL taveFreq
573        _RL tave_lastIter        _RL tave_lastIter
# Line 619  C Logical flags for selecting packages Line 641  C Logical flags for selecting packages
641        LOGICAL usePTRACERS        LOGICAL usePTRACERS
642        LOGICAL useSBO        LOGICAL useSBO
643        LOGICAL useSEAICE        LOGICAL useSEAICE
644        LOGICAL useBulkforce        LOGICAL useBulkForce
645        LOGICAL useThermSEAICE        LOGICAL useThSIce
646          LOGICAL usefizhi
647          LOGICAL usegridalt
648          LOGICAL usediagnostics
649        COMMON /PARM_PACKAGES/        COMMON /PARM_PACKAGES/
650       &        useKPP, useGMRedi, useOBCS, useAIM, useLand, useECCO,       &        useKPP, useGMRedi, useOBCS, useAIM, useLand, useECCO,
651       &        useSHAP_FILT, useZONAL_FILT, useGrdchk, useFLT,       &        useSHAP_FILT, useZONAL_FILT, useGrdchk, useFLT,
652       &        usePTRACERS,  useSBO, useSEAICE,       &        usePTRACERS,  useSBO, useSEAICE, useThSIce, useBulkForce,
653       &        useThermSEAICE, useBulkforce       &        usefizhi,  usegridalt, usediagnostics
654    
655    C     Run-time flags for early-initialization of MNC
656          LOGICAL
657         &     useMNC,
658         &     mnc_echo_gtypes, mnc_pickup_create, mnc_pickup_read
659          COMMON /PARM_MNC/
660         &     useMNC,
661         &     mnc_echo_gtypes, mnc_pickup_create, mnc_pickup_read
662    
663    
664    
665    CEH3 ;;; Local Variables: ***
666    CEH3 ;;; mode:fortran ***
667    CEH3 ;;; End: ***

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.105

  ViewVC Help
Powered by ViewVC 1.1.22