/[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.138 by mlosch, Fri Nov 19 01:33:31 2004 UTC revision 1.139 by jmc, Sat Dec 4 00:10:33 2004 UTC
# Line 468  C                    it will be the deep Line 468  C                    it will be the deep
468  C                    Frequency of checkpointing and dumping of the model state  C                    Frequency of checkpointing and dumping of the model state
469  C                    are referenced to this clock. ( s )  C                    are referenced to this clock. ( s )
470  C     deltaTMom    :: Timestep for momemtum equations ( s )  C     deltaTMom    :: Timestep for momemtum equations ( s )
471  C     deltaTtracer :: Timestep for tracer equations ( s )  C     dTtracerLev  :: Timestep for tracer equations ( s ), function of level k
472  C     deltaTfreesurf :: Timestep for free-surface equation ( s )  C     deltaTfreesurf :: Timestep for free-surface equation ( s )
473  C     freesurfFac  :: Parameter to turn implicit free surface term on or off  C     freesurfFac  :: Parameter to turn implicit free surface term on or off
474  C                    freesurfac = 1. uses implicit free surface  C                    freesurfac = 1. uses implicit free surface
# Line 534  C      --"-"--  Quadratic  ( linear: 1/s Line 534  C      --"-"--  Quadratic  ( linear: 1/s
534        COMMON /PARM_R/ cg2dTargetResidual, cg2dTargetResWunit,        COMMON /PARM_R/ cg2dTargetResidual, cg2dTargetResWunit,
535       & cg2dpcOffDFac, cg3dTargetResidual,       & cg2dpcOffDFac, cg3dTargetResidual,
536       & delR, delRc, delX, delY,       & delR, delRc, delX, delY,
537       & deltaT, deltaTmom, deltaTtracer, deltaTfreesurf, deltaTClock,       & deltaT, deltaTmom, dTtracerLev, deltaTfreesurf, deltaTClock,
538       & abeps, startTime,       & abeps, startTime,
539       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,       & phiMin, thetaMin, rSphere, recip_RSphere, f0, beta,
540       & fCori, fCoriG, fCoriCos,       & fCori, fCoriG, fCoriCos,
# Line 576  C      --"-"--  Quadratic  ( linear: 1/s Line 576  C      --"-"--  Quadratic  ( linear: 1/s
576        _RL deltaT        _RL deltaT
577        _RL deltaTClock        _RL deltaTClock
578        _RL deltaTmom        _RL deltaTmom
579        _RL deltaTtracer        _RL dTtracerLev(Nr)
580        _RL deltaTfreesurf        _RL deltaTfreesurf
581        _RL abeps        _RL abeps
582        _RL phiMin        _RL phiMin

Legend:
Removed from v.1.138  
changed lines
  Added in v.1.139

  ViewVC Help
Powered by ViewVC 1.1.22