/[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.75 by mlosch, Wed Sep 25 19:36:50 2002 UTC revision 1.76 by jmc, Mon Oct 7 16:18:07 2002 UTC
# Line 407  C     mtFacMom      :: Metric terms trac Line 407  C     mtFacMom      :: Metric terms trac
407  C     cosPower      :: Power of cosine of latitude to multiply viscosity  C     cosPower      :: Power of cosine of latitude to multiply viscosity
408  C     cAdjFreq      :: Frequency of convective adjustment  C     cAdjFreq      :: Frequency of convective adjustment
409  C  C
410  C     taveFreq      :: Frequency with which time-averaged model state is written to  C     taveFreq      :: Frequency with which time-averaged model state
411  C                     post-processing files ( s ).  C                      is written to post-processing files ( s ).
412    C     tave_lastIter :: (for state variable only) fraction of the last time
413    C                      step (of each taveFreq period) put in the time average.
414    C                      (fraction for 1rst iter = 1 - tave_lastIter)
415  C     tauThetaClimRelax :: Relaxation to climatology time scale ( s ).  C     tauThetaClimRelax :: Relaxation to climatology time scale ( s ).
416  C     lambdaThetaClimRelax :: Inverse time scale for relaxation ( 1/s ).  C     lambdaThetaClimRelax :: Inverse time scale for relaxation ( 1/s ).
417  C     tauSaltClimRelax :: Relaxation to climatology time scale ( s ).  C     tauSaltClimRelax :: Relaxation to climatology time scale ( s ).
# Line 446  C      --"-"--  Quadratic  ( linear: 1/s Line 449  C      --"-"--  Quadratic  ( linear: 1/s
449       & hFacMin, hFacMinDz, hFacInf, hFacSup,       & hFacMin, hFacMinDz, hFacInf, hFacSup,
450       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,
451       & recip_rhoConst, rhoConst,       & recip_rhoConst, rhoConst,
452       & recip_rhoConstFresh, rhoConstFresh, tRef, sRef,       & rhoConstFresh, convertEmP2rUnit, tRef, sRef,
453       & endTime, chkPtFreq, pchkPtFreq, dumpFreq,       & endTime, chkPtFreq, pchkPtFreq, dumpFreq,
454       & diagFreq, taveFreq, monitorFreq,       & diagFreq, taveFreq, tave_lastIter, monitorFreq,
455       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,
456       & cosPower, cAdjFreq, omega,       & cosPower, cAdjFreq, omega,
457       & tauThetaClimRelax, lambdaThetaClimRelax,       & tauThetaClimRelax, lambdaThetaClimRelax,
# Line 520  C      --"-"--  Quadratic  ( linear: 1/s Line 523  C      --"-"--  Quadratic  ( linear: 1/s
523        _RL rhoConst        _RL rhoConst
524        _RL recip_rhoConst        _RL recip_rhoConst
525        _RL rhoConstFresh        _RL rhoConstFresh
526        _RL recip_rhoConstFresh        _RL convertEmP2rUnit
527        _RL tRef(Nr)        _RL tRef(Nr)
528        _RL sRef(Nr)        _RL sRef(Nr)
529        _RS fCori(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RS fCori(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
# Line 532  C      --"-"--  Quadratic  ( linear: 1/s Line 535  C      --"-"--  Quadratic  ( linear: 1/s
535        _RL dumpFreq        _RL dumpFreq
536        _RL diagFreq        _RL diagFreq
537        _RL taveFreq        _RL taveFreq
538          _RL tave_lastIter
539        _RL monitorFreq        _RL monitorFreq
540        _RL afFacMom        _RL afFacMom
541        _RL vfFacMom        _RL vfFacMom

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76

  ViewVC Help
Powered by ViewVC 1.1.22