/[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.25 by jmc, Tue Apr 21 16:00:53 2009 UTC revision 1.26 by jmc, Tue Nov 24 00:16:33 2009 UTC
# Line 156  C     fatalError  - Flag used to indicat Line 156  C     fatalError  - Flag used to indicat
156  C     printMapIncludesZeros :: Flag that controls whether character constant  C     printMapIncludesZeros :: Flag that controls whether character constant
157  C                              map code ignores exact zero values.  C                              map code ignores exact zero values.
158  C     useCoupler  - use Coupler for a multi-components set-up  C     useCoupler  - use Coupler for a multi-components set-up
159    C     useNEST_PARENT :: use Parent Nesting interface (pkg/nest_parent)
160    C     useNEST_CHILD  :: use Child  Nesting interface (pkg/nest_child)
161        COMMON /EEPARAMS_L/        COMMON /EEPARAMS_L/
162       &  eeBootError, fatalError, eeEndError,       &  eeBootError, fatalError, eeEndError,
163       &  printMapIncludesZeros,       &  printMapIncludesZeros,
164       &  useCubedSphereExchange, useCoupler, useSETRLSTK, useSIGREG       &  useCubedSphereExchange, useCoupler,
165         &  useNEST_PARENT, useNEST_CHILD,
166         &  useSETRLSTK, useSIGREG
167        LOGICAL eeBootError        LOGICAL eeBootError
168        LOGICAL eeEndError        LOGICAL eeEndError
169        LOGICAL fatalError        LOGICAL fatalError
170        LOGICAL printMapIncludesZeros        LOGICAL printMapIncludesZeros
171        LOGICAL useCubedSphereExchange        LOGICAL useCubedSphereExchange
172        LOGICAL useCoupler        LOGICAL useCoupler
173          LOGICAL useNEST_PARENT
174          LOGICAL useNEST_CHILD
175        LOGICAL useSETRLSTK        LOGICAL useSETRLSTK
176        LOGICAL useSIGREG        LOGICAL useSIGREG
177    
   
178  C--   COMMON /EPARAMS_I/ Execution environment public integer variables.  C--   COMMON /EPARAMS_I/ Execution environment public integer variables.
179  C     errorMessageUnit    - Fortran IO unit for error messages  C     errorMessageUnit    - Fortran IO unit for error messages
180  C     standardMessageUnit - Fortran IO unit for informational messages  C     standardMessageUnit - Fortran IO unit for informational messages

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

  ViewVC Help
Powered by ViewVC 1.1.22