/[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.125 by edhill, Wed Sep 15 21:23:32 2004 UTC revision 1.130 by edhill, Wed Oct 13 04:37:36 2004 UTC
# Line 221  C                           linear relat Line 221  C                           linear relat
221  C     momStepping   :: Turns momentum equation time-stepping off  C     momStepping   :: Turns momentum equation time-stepping off
222  C     tempStepping  :: Turns temperature equation time-stepping off  C     tempStepping  :: Turns temperature equation time-stepping off
223  C     saltStepping  :: Turns salinity equation time-stepping off  C     saltStepping  :: Turns salinity equation time-stepping off
 C     tr1Stepping   :: Turns passive tracer 1 time-stepping on/off  
224  C     useConstantF  :: Coriolis parameter set to f0  C     useConstantF  :: Coriolis parameter set to f0
225  C     useBetaPlaneF :: Coriolis parameter set to f0 + beta.y  C     useBetaPlaneF :: Coriolis parameter set to f0 + beta.y
226  C     useSphereF    :: Coriolis parameter set to 2.omega.sin(phi)  C     useSphereF    :: Coriolis parameter set to 2.omega.sin(phi)
# Line 279  C     monitor_stdio      :: use stdio fo Line 278  C     monitor_stdio      :: use stdio fo
278       & saltDiffusion, saltAdvection, saltForcing,       & saltDiffusion, saltAdvection, saltForcing,
279       & useRealFreshWaterFlux,       & useRealFreshWaterFlux,
280       & rigidLid, implicitFreeSurface, exactConserv, uniformLin_PhiSurf,       & rigidLid, implicitFreeSurface, exactConserv, uniformLin_PhiSurf,
281       & momStepping, tempStepping, saltStepping, tr1Stepping,       & momStepping, tempStepping, saltStepping,
282       & metricTerms, usingSphericalPolarMTerms, useNHMTerms,       & metricTerms, usingSphericalPolarMTerms, useNHMTerms,
283       & useConstantF, useBetaPlaneF, useSphereF,       & useConstantF, useBetaPlaneF, useSphereF,
284       & useCDscheme,       & useCDscheme,
# Line 327  C     monitor_stdio      :: use stdio fo Line 326  C     monitor_stdio      :: use stdio fo
326        LOGICAL momStepping        LOGICAL momStepping
327        LOGICAL tempStepping        LOGICAL tempStepping
328        LOGICAL saltStepping        LOGICAL saltStepping
       LOGICAL tr1Stepping  
329        LOGICAL metricTerms        LOGICAL metricTerms
330        LOGICAL useConstantF        LOGICAL useConstantF
331        LOGICAL useBetaPlaneF        LOGICAL useBetaPlaneF
# Line 417  C     omega     :: Angular velocity ( ra Line 415  C     omega     :: Angular velocity ( ra
415  C     rotationPeriod :: Rotation period (s) (= 2.pi/omega)  C     rotationPeriod :: Rotation period (s) (= 2.pi/omega)
416  C     viscAh    :: Eddy viscosity coeff. for mixing of  C     viscAh    :: Eddy viscosity coeff. for mixing of
417  C                 momentum laterally ( m^2/s )  C                 momentum laterally ( m^2/s )
418    C     viscAhW   :: Eddy viscosity coeff. for mixing of vertical
419    C                 momentum laterally, no effect for hydrostatic
420    C                 model, defaults to viscAh if unset ( m^2/s )
421  C     viscAr    :: Eddy viscosity coeff. for mixing of  C     viscAr    :: Eddy viscosity coeff. for mixing of
422  C                 momentum vertically ( units of r^2/s )  C                 momentum vertically ( units of r^2/s )
423  C     viscA4    :: Biharmonic viscosity coeff. for mixing of  C     viscA4    :: Biharmonic viscosity coeff. for mixing of
# Line 524  C      --"-"--  Quadratic  ( linear: 1/s Line 525  C      --"-"--  Quadratic  ( linear: 1/s
525       & abeps, startTime,       & abeps, startTime,
526       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,
527       & fCori, fCoriG, fCoriCos,       & fCori, fCoriG, fCoriCos,
528       & viscAh,  viscAhMax, viscAhGrid, viscC2leith,       & viscAh, viscAhW, viscAhMax, viscAhGrid, viscC2leith,
529       & viscA4,  viscA4Max, viscA4Grid, viscC4leith,       & viscA4,  viscA4Max, viscA4Grid, viscC4leith,
530       & viscAr, viscAstrain, viscAtension,       & viscAr, viscAstrain, viscAtension,
531       & diffKhT, diffK4T, diffKrT,       & diffKhT, diffK4T, diffKrT,
# Line 580  C      --"-"--  Quadratic  ( linear: 1/s Line 581  C      --"-"--  Quadratic  ( linear: 1/s
581        _RL hFacSup        _RL hFacSup
582        _RL beta        _RL beta
583        _RL viscAh        _RL viscAh
584          _RL viscAhW
585        _RL viscAhMax        _RL viscAhMax
586        _RL viscAhGrid        _RL viscAhGrid
587        _RL viscC2leith        _RL viscC2leith
# Line 684  C             derived from the orography Line 686  C             derived from the orography
686        INTEGER integr_GeoPot, selectFindRoSurf        INTEGER integr_GeoPot, selectFindRoSurf
687    
688  C Logical flags for selecting packages  C Logical flags for selecting packages
689          LOGICAL useOPPS
690        LOGICAL usePP81        LOGICAL usePP81
691        LOGICAL useMY82        LOGICAL useMY82
692          LOGICAL useGGL90
693        LOGICAL useKPP        LOGICAL useKPP
694        LOGICAL useGMRedi        LOGICAL useGMRedi
695        LOGICAL useOBCS        LOGICAL useOBCS
# Line 705  C Logical flags for selecting packages Line 709  C Logical flags for selecting packages
709        LOGICAL usegridalt        LOGICAL usegridalt
710        LOGICAL usediagnostics        LOGICAL usediagnostics
711        LOGICAL useEBM        LOGICAL useEBM
712          LOGICAL useMNC
713        COMMON /PARM_PACKAGES/        COMMON /PARM_PACKAGES/
714       &        useKPP, useGMRedi, useOBCS, useAIM, useLand, useECCO,       &        useKPP, useGMRedi, useOBCS, useAIM, useLand, useECCO,
715       &        useSHAP_FILT, useZONAL_FILT, useGrdchk, useFLT,       &        useSHAP_FILT, useZONAL_FILT, useGrdchk, useFLT,
716       &        usePTRACERS,  useSBO, useSEAICE, useThSIce, useBulkForce,       &        usePTRACERS,  useSBO, useSEAICE, useThSIce, useBulkForce,
717       &        usefizhi,  usegridalt, usediagnostics, useEBM,       &        usefizhi,  usegridalt, usediagnostics, useEBM, useMNC,
718       &        usePP81, useMY82       &        usePP81, useMY82, useOPPS, useGGL90
719    
720  CEH3 ;;; Local Variables: ***  CEH3 ;;; Local Variables: ***
721  CEH3 ;;; mode:fortran ***  CEH3 ;;; mode:fortran ***

Legend:
Removed from v.1.125  
changed lines
  Added in v.1.130

  ViewVC Help
Powered by ViewVC 1.1.22