/[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.149 by edhill, Sun Apr 3 05:16:43 2005 UTC revision 1.150 by jmc, Wed Apr 6 18:23:21 2005 UTC
# Line 427  C     rhoConst  :: Vertically constant r Line 427  C     rhoConst  :: Vertically constant r
427  C     rhoConstFresh :: Constant reference density for fresh water (rain)  C     rhoConstFresh :: Constant reference density for fresh water (rain)
428  C     tRef      :: reference vertical profile for potential temperature  C     tRef      :: reference vertical profile for potential temperature
429  C     sRef      :: reference vertical profile for salinity/specific humidity  C     sRef      :: reference vertical profile for salinity/specific humidity
 C     startTime :: Start time for model ( s )  
430  C     phiMin    :: Latitude of southern most cell face.  C     phiMin    :: Latitude of southern most cell face.
431  C     thetaMin  :: Longitude of western most cell face (this  C     thetaMin  :: Longitude of western most cell face (this
432  C                 is an "inert" parameter but it is included  C                 is an "inert" parameter but it is included
# Line 515  C     hFacInf      :: Threshold (inf and Line 514  C     hFacInf      :: Threshold (inf and
514  C     hFacSup        that control vanishing and creating levels  C     hFacSup        that control vanishing and creating levels
515  C     tauCD        :: CD scheme coupling timescale ( 1/s )  C     tauCD        :: CD scheme coupling timescale ( 1/s )
516  C     rCD          :: CD scheme normalised coupling parameter ( 0-1 )  C     rCD          :: CD scheme normalised coupling parameter ( 0-1 )
517    C     baseTime      :: model base time (time origin) = time @ iteration zero
518  C     startTime     :: Starting time for this integration ( s ).  C     startTime     :: Starting time for this integration ( s ).
519  C     endTime       :: Ending time for this integration ( s ).  C     endTime       :: Ending time for this integration ( s ).
520  C     chkPtFreq     :: Frequency of rolling check pointing ( s ).  C     chkPtFreq     :: Frequency of rolling check pointing ( s ).
# Line 565  C      --"-"--  Quadratic  ( linear: 1/s Line 565  C      --"-"--  Quadratic  ( linear: 1/s
565       & cg2dpcOffDFac, cg3dTargetResidual,       & cg2dpcOffDFac, cg3dTargetResidual,
566       & delR, delRc, delX, delY,       & delR, delRc, delX, delY,
567       & deltaT, deltaTmom, dTtracerLev, deltaTfreesurf, deltaTClock,       & deltaT, deltaTmom, dTtracerLev, deltaTfreesurf, deltaTClock,
568       & abeps, startTime,       & abeps,
569       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,
      & fCori, fCoriG, fCoriCos,  
570       & viscAh, viscAhW, viscAhMax,       & viscAh, viscAhW, viscAhMax,
571       & viscAhGrid, viscAhGridMax, viscAhGridMin,       & viscAhGrid, viscAhGridMax, viscAhGridMin,
572       & viscC2leith, viscC2leithD,       & viscC2leith, viscC2leithD,
# Line 584  C      --"-"--  Quadratic  ( linear: 1/s Line 583  C      --"-"--  Quadratic  ( linear: 1/s
583       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,
584       & recip_rhoConst, rhoConst,       & recip_rhoConst, rhoConst,
585       & rhoConstFresh, convertEmP2rUnit, tRef, sRef,       & rhoConstFresh, convertEmP2rUnit, tRef, sRef,
586       & endTime, chkPtFreq, pchkPtFreq, dumpFreq, adjDumpFreq,       & baseTime, startTime, endTime,
587         & chkPtFreq, pchkPtFreq, dumpFreq, adjDumpFreq,
588       & diagFreq, taveFreq, tave_lastIter, monitorFreq, adjMonitorFreq,       & diagFreq, taveFreq, tave_lastIter, monitorFreq, adjMonitorFreq,
589       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,       & afFacMom, vfFacMom, pfFacMom, cfFacMom, foFacMom, mtFacMom,
590       & cosPower, cAdjFreq, omega, rotationPeriod,       & cosPower, cAdjFreq, omega, rotationPeriod,
# Line 674  C      --"-"--  Quadratic  ( linear: 1/s Line 674  C      --"-"--  Quadratic  ( linear: 1/s
674        _RL convertEmP2rUnit        _RL convertEmP2rUnit
675        _RL tRef(Nr)        _RL tRef(Nr)
676        _RL sRef(Nr)        _RL sRef(Nr)
677        _RS fCori(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL baseTime
       _RS fCoriG(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)  
       _RS fCoriCos(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)  
678        _RL startTime        _RL startTime
679        _RL endTime        _RL endTime
680        _RL chkPtFreq        _RL chkPtFreq

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.150

  ViewVC Help
Powered by ViewVC 1.1.22