/[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.56 by heimbach, Fri Jul 13 14:15:29 2001 UTC revision 1.60 by adcroft, Thu Sep 6 14:23:57 2001 UTC
# Line 119  C                           =0 Linear fr Line 119  C                           =0 Linear fr
119       &        writeStatePrec, nCheckLev,       &        writeStatePrec, nCheckLev,
120       &        writeBinaryPrec, readBinaryPrec,       &        writeBinaryPrec, readBinaryPrec,
121       &        nonlinFreeSurf,       &        nonlinFreeSurf,
122       &        zonal_filt_sinpow, zonal_filt_cospow       &        zonal_filt_sinpow, zonal_filt_cospow,
123         &        tempAdvScheme, saltAdvScheme, tracerAdvScheme
124        INTEGER cg2dMaxIters        INTEGER cg2dMaxIters
125        INTEGER cg2dChkResFreq        INTEGER cg2dChkResFreq
126        INTEGER cg3dMaxIters        INTEGER cg3dMaxIters
# Line 135  C                           =0 Linear fr Line 136  C                           =0 Linear fr
136        INTEGER nonlinFreeSurf        INTEGER nonlinFreeSurf
137        INTEGER zonal_filt_sinpow        INTEGER zonal_filt_sinpow
138        INTEGER zonal_filt_cospow        INTEGER zonal_filt_cospow
139          INTEGER tempAdvScheme
140          INTEGER saltAdvScheme
141          INTEGER tracerAdvScheme
142    
143  C--   COMMON /PARM_L/ Logical valued parameters used by the model.  C--   COMMON /PARM_L/ Logical valued parameters used by the model.
144  C     usingCartesianGrid - If TRUE grid generation will be in a cartesian  C     usingCartesianGrid - If TRUE grid generation will be in a cartesian
# Line 197  C     groundAtK1  - put the surface(k=1) Line 201  C     groundAtK1  - put the surface(k=1)
201       & no_slip_sides,no_slip_bottom,       & no_slip_sides,no_slip_bottom,
202       & staggerTimeStep,       & staggerTimeStep,
203       & momViscosity, momAdvection, momForcing, useCoriolis,       & momViscosity, momAdvection, momForcing, useCoriolis,
204       & momPressureForcing,tempDiffusion, tempAdvection, tempForcing,       & momPressureForcing, vectorInvariantMomentum,
205         & tempDiffusion, tempAdvection, tempForcing,
206       & saltDiffusion, saltAdvection, saltForcing,       & saltDiffusion, saltAdvection, saltForcing,
207       & rigidLid, implicitFreeSurface, exactConserv, uniformLin_PhiSurf,       & rigidLid, implicitFreeSurface, exactConserv, uniformLin_PhiSurf,
208       & momStepping, tempStepping, saltStepping, tr1Stepping,       & momStepping, tempStepping, saltStepping, tr1Stepping,
# Line 222  C     groundAtK1  - put the surface(k=1) Line 227  C     groundAtK1  - put the surface(k=1)
227        LOGICAL momForcing        LOGICAL momForcing
228        LOGICAL momPressureForcing        LOGICAL momPressureForcing
229        LOGICAL useCoriolis        LOGICAL useCoriolis
230          LOGICAL vectorInvariantMomentum
231        LOGICAL tempDiffusion        LOGICAL tempDiffusion
232        LOGICAL tempAdvection        LOGICAL tempAdvection
233        LOGICAL tempForcing        LOGICAL tempForcing
# Line 359  C     chkPtFreq     - Frequency of rolli Line 365  C     chkPtFreq     - Frequency of rolli
365  C     pChkPtFreq    - Frequency of permanent check pointing ( s ).  C     pChkPtFreq    - Frequency of permanent check pointing ( s ).
366  C     dumpFreq      - Frequency with which model state is written to  C     dumpFreq      - Frequency with which model state is written to
367  C                     post-processing files ( s ).  C                     post-processing files ( s ).
368    C     diagFreq      - Frequency with which model writes diagnostic output
369    C                     of intermediate quantities.
370  C     afFacMom      - Advection of momentum term tracer parameter  C     afFacMom      - Advection of momentum term tracer parameter
371  C     vfFacMom      - Momentum viscosity tracer parameter  C     vfFacMom      - Momentum viscosity tracer parameter
372  C     pfFacMom      - Momentum pressure forcing tracer parameter  C     pfFacMom      - Momentum pressure forcing tracer parameter
# Line 393  C         "     Quadratic  ( linear: 1/s Line 401  C         "     Quadratic  ( linear: 1/s
401       & deltaT,deltaTmom, deltaTtracer, deltaTClock,abeps, startTime,       & deltaT,deltaTmom, deltaTtracer, deltaTClock,abeps, startTime,
402       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,
403       & fCori, fCoriG,       & fCori, fCoriG,
404       & viscAh,  viscAz,  viscA4,  viscAr,       & viscAh,  viscAz,  viscA4,  viscAr, viscAstrain, viscAtension,
405       & diffKhT, diffKzT, diffK4T, diffKrT,       & diffKhT, diffKzT, diffK4T, diffKrT,
406       & diffKhS, diffKzS, diffK4S, diffKrS,       & diffKhS, diffKzS, diffK4S, diffKrS,
407       & delT, tauCD, rCD, freeSurfFac, implicSurfPress, implicDiv2Dflow,       & delT, tauCD, rCD, freeSurfFac, implicSurfPress, implicDiv2Dflow,
408       & hFacMin, hFacMinDz, hFacInf, hFacSup,       & hFacMin, hFacMinDz, hFacInf, hFacSup,
409       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,
410       & recip_rhoConst, rhoConst, tRef, sRef,       & recip_rhoConst, rhoConst, tRef, sRef,
411       & endTime, chkPtFreq, pchkPtFreq, dumpFreq, taveFreq, monitorFreq,       & endTime, chkPtFreq, pchkPtFreq, dumpFreq,
412         & diagFreq, taveFreq, monitorFreq,
413       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,
414       & cosPower, cAdjFreq, omega,       & cosPower, cAdjFreq, omega,
415       & tauThetaClimRelax, lambdaThetaClimRelax,       & tauThetaClimRelax, lambdaThetaClimRelax,
# Line 442  C         "     Quadratic  ( linear: 1/s Line 451  C         "     Quadratic  ( linear: 1/s
451        _RL hFacSup        _RL hFacSup
452        _RL beta        _RL beta
453        _RL viscAh        _RL viscAh
454          _RL viscAstrain
455          _RL viscAtension
456        _RL viscAz        _RL viscAz
457        _RL viscAp        _RL viscAp
458        _RL viscAr        _RL viscAr
# Line 477  C         "     Quadratic  ( linear: 1/s Line 488  C         "     Quadratic  ( linear: 1/s
488        _RL chkPtFreq        _RL chkPtFreq
489        _RL pChkPtFreq        _RL pChkPtFreq
490        _RL dumpFreq        _RL dumpFreq
491          _RL diagFreq
492        _RL taveFreq        _RL taveFreq
493        _RL monitorFreq        _RL monitorFreq
494        _RL afFacMom        _RL afFacMom

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.60

  ViewVC Help
Powered by ViewVC 1.1.22