/[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.98 by jmc, Sun Nov 23 01:25:55 2003 UTC revision 1.108 by edhill, Tue Apr 6 01:44:25 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 256  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,
# Line 302  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 373  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 464  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 472  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 516  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 548  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 623  C Logical flags for selecting packages Line 643  C Logical flags for selecting packages
643        LOGICAL useSEAICE        LOGICAL useSEAICE
644        LOGICAL useBulkForce        LOGICAL useBulkForce
645        LOGICAL useThSIce        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       &        useThSIce, useBulkForce       &        usefizhi,  usegridalt, usediagnostics
654    
655    C     Run-time flags for early-initialization of MNC
656          LOGICAL
657         &     useMNC,
658         &     mnc_use_indir, mnc_use_outdir, mnc_outdir_date,
659         &     mnc_echo_gvtypes, mnc_pickup_write, mnc_pickup_read,
660         &     mnc_use_for_mon
661          CHARACTER*(MAX_LEN_FNAM) mnc_outdir_str
662          CHARACTER*(MAX_LEN_FNAM) mnc_indir_str
663          COMMON /PARM_MNC/
664         &     useMNC,
665         &     mnc_use_indir, mnc_use_outdir, mnc_outdir_date,
666         &     mnc_echo_gvtypes, mnc_pickup_write, mnc_pickup_read,
667         &     mnc_outdir_str, mnc_indir_str,
668         &     mnc_use_for_mon
669    
670    
671    CEH3 ;;; Local Variables: ***
672    CEH3 ;;; mode:fortran ***
673    CEH3 ;;; End: ***

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.108

  ViewVC Help
Powered by ViewVC 1.1.22