/[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.84 by jmc, Fri Jan 24 18:25:31 2003 UTC revision 1.85 by dimitri, Tue Feb 18 05:33:53 2003 UTC
# Line 217  C     setCenterDr    :: set cell Center Line 217  C     setCenterDr    :: set cell Center
217  C     nonHydrostatic :: Using non-hydrostatic terms  C     nonHydrostatic :: Using non-hydrostatic terms
218  C     quasiHydrostatic :: Using non-hydrostatic terms in hydrostatic algorithm  C     quasiHydrostatic :: Using non-hydrostatic terms in hydrostatic algorithm
219  C     globalFiles    :: Selects between "global" and "tiled" files  C     globalFiles    :: Selects between "global" and "tiled" files
220    C     useSingleCpuIO :: On SGI platforms, option globalFiles is either
221    C                       slow (f77) or does not work (f90).  When
222    C                       useSingleCpuIO is set, mdsio_writefield.F
223    C                       outputs from master mpi process only.
224  C     allowFreezing  :: Allows water to freeze and form ice  C     allowFreezing  :: Allows water to freeze and form ice
225  C     groundAtK1  :: put the surface(k=1) at the Lower Boundary (=ground)  C     groundAtK1  :: put the surface(k=1) at the Lower Boundary (=ground)
226        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,        COMMON /PARM_L/ usingCartesianGrid, usingSphericalPolarGrid,
# Line 238  C     groundAtK1  :: put the surface(k=1 Line 242  C     groundAtK1  :: put the surface(k=1
242       & doThetaClimRelax, doSaltClimRelax, doTr1ClimRelax,       & doThetaClimRelax, doSaltClimRelax, doTr1ClimRelax,
243       & periodicExternalForcing,       & periodicExternalForcing,
244       & usingPCoords, usingZCoords, setCenterDr,       & usingPCoords, usingZCoords, setCenterDr,
245       & nonHydrostatic, quasiHydrostatic, globalFiles,       & nonHydrostatic, quasiHydrostatic, globalFiles, useSingleCpuIO,
246       & allowFreezing, groundAtK1,       & allowFreezing, groundAtK1,
247       & usePickupBeforeC35, debugMode,       & usePickupBeforeC35, debugMode,
248       & readPickupWithTracer, writePickupWithTracer       & readPickupWithTracer, writePickupWithTracer
# Line 291  C     groundAtK1  :: put the surface(k=1 Line 295  C     groundAtK1  :: put the surface(k=1
295        LOGICAL nonHydrostatic        LOGICAL nonHydrostatic
296        LOGICAL quasiHydrostatic        LOGICAL quasiHydrostatic
297        LOGICAL globalFiles        LOGICAL globalFiles
298          LOGICAL useSingleCpuIO
299        LOGICAL allowFreezing        LOGICAL allowFreezing
300        LOGICAL groundAtK1        LOGICAL groundAtK1
301        LOGICAL usePickupBeforeC35        LOGICAL usePickupBeforeC35

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

  ViewVC Help
Powered by ViewVC 1.1.22