/[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.153 by dimitri, Mon Apr 11 14:47:24 2005 UTC revision 1.154 by jmc, Fri Apr 15 13:30:21 2005 UTC
# Line 250  C     multiDimAdvection :: Flag that ena Line 250  C     multiDimAdvection :: Flag that ena
250  C     useMultiDimAdvec  :: True if multi-dim advection is used at least once  C     useMultiDimAdvec  :: True if multi-dim advection is used at least once
251  C     forcing_In_AB :: if False, put forcing (Temp,Salt,Tracers) contribution  C     forcing_In_AB :: if False, put forcing (Temp,Salt,Tracers) contribution
252  C                      out off Adams-Bashforth time stepping.  C                      out off Adams-Bashforth time stepping.
253    C     startFromPickupAB2 :: with AB-3 code, start from an AB-2 pickup
254  C     doThetaClimRelax :: Set true if relaxation to temperature  C     doThetaClimRelax :: Set true if relaxation to temperature
255  C                        climatology is required.  C                        climatology is required.
256  C     doSaltClimRelax  :: Set true if relaxation to salinity  C     doSaltClimRelax  :: Set true if relaxation to salinity
# Line 314  C                      calendar months a Line 315  C                      calendar months a
315       & usingPCoords, usingZCoords, useDynP_inEos_Zc, setCenterDr,       & usingPCoords, usingZCoords, useDynP_inEos_Zc, setCenterDr,
316       & nonHydrostatic, quasiHydrostatic, globalFiles, useSingleCpuIO,       & nonHydrostatic, quasiHydrostatic, globalFiles, useSingleCpuIO,
317       & allowFreezing, useOldFreezing, groundAtK1,       & allowFreezing, useOldFreezing, groundAtK1,
318       & usePickupBeforeC35, usePickupBeforeC54, debugMode,       & usePickupBeforeC35, usePickupBeforeC54, startFromPickupAB2,
      & readPickupWithTracer, writePickupWithTracer,  
319       & pickup_read_mdsio, pickup_write_mdsio, pickup_write_immed,       & pickup_read_mdsio, pickup_write_mdsio, pickup_write_immed,
320       & timeave_mdsio, snapshot_mdsio, monitor_stdio, seaice_mdsio,       & timeave_mdsio, snapshot_mdsio, monitor_stdio, seaice_mdsio,
321       & outputTypesInclusive,       & outputTypesInclusive, debugMode,
322       & inAdMode, inAdTrue, inAdFalse, inAdExact,       & inAdMode, inAdTrue, inAdFalse, inAdExact,
323       & calendarDumps       & calendarDumps
324    
# Line 389  C                      calendar months a Line 389  C                      calendar months a
389        LOGICAL groundAtK1        LOGICAL groundAtK1
390        LOGICAL usePickupBeforeC35        LOGICAL usePickupBeforeC35
391        LOGICAL usePickupBeforeC54        LOGICAL usePickupBeforeC54
392          LOGICAL startFromPickupAB2
393        LOGICAL debugMode        LOGICAL debugMode
       LOGICAL readPickupWithTracer  
       LOGICAL writePickupWithTracer  
394        LOGICAL pickup_read_mdsio, pickup_write_mdsio        LOGICAL pickup_read_mdsio, pickup_write_mdsio
395        LOGICAL pickup_write_immed        LOGICAL pickup_write_immed
396        LOGICAL timeave_mdsio, snapshot_mdsio, monitor_stdio        LOGICAL timeave_mdsio, snapshot_mdsio, monitor_stdio
# Line 508  C     deltaTfreesurf :: Timestep for fre Line 507  C     deltaTfreesurf :: Timestep for fre
507  C     freesurfFac  :: Parameter to turn implicit free surface term on or off  C     freesurfFac  :: Parameter to turn implicit free surface term on or off
508  C                    freesurfac = 1. uses implicit free surface  C                    freesurfac = 1. uses implicit free surface
509  C                    freesurfac = 0. uses rigid lid  C                    freesurfac = 0. uses rigid lid
510    C     abEps        :: Adams-Bashforth-2 stabilizing weight
511    C     alph_AB      :: Adams-Bashforth-3 primary factor
512    C     beta_AB      :: Adams-Bashforth-3 secondary factor
513  C     implicSurfPress :: parameter of the Crank-Nickelson time stepping :  C     implicSurfPress :: parameter of the Crank-Nickelson time stepping :
514  C                     Implicit part of Surface Pressure Gradient ( 0-1 )  C                     Implicit part of Surface Pressure Gradient ( 0-1 )
515  C     implicDiv2Dflow :: parameter of the Crank-Nickelson time stepping :  C     implicDiv2Dflow :: parameter of the Crank-Nickelson time stepping :
# Line 569  C      --"-"--  Quadratic  ( linear: 1/s Line 571  C      --"-"--  Quadratic  ( linear: 1/s
571       & cg2dpcOffDFac, cg3dTargetResidual,       & cg2dpcOffDFac, cg3dTargetResidual,
572       & delR, delRc, delX, delY,       & delR, delRc, delX, delY,
573       & deltaT, deltaTmom, dTtracerLev, deltaTfreesurf, deltaTClock,       & deltaT, deltaTmom, dTtracerLev, deltaTfreesurf, deltaTClock,
574       & abeps,       & abEps, alph_AB, beta_AB,
575       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,
576       & viscAh, viscAhW, viscAhMax,       & viscAh, viscAhW, viscAhMax,
577       & viscAhGrid, viscAhGridMax, viscAhGridMin,       & viscAhGrid, viscAhGridMax, viscAhGridMin,
# Line 616  C      --"-"--  Quadratic  ( linear: 1/s Line 618  C      --"-"--  Quadratic  ( linear: 1/s
618        _RL deltaTmom        _RL deltaTmom
619        _RL dTtracerLev(Nr)        _RL dTtracerLev(Nr)
620        _RL deltaTfreesurf        _RL deltaTfreesurf
621        _RL abeps        _RL abEps, alph_AB, beta_AB
622        _RL phiMin        _RL phiMin
623        _RL thetaMin        _RL thetaMin
624        _RL rSphere        _RL rSphere

Legend:
Removed from v.1.153  
changed lines
  Added in v.1.154

  ViewVC Help
Powered by ViewVC 1.1.22