/[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.74 by jmc, Fri Aug 16 16:37:38 2013 UTC revision 1.75 by jmc, Tue Nov 5 18:30:42 2013 UTC
# Line 357  C--   Check parameter consistency : Line 357  C--   Check parameter consistency :
357          CALL PRINT_ERROR( msgBuf, myThid )          CALL PRINT_ERROR( msgBuf, myThid )
358          errCount = errCount + 1          errCount = errCount + 1
359        ENDIF        ENDIF
360          IF ( ( OLx.LT.3 .OR. OLy.LT.3 ) .AND.
361         &     useSmag3D .AND. useCDscheme ) THEN
362            WRITE(msgBuf,'(A,A)')
363         &  'CONFIG_CHECK: cannot use Smag-3D + CD-scheme with',
364         &  ' overlap (OLx,OLy) smaller than 3'
365            CALL PRINT_ERROR( msgBuf, myThid )
366            errCount = errCount + 1
367          ENDIF
368    
369  #ifndef DISCONNECTED_TILES  #ifndef DISCONNECTED_TILES
370  C     Overlaps cannot be larger than interior tile except for special cases  C     Overlaps cannot be larger than interior tile except for special cases

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75

  ViewVC Help
Powered by ViewVC 1.1.22