/[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.78 by jmc, Mon Aug 11 15:27:11 2014 UTC revision 1.79 by jmc, Sat Jan 3 23:56:41 2015 UTC
# Line 751  C--   Momentum related limitations: Line 751  C--   Momentum related limitations:
751          CALL PRINT_ERROR( msgBuf, myThid )          CALL PRINT_ERROR( msgBuf, myThid )
752          errCount = errCount + 1          errCount = errCount + 1
753        ENDIF        ENDIF
754          IF ( selectBotDragQuadr.LT.-1 .OR. selectBotDragQuadr.GT.2 ) THEN
755            WRITE(msgBuf,'(2A,I8,A)') 'CONFIG_CHECK: ',
756         &       'selectBotDragQuadr=', selectBotDragQuadr,
757         &       ' not valid (-1,0,1,2)'
758            CALL PRINT_ERROR( msgBuf, myThid )
759            errCount = errCount + 1
760          ENDIF
761        IF ( useSmag3D .AND.        IF ( useSmag3D .AND.
762       &    ( usingPCoords .OR. deepAtmosphere .OR. selectSigmaCoord.NE.0       &    ( usingPCoords .OR. deepAtmosphere .OR. selectSigmaCoord.NE.0
763       &                   .OR. rhoRefFile.NE.' ' .OR. hasWetCSCorners )       &                   .OR. rhoRefFile.NE.' ' .OR. hasWetCSCorners )
# Line 825  C--   Time-stepping limitations Line 832  C--   Time-stepping limitations
832          CALL PRINT_ERROR( msgBuf, myThid )          CALL PRINT_ERROR( msgBuf, myThid )
833          errCount = errCount + 1          errCount = errCount + 1
834        ENDIF        ENDIF
835          IF ( implBottomFriction ) THEN
836            WRITE(msgBuf,'(2A)') 'CONFIG_CHECK: implBottomFriction',
837         &  ' not yet coded.'
838            CALL PRINT_ERROR( msgBuf, myThid )
839            errCount = errCount + 1
840          ENDIF
841    
842  C--   Grid limitations:  C--   Grid limitations:
843        IF ( rotateGrid ) THEN        IF ( rotateGrid ) THEN

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

  ViewVC Help
Powered by ViewVC 1.1.22