/[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.76 by jmc, Fri Apr 4 20:56:31 2014 UTC revision 1.77 by jmc, Wed Aug 6 23:11:49 2014 UTC
# Line 782  C- jmc: but ultimately, this block can/w Line 782  C- jmc: but ultimately, this block can/w
782        ENDIF        ENDIF
783    
784  C--   Time-stepping limitations  C--   Time-stepping limitations
785          IF ( implicitIntGravWave .AND. staggerTimeStep ) THEN
786            WRITE(msgBuf,'(2A)') 'CONFIG_CHECK: staggerTimeStep',
787         &    ' incompatible with implicitIntGravWave'
788            CALL PRINT_ERROR( msgBuf, myThid )
789            errCount = errCount + 1
790          ENDIF
791        IF ( momForcingOutAB.NE.0 .AND. momForcingOutAB.NE.1 ) THEN        IF ( momForcingOutAB.NE.0 .AND. momForcingOutAB.NE.1 ) THEN
792          WRITE(msgBuf,'(A,I10,A)') 'CONFIG_CHECK: momForcingOutAB=',          WRITE(msgBuf,'(A,I10,A)') 'CONFIG_CHECK: momForcingOutAB=',
793       &                             momForcingOutAB, ' not allowed'       &                             momForcingOutAB, ' not allowed'

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

  ViewVC Help
Powered by ViewVC 1.1.22