/[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.94 by jmc, Fri Aug 1 01:44:50 2003 UTC revision 1.95 by jmc, Wed Oct 15 22:57:43 2003 UTC
# Line 448  C     tauThetaClimRelax :: Relaxation to Line 448  C     tauThetaClimRelax :: Relaxation to
448  C     lambdaThetaClimRelax :: Inverse time scale for relaxation ( 1/s ).  C     lambdaThetaClimRelax :: Inverse time scale for relaxation ( 1/s ).
449  C     tauSaltClimRelax :: Relaxation to climatology time scale ( s ).  C     tauSaltClimRelax :: Relaxation to climatology time scale ( s ).
450  C     lambdaSaltClimRelax :: Inverse time scale for relaxation ( 1/s ).  C     lambdaSaltClimRelax :: Inverse time scale for relaxation ( 1/s ).
451    C     latBandClimRelax :: latitude band where Relaxation to Clim. is applied,
452    C                         i.e. where |yC| <= latBandClimRelax
453  C     externForcingPeriod :: Is the period of which forcing varies (eg. 1 month)  C     externForcingPeriod :: Is the period of which forcing varies (eg. 1 month)
454  C     externForcingCycle :: Is the repeat time of the forcing (eg. 1 year)  C     externForcingCycle :: Is the repeat time of the forcing (eg. 1 year)
455  C                          (note: externForcingCycle must be an integer  C                          (note: externForcingCycle must be an integer
# Line 488  C      --"-"--  Quadratic  ( linear: 1/s Line 490  C      --"-"--  Quadratic  ( linear: 1/s
490       & cosPower, cAdjFreq, omega, rotationPeriod,       & cosPower, cAdjFreq, omega, rotationPeriod,
491       & tauThetaClimRelax, lambdaThetaClimRelax,       & tauThetaClimRelax, lambdaThetaClimRelax,
492       & tauSaltClimRelax, lambdaSaltClimRelax,       & tauSaltClimRelax, lambdaSaltClimRelax,
493       & tauTr1ClimRelax, lambdaTr1ClimRelax,       & tauTr1ClimRelax, lambdaTr1ClimRelax, latBandClimRelax,
494       & externForcingCycle, externForcingPeriod,       & externForcingCycle, externForcingPeriod,
495       & convertFW2Salt, temp_EvPrRn, salt_EvPrRn, trac_EvPrRn,       & convertFW2Salt, temp_EvPrRn, salt_EvPrRn, trac_EvPrRn,
496       & viscAp, diffKpT, diffKpS, hFacMinDr, hFacMinDp,       & viscAp, diffKpT, diffKpS, hFacMinDr, hFacMinDp,
# Line 586  C      --"-"--  Quadratic  ( linear: 1/s Line 588  C      --"-"--  Quadratic  ( linear: 1/s
588        _RL lambdaSaltClimRelax        _RL lambdaSaltClimRelax
589        _RL tauTr1ClimRelax        _RL tauTr1ClimRelax
590        _RL lambdaTr1ClimRelax        _RL lambdaTr1ClimRelax
591          _RL latBandClimRelax
592        _RL externForcingCycle        _RL externForcingCycle
593        _RL externForcingPeriod        _RL externForcingPeriod
594        _RL convertFW2Salt        _RL convertFW2Salt

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95

  ViewVC Help
Powered by ViewVC 1.1.22