/[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.230 by jmc, Thu Oct 15 01:05:54 2009 UTC revision 1.231 by jmc, Thu Nov 19 19:48:29 2009 UTC
# Line 607  C                     Implicit part of S Line 607  C                     Implicit part of S
607  C     implicDiv2Dflow :: parameter of the Crank-Nickelson time stepping :  C     implicDiv2Dflow :: parameter of the Crank-Nickelson time stepping :
608  C                     Implicit part of barotropic flow Divergence ( 0-1 )  C                     Implicit part of barotropic flow Divergence ( 0-1 )
609  C     hFacMin      :: Minimum fraction size of a cell (affects hFacC etc...)  C     hFacMin      :: Minimum fraction size of a cell (affects hFacC etc...)
610  C     hFacMinDz    :: Minimum dimesional size of a cell (affects hFacC etc..., m)  C     hFacMinDz    :: Minimum dimensional size of a cell (affects hFacC etc..., m)
611  C     hFacMinDp    :: Minimum dimesional size of a cell (affects hFacC etc..., Pa)  C     hFacMinDp    :: Minimum dimensional size of a cell (affects hFacC etc..., Pa)
612  C     hFacMinDr    :: Minimum dimesional size of a cell (affects hFacC etc..., units of r)  C     hFacMinDr    :: Minimum dimensional size of a cell (-> hFacC etc..., r units)
613  C     hFacInf      :: Threshold (inf and sup) for fraction size of surface cell  C     hFacInf      :: Threshold (inf and sup) for fraction size of surface cell
614  C     hFacSup        that control vanishing and creating levels  C     hFacSup          that control vanishing and creating levels
615  C     tauCD        :: CD scheme coupling timescale ( 1/s )  C     tauCD         :: CD scheme coupling timescale ( s )
616  C     rCD          :: CD scheme normalised coupling parameter ( 0-1 )  C     rCD           :: CD scheme normalised coupling parameter (= 1 - deltaT/tauCD)
617    C     epsAB_CD      :: Adams-Bashforth-2 stabilizing weight used in CD scheme
618  C     baseTime      :: model base time (time origin) = time @ iteration zero  C     baseTime      :: model base time (time origin) = time @ iteration zero
619  C     startTime     :: Starting time for this integration ( s ).  C     startTime     :: Starting time for this integration ( s ).
620  C     endTime       :: Ending time for this integration ( s ).  C     endTime       :: Ending time for this integration ( s ).
# Line 691  C     psiEuler      :: Euler angle, rota Line 692  C     psiEuler      :: Euler angle, rota
692       & diffKrBL79surf, diffKrBL79deep, diffKrBL79scl, diffKrBL79Ho,       & diffKrBL79surf, diffKrBL79deep, diffKrBL79scl, diffKrBL79Ho,
693       & BL79LatVary,       & BL79LatVary,
694       & diffKrBLEQsurf, diffKrBLEQdeep, diffKrBLEQscl, diffKrBLEQHo,       & diffKrBLEQsurf, diffKrBLEQdeep, diffKrBLEQscl, diffKrBLEQHo,
695       & delT, tauCD, rCD, freeSurfFac, implicSurfPress, implicDiv2Dflow,       & tauCD, rCD, epsAB_CD,
696         & freeSurfFac, implicSurfPress, implicDiv2Dflow,
697       & hFacMin, hFacMinDz, hFacInf, hFacSup,       & hFacMin, hFacMinDz, hFacInf, hFacSup,
698       & gravity, recip_gravity, gBaro,       & gravity, recip_gravity, gBaro,
699       & rhonil, recip_rhonil, rhoConst, recip_rhoConst,       & rhonil, recip_rhonil, rhoConst, recip_rhoConst,
# Line 778  C     psiEuler      :: Euler angle, rota Line 780  C     psiEuler      :: Euler angle, rota
780        _RL diffKrBLEQdeep        _RL diffKrBLEQdeep
781        _RL diffKrBLEQscl        _RL diffKrBLEQscl
782        _RL diffKrBLEQHo        _RL diffKrBLEQHo
783        _RL delt        _RL tauCD, rCD, epsAB_CD
       _RL tauCD  
       _RL rCD  
784        _RL gravity        _RL gravity
785        _RL recip_gravity        _RL recip_gravity
786        _RL gBaro        _RL gBaro
# Line 883  C Logical flags for selecting packages Line 883  C Logical flags for selecting packages
883        LOGICAL useEBM        LOGICAL useEBM
884        LOGICAL useCheapAML        LOGICAL useCheapAML
885        LOGICAL useGrdchk        LOGICAL useGrdchk
886          LOGICAL useSMOOTH
887        LOGICAL useECCO        LOGICAL useECCO
888        LOGICAL useSBO        LOGICAL useSBO
889        LOGICAL useFLT        LOGICAL useFLT
# Line 912  C Logical flags for selecting packages Line 913  C Logical flags for selecting packages
913       &        useOPPS, usePP81, useMY82, useGGL90, useKPP,       &        useOPPS, usePP81, useMY82, useGGL90, useKPP,
914       &        useGMRedi, useDOWN_SLOPE,       &        useGMRedi, useDOWN_SLOPE,
915       &        useCAL, useEXF, useBulkForce, useEBM, useCheapAML,       &        useCAL, useEXF, useBulkForce, useEBM, useCheapAML,
916       &        useGrdchk, useECCO, useSBO, useFLT,       &        useGrdchk, useSMOOTH, useECCO, useSBO, useFLT,
917       &        usePTRACERS, useGCHEM, useRBCS, useOffLine, useMATRIX,       &        usePTRACERS, useGCHEM, useRBCS, useOffLine, useMATRIX,
918       &        useSEAICE, useSALT_PLUME, useShelfIce, useThSIce,       &        useSEAICE, useSALT_PLUME, useShelfIce, useThSIce,
919       &        useATM2D, useAIM, useLand, useFizhi, useGridAlt,       &        useATM2D, useAIM, useLand, useFizhi, useGridAlt,

Legend:
Removed from v.1.230  
changed lines
  Added in v.1.231

  ViewVC Help
Powered by ViewVC 1.1.22