/[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.172 by stephd, Thu Dec 8 00:15:05 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
# Line 795  C Logical flags for selecting packages Line 797  C Logical flags for selecting packages
797        LOGICAL useFLT        LOGICAL useFLT
798        LOGICAL usePTRACERS        LOGICAL usePTRACERS
799        LOGICAL useGCHEM        LOGICAL useGCHEM
800          LOGICAL useRBCS
801        LOGICAL useSBO        LOGICAL useSBO
802        LOGICAL useSEAICE        LOGICAL useSEAICE
803        LOGICAL useBulkForce        LOGICAL useBulkForce
# Line 809  C Logical flags for selecting packages Line 812  C Logical flags for selecting packages
812        COMMON /PARM_PACKAGES/        COMMON /PARM_PACKAGES/
813       &        useKPP, useGMRedi, useOBCS, useAIM, useLand, useECCO,       &        useKPP, useGMRedi, useOBCS, useAIM, useLand, useECCO,
814       &        useSHAP_FILT, useZONAL_FILT, useGrdchk, useFLT,       &        useSHAP_FILT, useZONAL_FILT, useGrdchk, useFLT,
815       &        usePTRACERS, useGCHEM,       &        usePTRACERS, useGCHEM, useRBCS,
816       &        useSBO, useSEAICE, useThSIce, useBulkForce,       &        useSBO, useSEAICE, useThSIce, useBulkForce,
817       &        usefizhi, usegridalt, usediagnostics, useEBM, useMNC,       &        usefizhi, usegridalt, usediagnostics, useEBM, useMNC,
818       &        usePP81, useMY82, useOPPS, useGGL90, useMATRIX,       &        usePP81, useMY82, useOPPS, useGGL90, useMATRIX,

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

  ViewVC Help
Powered by ViewVC 1.1.22