/[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.79 by jmc, Sat Jan 3 23:56:41 2015 UTC revision 1.80 by jmc, Thu Jan 22 18:30:00 2015 UTC
# Line 826  C--   Time-stepping limitations Line 826  C--   Time-stepping limitations
826          CALL PRINT_ERROR( msgBuf, myThid )          CALL PRINT_ERROR( msgBuf, myThid )
827          errCount = errCount + 1          errCount = errCount + 1
828        ENDIF        ENDIF
       IF ( addFrictionHeating .AND. .NOT.staggerTimeStep ) THEN  
         WRITE(msgBuf,'(2A)') 'CONFIG_CHECK: addFrictionHeating',  
      &  ' not yet coded for synchronous time-stepping.'  
         CALL PRINT_ERROR( msgBuf, myThid )  
         errCount = errCount + 1  
       ENDIF  
829        IF ( implBottomFriction ) THEN        IF ( implBottomFriction ) THEN
830          WRITE(msgBuf,'(2A)') 'CONFIG_CHECK: implBottomFriction',          WRITE(msgBuf,'(2A)') 'CONFIG_CHECK: implBottomFriction',
831       &  ' not yet coded.'       &  ' not yet coded.'

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80

  ViewVC Help
Powered by ViewVC 1.1.22