/[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.65 by adcroft, Fri Sep 28 03:25:15 2001 UTC revision 1.65.4.1 by heimbach, Wed Feb 6 15:48:06 2002 UTC
# Line 126  C                           =0 Linear fr Line 126  C                           =0 Linear fr
126       &        writeStatePrec, nCheckLev,       &        writeStatePrec, nCheckLev,
127       &        writeBinaryPrec, readBinaryPrec,       &        writeBinaryPrec, readBinaryPrec,
128       &        nonlinFreeSurf,       &        nonlinFreeSurf,
      &        zonal_filt_sinpow, zonal_filt_cospow,  
129       &        tempAdvScheme, saltAdvScheme, tracerAdvScheme       &        tempAdvScheme, saltAdvScheme, tracerAdvScheme
130        INTEGER cg2dMaxIters        INTEGER cg2dMaxIters
131        INTEGER cg2dChkResFreq        INTEGER cg2dChkResFreq
# Line 141  C                           =0 Linear fr Line 140  C                           =0 Linear fr
140        INTEGER readBinaryPrec        INTEGER readBinaryPrec
141        INTEGER nCheckLev        INTEGER nCheckLev
142        INTEGER nonlinFreeSurf        INTEGER nonlinFreeSurf
       INTEGER zonal_filt_sinpow  
       INTEGER zonal_filt_cospow  
143        INTEGER tempAdvScheme        INTEGER tempAdvScheme
144        INTEGER saltAdvScheme        INTEGER saltAdvScheme
145        INTEGER tracerAdvScheme        INTEGER tracerAdvScheme
# Line 203  C     nonHydrostatic :: Using non-hydros Line 200  C     nonHydrostatic :: Using non-hydros
200  C     globalFiles    :: Selects between "global" and "tiled" files  C     globalFiles    :: Selects between "global" and "tiled" files
201  C     allowFreezing  :: Allows water to freeze and form ice  C     allowFreezing  :: Allows water to freeze and form ice
202  C     groundAtK1  :: put the surface(k=1) at the Lower Boundary (=ground)  C     groundAtK1  :: put the surface(k=1) at the Lower Boundary (=ground)
203    C     useJamartWetPoints :: Use wet-point method for Coriolis (Jamart and Ozer, 1986)
204        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,
205       & usingCurvilinearGrid,       & usingCurvilinearGrid,
206       & no_slip_sides,no_slip_bottom,       & no_slip_sides,no_slip_bottom,
# Line 222  C     groundAtK1  :: put the surface(k=1 Line 220  C     groundAtK1  :: put the surface(k=1
220       & allowFreezing, groundAtK1,       & allowFreezing, groundAtK1,
221       & usePickupBeforeC35, debugMode,       & usePickupBeforeC35, debugMode,
222       & readPickupWithTracer, writePickupWithTracer,       & readPickupWithTracer, writePickupWithTracer,
223       & multiDimAdvection, useEnergyConservingCoriolis       & multiDimAdvection, useEnergyConservingCoriolis,
224         & useJamartWetPoints
225        LOGICAL usingCartesianGrid        LOGICAL usingCartesianGrid
226        LOGICAL usingSphericalPolarGrid        LOGICAL usingSphericalPolarGrid
227        LOGICAL usingCurvilinearGrid        LOGICAL usingCurvilinearGrid
# Line 272  C     groundAtK1  :: put the surface(k=1 Line 271  C     groundAtK1  :: put the surface(k=1
271        LOGICAL writePickupWithTracer        LOGICAL writePickupWithTracer
272        LOGICAL multiDimAdvection        LOGICAL multiDimAdvection
273        LOGICAL useEnergyConservingCoriolis        LOGICAL useEnergyConservingCoriolis
274          LOGICAL useJamartWetPoints
275    
276  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.  C--   COMMON /PARM_R/ "Real" valued parameters used by the model.
277  C     gg2dTargetResidual  C     gg2dTargetResidual
# Line 399  C                           number times Line 399  C                           number times
399  C     horiVertRatio      :: Ratio on units in vertical to units in horizontal.  C     horiVertRatio      :: Ratio on units in vertical to units in horizontal.
400  C     recip_horiVertRatio  ( 1 if horiz in m and vertical in m ).  C     recip_horiVertRatio  ( 1 if horiz in m and vertical in m ).
401  C                          ( g*rho if horiz in m and vertical in Pa ).  C                          ( g*rho if horiz in m and vertical in Pa ).
 C     latFFTFiltLo       :: Low latitude for FFT filtering of latitude  
 C                          circles ( see filter*.F )  
402  C     Ro_SeaLevel        :: standard position of Sea-Level in "R" coordinate, used as  C     Ro_SeaLevel        :: standard position of Sea-Level in "R" coordinate, used as
403  C                          starting value (k=1) for vertical coordinate (rf(1)=Ro_SeaLevel)  C                          starting value (k=1) for vertical coordinate (rf(1)=Ro_SeaLevel)
404  C     bottomDragLinear   :: Drag coefficient built in to core dynamics  C     bottomDragLinear   :: Drag coefficient built in to core dynamics
# Line 428  C      --"-"--  Quadratic  ( linear: 1/s Line 426  C      --"-"--  Quadratic  ( linear: 1/s
426       & externForcingCycle, externForcingPeriod,       & externForcingCycle, externForcingPeriod,
427       & viscAp, diffKpT, diffKpS, hFacMinDr, hFacMinDp,       & viscAp, diffKpT, diffKpS, hFacMinDr, hFacMinDp,
428       & theta_S, specVol_S, horiVertRatio, recip_horiVertRatio,       & theta_S, specVol_S, horiVertRatio, recip_horiVertRatio,
429       & latFFTFiltLo, ivdc_kappa, Ro_SeaLevel, zonal_filt_lat,       & ivdc_kappa, Ro_SeaLevel,
430       & bottomDragLinear,bottomDragQuadratic       & bottomDragLinear,bottomDragQuadratic
431    
432        _RL cg2dTargetResidual        _RL cg2dTargetResidual
# Line 520  C      --"-"--  Quadratic  ( linear: 1/s Line 518  C      --"-"--  Quadratic  ( linear: 1/s
518        _RL externForcingPeriod        _RL externForcingPeriod
519        _RL horiVertRatio        _RL horiVertRatio
520        _RL recip_horiVertRatio        _RL recip_horiVertRatio
       _RL latFFTFiltLo  
521        _RL ivdc_kappa        _RL ivdc_kappa
522        _RL Ro_SeaLevel        _RL Ro_SeaLevel
       _RL zonal_filt_lat  
523        _RL bottomDragLinear        _RL bottomDragLinear
524        _RL bottomDragQuadratic        _RL bottomDragQuadratic
525    
# Line 563  C Logical flags for selecting packages Line 559  C Logical flags for selecting packages
559        LOGICAL useGrdchk        LOGICAL useGrdchk
560        LOGICAL useECCO        LOGICAL useECCO
561        LOGICAL useSHAP_FILT        LOGICAL useSHAP_FILT
562          LOGICAL useZONAL_FILT
563        LOGICAL useFLT        LOGICAL useFLT
564        COMMON /PARM_PACKAGES/        COMMON /PARM_PACKAGES/
565       &        useKPP, useGMRedi, useOBCS, useAIM, useECCO,       &        useKPP, useGMRedi, useOBCS, useAIM, useECCO,
566       &        useSHAP_FILT, useGrdchk, useFLT       &        useSHAP_FILT, useZONAL_FILT, useGrdchk, useFLT
567    

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.65.4.1

  ViewVC Help
Powered by ViewVC 1.1.22