/[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.20 by edhill, Sun Sep 11 18:52:26 2005 UTC revision 1.21 by edhill, Sat Dec 3 08:30:32 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, useSETRLSTK       & printMapIncludesZeros, useSETRLSTK, useSIGREG
50  CEOP  CEOP
51    
52    
# Line 97  C Line 97  C
97        nTx                        = 1        nTx                        = 1
98        nTy                        = 1        nTy                        = 1
99        useSETRLSTK                = .FALSE.        useSETRLSTK                = .FALSE.
100          useSIGREG                  = .FALSE.
101    
102  C--   Read in data from eedata file  C--   Read in data from eedata file
103  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.20  
changed lines
  Added in v.1.21

  ViewVC Help
Powered by ViewVC 1.1.22