/[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.170 by jmc, Mon Oct 24 22:38:49 2005 UTC revision 1.171 by jmc, Mon Dec 5 14:31:19 2005 UTC
# Line 451  C     rhoConst  :: Vertically constant r Line 451  C     rhoConst  :: Vertically constant r
451  C     rhoConstFresh :: Constant reference density for fresh water (rain)  C     rhoConstFresh :: Constant reference density for fresh water (rain)
452  C     tRef      :: reference vertical profile for potential temperature  C     tRef      :: reference vertical profile for potential temperature
453  C     sRef      :: reference vertical profile for salinity/specific humidity  C     sRef      :: reference vertical profile for salinity/specific humidity
454    C     phiRef    :: reference potential (pressure/rho, geopotential) profile
455  C     phiMin    :: Latitude of southern most cell face.  C     phiMin    :: Latitude of southern most cell face.
456  C     thetaMin  :: Longitude of western most cell face (this  C     thetaMin  :: Longitude of western most cell face (this
457  C                 is an "inert" parameter but it is included  C                 is an "inert" parameter but it is included
# Line 617  C                      (i.e. allows conv Line 618  C                      (i.e. allows conv
618       & hFacMin, hFacMinDz, hFacInf, hFacSup,       & hFacMin, hFacMinDz, hFacInf, hFacSup,
619       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,       & gravity, recip_Gravity, gBaro, rhonil, recip_rhonil,
620       & recip_rhoConst, rhoConst,       & recip_rhoConst, rhoConst,
621       & rhoConstFresh, convertEmP2rUnit, tRef, sRef,       & rhoConstFresh, convertEmP2rUnit, tRef, sRef, phiRef,
622       & baseTime, startTime, endTime,       & baseTime, startTime, endTime,
623       & chkPtFreq, pchkPtFreq, dumpFreq, adjDumpFreq,       & chkPtFreq, pchkPtFreq, dumpFreq, adjDumpFreq,
624       & diagFreq, taveFreq, tave_lastIter, monitorFreq, adjMonitorFreq,       & diagFreq, taveFreq, tave_lastIter, monitorFreq, adjMonitorFreq,
# Line 710  C                      (i.e. allows conv Line 711  C                      (i.e. allows conv
711        _RL convertEmP2rUnit        _RL convertEmP2rUnit
712        _RL tRef(Nr)        _RL tRef(Nr)
713        _RL sRef(Nr)        _RL sRef(Nr)
714          _RL phiRef(2*Nr+1)
715        _RL baseTime        _RL baseTime
716        _RL startTime        _RL startTime
717        _RL endTime        _RL endTime

Legend:
Removed from v.1.170  
changed lines
  Added in v.1.171

  ViewVC Help
Powered by ViewVC 1.1.22