/[MITgcm]/MITgcm/model/src/config_check.F
ViewVC logotype

Diff of /MITgcm/model/src/config_check.F

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

revision 1.61 by jmc, Mon Apr 2 15:54:52 2012 UTC revision 1.62 by jmc, Mon May 14 13:21:18 2012 UTC
# Line 315  C--   Check parameter consistency : Line 315  C--   Check parameter consistency :
315          errCount = errCount + 1          errCount = errCount + 1
316        ENDIF        ENDIF
317    
318  C     Overlaps cannot be larger than interior tile except for special  #ifndef DISCONNECTED_TILES
319  C     cases  C     Overlaps cannot be larger than interior tile except for special cases
320        IF ( sNx.LT.OLx ) THEN        IF ( sNx.LT.OLx ) THEN
321  #ifdef ALLOW_EXCH2  #ifdef ALLOW_EXCH2
322         WRITE(msgBuf,'(A)')         WRITE(msgBuf,'(A)')
# Line 345  C     cases Line 345  C     cases
345          errCount = errCount + 1          errCount = errCount + 1
346         ENDIF         ENDIF
347        ENDIF        ENDIF
348    #endif /* ndef DISCONNECTED_TILES */
349    
350  C--   Deep-Atmosphere & Anelastic limitations:  C--   Deep-Atmosphere & Anelastic limitations:
351        IF ( deepAtmosphere .AND.        IF ( deepAtmosphere .AND.

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

  ViewVC Help
Powered by ViewVC 1.1.22