/[MITgcm]/MITgcm/eesupp/src/eeset_parms.F
ViewVC logotype

Diff of /MITgcm/eesupp/src/eeset_parms.F

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

revision 1.19 by ce107, Fri Aug 5 23:44:28 2005 UTC revision 1.20 by edhill, Sun Sep 11 18:52:26 2005 UTC
# Line 46  C     record :: Temp. for textual I/O Line 46  C     record :: Temp. for textual I/O
46        CHARACTER*(MAX_LEN_PREC) record        CHARACTER*(MAX_LEN_PREC) record
47        NAMELIST /EEPARMS/        NAMELIST /EEPARMS/
48       & nTx, nTy, usingMPI, useCoupler, useCubedSphereExchange,       & nTx, nTy, usingMPI, useCoupler, useCubedSphereExchange,
49       & printMapIncludesZeros       & printMapIncludesZeros, useSETRLSTK
50  CEOP  CEOP
51    
52    
# Line 86  C Line 86  C
86  C     useCoupler is a flag which controls communications with other  C     useCoupler is a flag which controls communications with other
87  C     model components through a coupler interface.  C     model components through a coupler interface.
88  C  C
89    C     useSETRLSTK is a flag which toggles calling a small C routine
90    C     which sets the stack size to "unlimited" using setrlimit()
91    C    
92        notUsingXPeriodicity       = .FALSE.        notUsingXPeriodicity       = .FALSE.
93        notUsingYPeriodicity       = .FALSE.        notUsingYPeriodicity       = .FALSE.
94        useCubedSphereExchange     = .FALSE.        useCubedSphereExchange     = .FALSE.
# Line 93  C Line 96  C
96        useCoupler                 = .FALSE.        useCoupler                 = .FALSE.
97        nTx                        = 1        nTx                        = 1
98        nTy                        = 1        nTy                        = 1
99          useSETRLSTK                = .FALSE.
100    
101  C--   Read in data from eedata file  C--   Read in data from eedata file
102  C     We really ought to be using our environment file reading  C     We really ought to be using our environment file reading

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

  ViewVC Help
Powered by ViewVC 1.1.22