/[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.155 by edhill, Sun Apr 17 00:25:45 2005 UTC revision 1.160 by jmc, Wed Jun 22 00:21:03 2005 UTC
# Line 239  C     useJamartWetPoints :: Use wet-poin Line 239  C     useJamartWetPoints :: Use wet-poin
239  C     useJamartMomAdv :: Use wet-point method for V.I. non-linear term  C     useJamartMomAdv :: Use wet-point method for V.I. non-linear term
240  C     SadournyCoriolis :: use the enstrophy conserving scheme by Sadourny  C     SadournyCoriolis :: use the enstrophy conserving scheme by Sadourny
241  C     upwindVorticity :: bias interpolation of vorticity in the Coriolis term  C     upwindVorticity :: bias interpolation of vorticity in the Coriolis term
242  C     highOrderVorticity :: use 3rd/4th order interp. of vorticity in Coriolis  C     highOrderVorticity :: use 3rd/4th order interp. of vorticity (V.I., advection)
243    C     upwindShear        :: use 1rst order upwind interp. (V.I., vertical advection)
244  C     useAbsVorticity :: work with f+zeta in Coriolis terms  C     useAbsVorticity :: work with f+zeta in Coriolis terms
245  C     implicitDiffusion :: Turns implicit vertical diffusion on  C     implicitDiffusion :: Turns implicit vertical diffusion on
246  C     implicitViscosity :: Turns implicit vertical viscosity on  C     implicitViscosity :: Turns implicit vertical viscosity on
# Line 276  C                       useSingleCpuIO i Line 277  C                       useSingleCpuIO i
277  C                       outputs from master mpi process only.  C                       outputs from master mpi process only.
278  C     allowFreezing  :: Allows surface water to freeze and form ice  C     allowFreezing  :: Allows surface water to freeze and form ice
279  C     useOldFreezing :: use the old version (before checkpoint52a_pre, 2003-11-12)  C     useOldFreezing :: use the old version (before checkpoint52a_pre, 2003-11-12)
 C     groundAtK1  :: put the surface(k=1) at the Lower Boundary (=ground)  
280  C     pickup_write_mdsio :: use mdsio to write pickups  C     pickup_write_mdsio :: use mdsio to write pickups
281  C     pickup_read_mdsio  :: use mdsio to read  pickups  C     pickup_read_mdsio  :: use mdsio to read  pickups
282  C     pickup_write_immed :: echo the pickup immediately (for conversion)  C     pickup_write_immed :: echo the pickup immediately (for conversion)
# Line 304  C                      calendar months a Line 304  C                      calendar months a
304       & useCDscheme,       & useCDscheme,
305       & useEnergyConservingCoriolis, useJamartWetPoints, useJamartMomAdv,       & useEnergyConservingCoriolis, useJamartWetPoints, useJamartMomAdv,
306       & SadournyCoriolis, upwindVorticity, highOrderVorticity,       & SadournyCoriolis, upwindVorticity, highOrderVorticity,
307       & useAbsVorticity,       & useAbsVorticity, upwindShear,
308       & implicitDiffusion, implicitViscosity,       & implicitDiffusion, implicitViscosity,
309       & tempImplVertAdv, saltImplVertAdv, momImplVertAdv,       & tempImplVertAdv, saltImplVertAdv, momImplVertAdv,
310       & multiDimAdvection, useMultiDimAdvec, forcing_In_AB,       & multiDimAdvection, useMultiDimAdvec, forcing_In_AB,
# Line 313  C                      calendar months a Line 313  C                      calendar months a
313       & fluidIsAir, fluidIsWater,       & fluidIsAir, fluidIsWater,
314       & usingPCoords, usingZCoords, useDynP_inEos_Zc, setCenterDr,       & usingPCoords, usingZCoords, useDynP_inEos_Zc, setCenterDr,
315       & nonHydrostatic, quasiHydrostatic, globalFiles, useSingleCpuIO,       & nonHydrostatic, quasiHydrostatic, globalFiles, useSingleCpuIO,
316       & allowFreezing, useOldFreezing, groundAtK1,       & allowFreezing, useOldFreezing,
317       & usePickupBeforeC35, usePickupBeforeC54, startFromPickupAB2,       & usePickupBeforeC35, usePickupBeforeC54, startFromPickupAB2,
318       & pickup_read_mdsio, pickup_write_mdsio, pickup_write_immed,       & pickup_read_mdsio, pickup_write_mdsio, pickup_write_immed,
319       & timeave_mdsio, snapshot_mdsio, monitor_stdio,       & timeave_mdsio, snapshot_mdsio, monitor_stdio,
# Line 361  C                      calendar months a Line 361  C                      calendar months a
361        LOGICAL upwindVorticity        LOGICAL upwindVorticity
362        LOGICAL highOrderVorticity        LOGICAL highOrderVorticity
363        LOGICAL useAbsVorticity        LOGICAL useAbsVorticity
364          LOGICAL upwindShear
365        LOGICAL implicitDiffusion        LOGICAL implicitDiffusion
366        LOGICAL implicitViscosity        LOGICAL implicitViscosity
367        LOGICAL tempImplVertAdv        LOGICAL tempImplVertAdv
# Line 385  C                      calendar months a Line 386  C                      calendar months a
386        LOGICAL useSingleCpuIO        LOGICAL useSingleCpuIO
387        LOGICAL allowFreezing        LOGICAL allowFreezing
388        LOGICAL useOldFreezing        LOGICAL useOldFreezing
       LOGICAL groundAtK1  
389        LOGICAL usePickupBeforeC35        LOGICAL usePickupBeforeC35
390        LOGICAL usePickupBeforeC54        LOGICAL usePickupBeforeC54
391        LOGICAL startFromPickupAB2        LOGICAL startFromPickupAB2
# Line 600  C      --"-"--  Quadratic  ( linear: 1/s Line 600  C      --"-"--  Quadratic  ( linear: 1/s
600       & hFacMinDr, hFacMinDp,       & hFacMinDr, hFacMinDp,
601       & horiVertRatio, recip_horiVertRatio,       & horiVertRatio, recip_horiVertRatio,
602       & ivdc_kappa, Ro_SeaLevel,       & ivdc_kappa, Ro_SeaLevel,
603       & bottomDragLinear,bottomDragQuadratic,       & bottomDragLinear,bottomDragQuadratic,nh_Am2,
604       & tCylIn, tCylOut       & tCylIn, tCylOut
605    
606          _RL nh_Am2
607        _RL cg2dTargetResidual        _RL cg2dTargetResidual
608        _RL cg2dTargetResWunit        _RL cg2dTargetResWunit
609        _RL cg3dTargetResidual        _RL cg3dTargetResidual
# Line 770  C Logical flags for selecting packages Line 771  C Logical flags for selecting packages
771        LOGICAL usediagnostics        LOGICAL usediagnostics
772        LOGICAL useEBM        LOGICAL useEBM
773        LOGICAL useMNC        LOGICAL useMNC
774          LOGICAL useMATRIX
775          LOGICAL useRunClock
776        COMMON /PARM_PACKAGES/        COMMON /PARM_PACKAGES/
777       &        useKPP, useGMRedi, useOBCS, useAIM, useLand, useECCO,       &        useKPP, useGMRedi, useOBCS, useAIM, useLand, useECCO,
778       &        useSHAP_FILT, useZONAL_FILT, useGrdchk, useFLT,       &        useSHAP_FILT, useZONAL_FILT, useGrdchk, useFLT,
779       &        usePTRACERS, useGCHEM,       &        usePTRACERS, useGCHEM,
780       &        useSBO, useSEAICE, useThSIce, useBulkForce,       &        useSBO, useSEAICE, useThSIce, useBulkForce,
781       &        usefizhi, usegridalt, usediagnostics, useEBM, useMNC,       &        usefizhi, usegridalt, usediagnostics, useEBM, useMNC,
782       &        usePP81, useMY82, useOPPS, useGGL90       &        usePP81, useMY82, useOPPS, useGGL90, useMATRIX,
783         &        useRunClock
784    
785  CEH3 ;;; Local Variables: ***  CEH3 ;;; Local Variables: ***
786  CEH3 ;;; mode:fortran ***  CEH3 ;;; mode:fortran ***

Legend:
Removed from v.1.155  
changed lines
  Added in v.1.160

  ViewVC Help
Powered by ViewVC 1.1.22