/[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.136 by dimitri, Tue Nov 2 23:57:29 2004 UTC revision 1.137 by jmc, Fri Nov 5 02:40:26 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 529  C     convertFW2Salt :: salinity, used t Line 521  C     convertFW2Salt :: salinity, used t
521  C                       (use model surface (local) value if set to -1)  C                       (use model surface (local) value if set to -1)
522  C     temp_EvPrRn :: temperature of Rain & Evap.  C     temp_EvPrRn :: temperature of Rain & Evap.
523  C     salt_EvPrRn :: salinity of Rain & Evap.  C     salt_EvPrRn :: salinity of Rain & Evap.
 C     trac_EvPrRn :: tracer concentration in Rain & Evap.  
524  C        (notes: a) tracer content of Rain/Evap only used if both  C        (notes: a) tracer content of Rain/Evap only used if both
525  C                     NonLin_FrSurf & useRealFreshWater are set.  C                     NonLin_FrSurf & useRealFreshWater are set.
526  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 567  C      --"-"--  Quadratic  ( linear: 1/s Line 558  C      --"-"--  Quadratic  ( linear: 1/s
558       & tauSaltClimRelax, lambdaSaltClimRelax,       & tauSaltClimRelax, lambdaSaltClimRelax,
559       & tauTr1ClimRelax, lambdaTr1ClimRelax, latBandClimRelax,       & tauTr1ClimRelax, lambdaTr1ClimRelax, latBandClimRelax,
560       & externForcingCycle, externForcingPeriod,       & externForcingCycle, externForcingPeriod,
561       & convertFW2Salt, temp_EvPrRn, salt_EvPrRn, trac_EvPrRn,       & convertFW2Salt, temp_EvPrRn, salt_EvPrRn,
562       & hFacMinDr, hFacMinDp,       & hFacMinDr, hFacMinDp,
563       & horiVertRatio, recip_horiVertRatio,       & horiVertRatio, recip_horiVertRatio,
564       & ivdc_kappa, Ro_SeaLevel,       & ivdc_kappa, Ro_SeaLevel,
# Line 678  C      --"-"--  Quadratic  ( linear: 1/s Line 669  C      --"-"--  Quadratic  ( linear: 1/s
669        _RL convertFW2Salt        _RL convertFW2Salt
670        _RL temp_EvPrRn        _RL temp_EvPrRn
671        _RL salt_EvPrRn        _RL salt_EvPrRn
       _RL trac_EvPrRn  
672        _RL horiVertRatio        _RL horiVertRatio
673        _RL recip_horiVertRatio        _RL recip_horiVertRatio
674        _RL ivdc_kappa        _RL ivdc_kappa

Legend:
Removed from v.1.136  
changed lines
  Added in v.1.137

  ViewVC Help
Powered by ViewVC 1.1.22