/[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.264 by jmc, Wed Jul 4 20:17:46 2012 UTC revision 1.265 by jmc, Fri Jul 13 20:34:31 2012 UTC
# Line 241  C     usingPCoords     :: Set to indicat Line 241  C     usingPCoords     :: Set to indicat
241  C                         type coordinate (p or p*).  C                         type coordinate (p or p*).
242  C     usingZCoords     :: Set to indicate that we are working in a height  C     usingZCoords     :: Set to indicate that we are working in a height
243  C                         type coordinate (z or z*)  C                         type coordinate (z or z*)
244  C     useDynP_inEos_Zc   :: use the dynamical pressure in EOS (with Z-coord.)  C     useDynP_inEos_Zc :: use the dynamical pressure in EOS (with Z-coord.)
245  C                           this requires specific code for restart & exchange  C                         this requires specific code for restart & exchange
246  C     usingCartesianGrid :: If TRUE grid generation will be in a cartesian  C     usingCartesianGrid :: If TRUE grid generation will be in a cartesian
247  C                           coordinate frame.  C                           coordinate frame.
248  C     usingSphericalPolarGrid :: If TRUE grid generation will be in a  C     usingSphericalPolarGrid :: If TRUE grid generation will be in a
249  C                                spherical polar frame.  C                                spherical polar frame.
250  C     rotateGrid      :: rotate grid coordinates to geographical coordinates  C     rotateGrid      :: rotate grid coordinates to geographical coordinates
251  C                        according to Euler angles phiEuler, thetaEuler, psiEuler  C                        according to Euler angles phiEuler, thetaEuler, psiEuler
 C     usingCurvilinearGrid :: If TRUE, use a curvilinear grid (to be provided)  
252  C     usingCylindricalGrid :: If TRUE grid generation will be Cylindrical  C     usingCylindricalGrid :: If TRUE grid generation will be Cylindrical
253    C     usingCurvilinearGrid :: If TRUE, use a curvilinear grid (to be provided)
254    C     hasWetCSCorners :: domain contains CS-type corners where dynamics is solved
255  C     deepAtmosphere :: deep model (drop the shallow-atmosphere approximation)  C     deepAtmosphere :: deep model (drop the shallow-atmosphere approximation)
256  C     setInterFDr    :: set Interface depth (put cell-Center at the middle)  C     setInterFDr    :: set Interface depth (put cell-Center at the middle)
257  C     setCenterDr    :: set cell-Center depth (put Interface at the middle)  C     setCenterDr    :: set cell-Center depth (put Interface at the middle)
# Line 370  C     printDomain     :: controls printi Line 371  C     printDomain     :: controls printi
371       & fluidIsAir, fluidIsWater,       & fluidIsAir, fluidIsWater,
372       & usingPCoords, usingZCoords, useDynP_inEos_Zc,       & usingPCoords, usingZCoords, useDynP_inEos_Zc,
373       & usingCartesianGrid, usingSphericalPolarGrid, rotateGrid,       & usingCartesianGrid, usingSphericalPolarGrid, rotateGrid,
374       & usingCurvilinearGrid, usingCylindricalGrid,       & usingCylindricalGrid, usingCurvilinearGrid, hasWetCSCorners,
375       & deepAtmosphere, setInterFDr, setCenterDr,       & deepAtmosphere, setInterFDr, setCenterDr,
376       & no_slip_sides, no_slip_bottom,       & no_slip_sides, no_slip_bottom,
377       & useFullLeith, useStrainTensionVisc, useAreaViscLength,       & useFullLeith, useStrainTensionVisc, useAreaViscLength,
# Line 416  C     printDomain     :: controls printi Line 417  C     printDomain     :: controls printi
417        LOGICAL usingCartesianGrid        LOGICAL usingCartesianGrid
418        LOGICAL usingSphericalPolarGrid, rotateGrid        LOGICAL usingSphericalPolarGrid, rotateGrid
419        LOGICAL usingCylindricalGrid        LOGICAL usingCylindricalGrid
420        LOGICAL usingCurvilinearGrid        LOGICAL usingCurvilinearGrid, hasWetCSCorners
421        LOGICAL deepAtmosphere        LOGICAL deepAtmosphere
422        LOGICAL setInterFDr        LOGICAL setInterFDr
423        LOGICAL setCenterDr        LOGICAL setCenterDr

Legend:
Removed from v.1.264  
changed lines
  Added in v.1.265

  ViewVC Help
Powered by ViewVC 1.1.22