/[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.135 by jmc, Fri Oct 29 16:28:28 2004 UTC revision 1.140 by mlosch, Thu Dec 9 09:01:07 2004 UTC
# Line 149  C     debugLevel          :: debug level Line 149  C     debugLevel          :: debug level
149       &        nonlinFreeSurf, select_rStar,       &        nonlinFreeSurf, select_rStar,
150       &        tempAdvScheme, tempVertAdvScheme,       &        tempAdvScheme, tempVertAdvScheme,
151       &        saltAdvScheme, saltVertAdvScheme,       &        saltAdvScheme, saltVertAdvScheme,
      &        tracerAdvScheme,  
152       &        debugLevel       &        debugLevel
153        INTEGER cg2dMaxIters        INTEGER cg2dMaxIters
154        INTEGER cg2dChkResFreq        INTEGER cg2dChkResFreq
# Line 168  C     debugLevel          :: debug level Line 167  C     debugLevel          :: debug level
167        INTEGER select_rStar        INTEGER select_rStar
168        INTEGER tempAdvScheme, tempVertAdvScheme        INTEGER tempAdvScheme, tempVertAdvScheme
169        INTEGER saltAdvScheme, saltVertAdvScheme        INTEGER saltAdvScheme, saltVertAdvScheme
       INTEGER tracerAdvScheme  
170        INTEGER debugLevel        INTEGER debugLevel
171    
172  C  C
# Line 198  C     metricTerms   :: Flag which turns Line 196  C     metricTerms   :: Flag which turns
196  C     usingSphericalPolarMTerms :: If TRUE use spherical polar metric terms.  C     usingSphericalPolarMTerms :: If TRUE use spherical polar metric terms.
197  C     useNHMTerms :: If TRUE use non-hydrostatic metric terms.  C     useNHMTerms :: If TRUE use non-hydrostatic metric terms.
198  C     useCoriolis   :: Flag which turns the coriolis terms on and off.  C     useCoriolis   :: Flag which turns the coriolis terms on and off.
 C     tempDiffusion :: Flag which turns diffusion of temperature on  
 C                     and off.  
199  C     tempAdvection :: Flag which turns advection of temperature on  C     tempAdvection :: Flag which turns advection of temperature on
200  C                     and off.  C                     and off.
201  C     tempForcing   :: Flag which turns external forcing of temperature on  C     tempForcing   :: Flag which turns external forcing of temperature on
202  C                     and off.  C                     and off.
 C     saltDiffusion :: Flag which turns diffusion of salinity on  
 C                     and off.  
203  C     saltAdvection :: Flag which turns advection of salinity on  C     saltAdvection :: Flag which turns advection of salinity on
204  C                     and off.  C                     and off.
205  C     saltForcing   :: Flag which turns external forcing of salinity on  C     saltForcing   :: Flag which turns external forcing of salinity on
# Line 278  C     monitor_stdio      :: use stdio fo Line 272  C     monitor_stdio      :: use stdio fo
272       & staggerTimeStep,       & staggerTimeStep,
273       & momViscosity, momAdvection, momForcing, useCoriolis,       & momViscosity, momAdvection, momForcing, useCoriolis,
274       & momPressureForcing, vectorInvariantMomentum,       & momPressureForcing, vectorInvariantMomentum,
275       & tempDiffusion, tempAdvection, tempForcing,       & tempAdvection, tempForcing,
276       & saltDiffusion, saltAdvection, saltForcing,       & saltAdvection, saltForcing,
277       & useRealFreshWaterFlux,       & useRealFreshWaterFlux,
278       & rigidLid, implicitFreeSurface, exactConserv, uniformLin_PhiSurf,       & rigidLid, implicitFreeSurface, exactConserv, uniformLin_PhiSurf,
279       & momStepping, tempStepping, saltStepping,       & momStepping, tempStepping, saltStepping,
# Line 319  C     monitor_stdio      :: use stdio fo Line 313  C     monitor_stdio      :: use stdio fo
313        LOGICAL momPressureForcing        LOGICAL momPressureForcing
314        LOGICAL useCoriolis        LOGICAL useCoriolis
315        LOGICAL vectorInvariantMomentum        LOGICAL vectorInvariantMomentum
       LOGICAL tempDiffusion  
316        LOGICAL tempAdvection        LOGICAL tempAdvection
317        LOGICAL tempForcing        LOGICAL tempForcing
       LOGICAL saltDiffusion  
318        LOGICAL saltAdvection        LOGICAL saltAdvection
319        LOGICAL saltForcing        LOGICAL saltForcing
320        LOGICAL useRealFreshWaterFlux        LOGICAL useRealFreshWaterFlux
# Line 434  C     viscAr    :: Eddy viscosity coeff. Line 426  C     viscAr    :: Eddy viscosity coeff.
426  C                 momentum vertically ( units of r^2/s )  C                 momentum vertically ( units of r^2/s )
427  C     viscA4    :: Biharmonic viscosity coeff. for mixing of  C     viscA4    :: Biharmonic viscosity coeff. for mixing of
428  C                 momentum laterally ( m^4/s )  C                 momentum laterally ( m^4/s )
429    C     viscA4W   :: Biharmonic viscosity coeff. for mixing of vertical
430    C                 momentum laterally, no effect for hydrostatic
431    C                 model, defaults to viscA4 if unset ( m^2/s )
432  C     viscAhD   :: Eddy viscosity coeff. for mixing of momentum laterally  C     viscAhD   :: Eddy viscosity coeff. for mixing of momentum laterally
433  C                  (act on Divergence part) ( m^2/s )  C                  (act on Divergence part) ( m^2/s )
434  C     viscAhZ   :: Eddy viscosity coeff. for mixing of momentum laterally  C     viscAhZ   :: Eddy viscosity coeff. for mixing of momentum laterally
# Line 449  C     viscA4Max :: Maximum biharmonic vi Line 444  C     viscA4Max :: Maximum biharmonic vi
444  C                 momentum laterally ( m^4/s )  C                 momentum laterally ( m^4/s )
445  C     viscAhGrid:: non-dimensional grid-size dependent viscosity  C     viscAhGrid:: non-dimensional grid-size dependent viscosity
446  C     viscA4Grid:: non-dimensional grid-size dependent bi-harmonic viscosity  C     viscA4Grid:: non-dimensional grid-size dependent bi-harmonic viscosity
447    C     viscA4GridMax:: maximum and minimum biharmonic viscosity coefficients ...
448    C     viscA4GridMin::  in terms of non-dimensional grid-size dependent viscosity
449  C     viscC4leith :: Leith non-dimensional viscosity factor  C     viscC4leith :: Leith non-dimensional viscosity factor
450  C     diffKhT   :: Laplacian diffusion coeff. for mixing of  C     diffKhT   :: Laplacian diffusion coeff. for mixing of
451  C                 heat laterally ( m^2/s )  C                 heat laterally ( m^2/s )
# Line 474  C                    it will be the deep Line 471  C                    it will be the deep
471  C                    Frequency of checkpointing and dumping of the model state  C                    Frequency of checkpointing and dumping of the model state
472  C                    are referenced to this clock. ( s )  C                    are referenced to this clock. ( s )
473  C     deltaTMom    :: Timestep for momemtum equations ( s )  C     deltaTMom    :: Timestep for momemtum equations ( s )
474  C     deltaTtracer :: Timestep for tracer equations ( s )  C     dTtracerLev  :: Timestep for tracer equations ( s ), function of level k
475  C     deltaTfreesurf :: Timestep for free-surface equation ( s )  C     deltaTfreesurf :: Timestep for free-surface equation ( s )
476  C     freesurfFac  :: Parameter to turn implicit free surface term on or off  C     freesurfFac  :: Parameter to turn implicit free surface term on or off
477  C                    freesurfac = 1. uses implicit free surface  C                    freesurfac = 1. uses implicit free surface
# Line 527  C     convertFW2Salt :: salinity, used t Line 524  C     convertFW2Salt :: salinity, used t
524  C                       (use model surface (local) value if set to -1)  C                       (use model surface (local) value if set to -1)
525  C     temp_EvPrRn :: temperature of Rain & Evap.  C     temp_EvPrRn :: temperature of Rain & Evap.
526  C     salt_EvPrRn :: salinity of Rain & Evap.  C     salt_EvPrRn :: salinity of Rain & Evap.
 C     trac_EvPrRn :: tracer concentration in Rain & Evap.  
527  C        (notes: a) tracer content of Rain/Evap only used if both  C        (notes: a) tracer content of Rain/Evap only used if both
528  C                     NonLin_FrSurf & useRealFreshWater are set.  C                     NonLin_FrSurf & useRealFreshWater are set.
529  C                b) use model surface (local) value if set to UNSET_RL)  C                b) use model surface (local) value if set to UNSET_RL)
# Line 541  C      --"-"--  Quadratic  ( linear: 1/s Line 537  C      --"-"--  Quadratic  ( linear: 1/s
537        COMMON /PARM_R/ cg2dTargetResidual, cg2dTargetResWunit,        COMMON /PARM_R/ cg2dTargetResidual, cg2dTargetResWunit,
538       & cg2dpcOffDFac, cg3dTargetResidual,       & cg2dpcOffDFac, cg3dTargetResidual,
539       & delR, delRc, delX, delY,       & delR, delRc, delX, delY,
540       & deltaT, deltaTmom, deltaTtracer, deltaTfreesurf, deltaTClock,       & deltaT, deltaTmom, dTtracerLev, deltaTfreesurf, deltaTClock,
541       & abeps, startTime,       & abeps, startTime,
542       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,
543       & fCori, fCoriG, fCoriCos,       & fCori, fCoriG, fCoriCos,
544       & viscAh, viscAhW, viscAhMax, viscAhGrid, viscC2leith,       & viscAh, viscAhW, viscAhMax, viscAhGrid, viscC2leith,
545       & viscAhD, viscAhZ, viscA4D, viscA4Z,       & viscAhD, viscAhZ, viscA4D, viscA4Z,
546       & viscA4,  viscA4Max, viscA4Grid, viscC4leith,       & viscA4, viscA4W,
547       & viscAr, viscAstrain, viscAtension,       & viscA4Max, viscA4Grid, viscA4GridMax, viscA4GridMin,
548         & viscC4leith, viscAr, viscAstrain, viscAtension,
549       & diffKhT, diffK4T, diffKrNrT,       & diffKhT, diffK4T, diffKrNrT,
550       & diffKhS, diffK4S, diffKrNrS,       & diffKhS, diffK4S, diffKrNrS,
551       & diffKrBL79surf, diffKrBL79deep, diffKrBL79scl, diffKrBL79Ho,       & diffKrBL79surf, diffKrBL79deep, diffKrBL79scl, diffKrBL79Ho,
# Line 565  C      --"-"--  Quadratic  ( linear: 1/s Line 562  C      --"-"--  Quadratic  ( linear: 1/s
562       & tauSaltClimRelax, lambdaSaltClimRelax,       & tauSaltClimRelax, lambdaSaltClimRelax,
563       & tauTr1ClimRelax, lambdaTr1ClimRelax, latBandClimRelax,       & tauTr1ClimRelax, lambdaTr1ClimRelax, latBandClimRelax,
564       & externForcingCycle, externForcingPeriod,       & externForcingCycle, externForcingPeriod,
565       & convertFW2Salt, temp_EvPrRn, salt_EvPrRn, trac_EvPrRn,       & convertFW2Salt, temp_EvPrRn, salt_EvPrRn,
566       & hFacMinDr, hFacMinDp,       & hFacMinDr, hFacMinDp,
567       & horiVertRatio, recip_horiVertRatio,       & horiVertRatio, recip_horiVertRatio,
568       & ivdc_kappa, Ro_SeaLevel,       & ivdc_kappa, Ro_SeaLevel,
# Line 583  C      --"-"--  Quadratic  ( linear: 1/s Line 580  C      --"-"--  Quadratic  ( linear: 1/s
580        _RL deltaT        _RL deltaT
581        _RL deltaTClock        _RL deltaTClock
582        _RL deltaTmom        _RL deltaTmom
583        _RL deltaTtracer        _RL dTtracerLev(Nr)
584        _RL deltaTfreesurf        _RL deltaTfreesurf
585        _RL abeps        _RL abeps
586        _RL phiMin        _RL phiMin
# Line 612  C      --"-"--  Quadratic  ( linear: 1/s Line 609  C      --"-"--  Quadratic  ( linear: 1/s
609        _RL viscAtension        _RL viscAtension
610        _RL viscAr        _RL viscAr
611        _RL viscA4        _RL viscA4
612          _RL viscA4W
613        _RL viscA4D        _RL viscA4D
614        _RL viscA4Z        _RL viscA4Z
615        _RL viscA4Max        _RL viscA4Max
616        _RL viscA4Grid        _RL viscA4Grid, viscA4GridMax, viscA4GridMin
617        _RL viscC4leith        _RL viscC4leith
618        _RL diffKhT        _RL diffKhT
619        _RL diffKrNrT(Nr)        _RL diffKrNrT(Nr)
# Line 676  C      --"-"--  Quadratic  ( linear: 1/s Line 674  C      --"-"--  Quadratic  ( linear: 1/s
674        _RL convertFW2Salt        _RL convertFW2Salt
675        _RL temp_EvPrRn        _RL temp_EvPrRn
676        _RL salt_EvPrRn        _RL salt_EvPrRn
       _RL trac_EvPrRn  
