/[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.14 by jamous, Tue Mar 26 18:03:50 2002 UTC revision 1.15 by jmc, Mon Dec 15 02:02:39 2003 UTC
# Line 45  C     record :: Temp. for textual I/O Line 45  C     record :: Temp. for textual I/O
45        CHARACTER*(MAX_LEN_MBUF) msgBuf        CHARACTER*(MAX_LEN_MBUF) msgBuf
46        CHARACTER*(MAX_LEN_PREC) record        CHARACTER*(MAX_LEN_PREC) record
47        NAMELIST /EEPARMS/        NAMELIST /EEPARMS/
48       & nTx, nTy,usingMPI,useCubedSphereExchange       & nTx, nTy, usingMPI, useCoupler, useCubedSphereExchange
49  CEOP  CEOP
50    
51    
# Line 82  C     used to launch the program then an Line 82  C     used to launch the program then an
82  C     may be generated when the first MPI call ( CALL MPI_Init )  C     may be generated when the first MPI call ( CALL MPI_Init )
83  C     is made.  C     is made.
84  C  C
85    C     useCoupler is a flag which controls communications with other
86    C     model components through a coupler interface.
87    C
88        notUsingXPeriodicity       = .FALSE.        notUsingXPeriodicity       = .FALSE.
89        notUsingYPeriodicity       = .FALSE.        notUsingYPeriodicity       = .FALSE.
90        useCubedSphereExchange     = .FALSE.        useCubedSphereExchange     = .FALSE.
91        usingMPI                   = .FALSE.        usingMPI                   = .FALSE.
92          useCoupler                 = .FALSE.
93        nTx                        = 1        nTx                        = 1
94        nTy                        = 1        nTy                        = 1
95    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

  ViewVC Help
Powered by ViewVC 1.1.22