/[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.78 by adcroft, Tue Nov 5 19:58:21 2002 UTC revision 1.79 by adcroft, Thu Nov 7 21:51:15 2002 UTC
# Line 212  C     usingZCoords     :: Set to indicat Line 212  C     usingZCoords     :: Set to indicat
212  C                        coords.  C                        coords.
213  C     setCenterDr    :: set cell Center depth and put Interface at the middle  C     setCenterDr    :: set cell Center depth and put Interface at the middle
214  C     nonHydrostatic :: Using non-hydrostatic terms  C     nonHydrostatic :: Using non-hydrostatic terms
215    C     quasiHydrostatic :: Using non-hydrostatic terms in hydrostatic algorithm
216  C     globalFiles    :: Selects between "global" and "tiled" files  C     globalFiles    :: Selects between "global" and "tiled" files
217  C     allowFreezing  :: Allows water to freeze and form ice  C     allowFreezing  :: Allows water to freeze and form ice
218  C     groundAtK1  :: put the surface(k=1) at the Lower Boundary (=ground)  C     groundAtK1  :: put the surface(k=1) at the Lower Boundary (=ground)
# Line 234  C     groundAtK1  :: put the surface(k=1 Line 235  C     groundAtK1  :: put the surface(k=1
235       & doThetaClimRelax, doSaltClimRelax, doTr1ClimRelax,       & doThetaClimRelax, doSaltClimRelax, doTr1ClimRelax,
236       & periodicExternalForcing,       & periodicExternalForcing,
237       & usingPCoords, usingZCoords, setCenterDr,       & usingPCoords, usingZCoords, setCenterDr,
238       & nonHydrostatic, globalFiles,       & nonHydrostatic, quasiHydrostatic, globalFiles,
239       & allowFreezing, groundAtK1,       & allowFreezing, groundAtK1,
240       & usePickupBeforeC35, debugMode,       & usePickupBeforeC35, debugMode,
241       & readPickupWithTracer, writePickupWithTracer       & readPickupWithTracer, writePickupWithTracer
# Line 285  C     groundAtK1  :: put the surface(k=1 Line 286  C     groundAtK1  :: put the surface(k=1
286        LOGICAL usingZCoords        LOGICAL usingZCoords
287        LOGICAL setCenterDr        LOGICAL setCenterDr
288        LOGICAL nonHydrostatic        LOGICAL nonHydrostatic
289          LOGICAL quasiHydrostatic
290        LOGICAL globalFiles        LOGICAL globalFiles
291        LOGICAL allowFreezing        LOGICAL allowFreezing
292        LOGICAL groundAtK1        LOGICAL groundAtK1

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79

  ViewVC Help
Powered by ViewVC 1.1.22