/[MITgcm]/MITgcm/eesupp/inc/EEPARAMS.h
ViewVC logotype

Diff of /MITgcm/eesupp/inc/EEPARAMS.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.27 by dimitri, Thu Mar 18 13:06:01 2010 UTC revision 1.28 by jmc, Sat May 22 23:45:23 2010 UTC
# Line 150  C     TANGENT_SIMULATION Line 150  C     TANGENT_SIMULATION
150       &            TANGENT_SIMULATION = 2 )       &            TANGENT_SIMULATION = 2 )
151    
152  C--   COMMON /EEPARAMS_L/ Execution environment public logical variables.  C--   COMMON /EEPARAMS_L/ Execution environment public logical variables.
153  C     eeBootError - Flag indicating error during multi-processing  C     eeBootError    :: Flags indicating error during multi-processing
154  C     eeEndError    initialisation/termination.  C     eeEndError     :: initialisation and termination.
155  C     fatalError  - Flag used to indicate that the model is ended with an error  C     fatalError     :: Flag used to indicate that the model is ended with an error
156  C     printMapIncludesZeros :: Flag that controls whether character constant  C     useSingleCpuIO :: When useSingleCpuIO is set, MDS_WRITE_FIELD outputs from
157  C                              map code ignores exact zero values.  C                       master MPI process only. -- NOTE: read from main parameter
158  C     useCoupler  - use Coupler for a multi-components set-up  C                       file "data" and not set until call to INI_PARMS.
159    C     printMapIncludesZeros  :: Flag that controls whether character constant
160    C                               map code ignores exact zero values.
161    C     useCubedSphereExchange :: use Cubed-Sphere topology domain.
162    C     useCoupler     :: use Coupler for a multi-components set-up.
163  C     useNEST_PARENT :: use Parent Nesting interface (pkg/nest_parent)  C     useNEST_PARENT :: use Parent Nesting interface (pkg/nest_parent)
164  C     useNEST_CHILD  :: use Child  Nesting interface (pkg/nest_child)  C     useNEST_CHILD  :: use Child  Nesting interface (pkg/nest_child)
165        COMMON /EEPARAMS_L/        COMMON /EEPARAMS_L/
166       &  eeBootError, fatalError, eeEndError,       &  eeBootError, fatalError, eeEndError,
167       &  printMapIncludesZeros,       &  useSingleCpuIO, printMapIncludesZeros,
168       &  useCubedSphereExchange, useCoupler,       &  useCubedSphereExchange, useCoupler,
169       &  useNEST_PARENT, useNEST_CHILD,       &  useNEST_PARENT, useNEST_CHILD,
170       &  useSETRLSTK, useSIGREG       &  useSETRLSTK, useSIGREG
171        LOGICAL eeBootError        LOGICAL eeBootError
172        LOGICAL eeEndError        LOGICAL eeEndError
173        LOGICAL fatalError        LOGICAL fatalError
174          LOGICAL useSingleCpuIO
175        LOGICAL printMapIncludesZeros        LOGICAL printMapIncludesZeros
176        LOGICAL useCubedSphereExchange        LOGICAL useCubedSphereExchange
177        LOGICAL useCoupler        LOGICAL useCoupler

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

  ViewVC Help
Powered by ViewVC 1.1.22