677        _RL horiVertRatio        _RL horiVertRatio
678        _RL recip_horiVertRatio        _RL recip_horiVertRatio
679        _RL ivdc_kappa        _RL ivdc_kappa
# Line 726  C Logical flags for selecting packages Line 723  C Logical flags for selecting packages
723        LOGICAL useZONAL_FILT        LOGICAL useZONAL_FILT
724        LOGICAL useFLT        LOGICAL useFLT
725        LOGICAL usePTRACERS        LOGICAL usePTRACERS
726          LOGICAL useGCHEM
727        LOGICAL useSBO        LOGICAL useSBO
728        LOGICAL useSEAICE        LOGICAL useSEAICE
729        LOGICAL useBulkForce        LOGICAL useBulkForce
# Line 738  C Logical flags for selecting packages Line 736  C Logical flags for selecting packages
736        COMMON /PARM_PACKAGES/        COMMON /PARM_PACKAGES/
737       &        useKPP, useGMRedi, useOBCS, useAIM, useLand, useECCO,       &        useKPP, useGMRedi, useOBCS, useAIM, useLand, useECCO,
738       &        useSHAP_FILT, useZONAL_FILT, useGrdchk, useFLT,       &        useSHAP_FILT, useZONAL_FILT, useGrdchk, useFLT,
739       &        usePTRACERS,  useSBO, useSEAICE, useThSIce, useBulkForce,       &        usePTRACERS, useGCHEM,
740       &        usefizhi,  usegridalt, usediagnostics, useEBM, useMNC,       &        useSBO, useSEAICE, useThSIce, useBulkForce,
741         &        usefizhi, usegridalt, usediagnostics, useEBM, useMNC,
742       &        usePP81, useMY82, useOPPS, useGGL90       &        usePP81, useMY82, useOPPS, useGGL90
743    
744  CEH3 ;;; Local Variables: ***  CEH3 ;;; Local Variables: ***

Legend:
Removed from v.1.135  
changed lines
  Added in v.1.140

  ViewVC Help
Powered by ViewVC 1.1.22