/[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.23 by spk, Wed Apr 20 15:46:07 2005 UTC revision 1.24 by edhill, Wed Apr 20 19:51:37 2005 UTC
# Line 459  C- jmc: but ultimately, this block can/w Line 459  C- jmc: but ultimately, this block can/w
459    
460        IF ( useMATRIX .AND. .NOT.usePTRACERS ) THEN        IF ( useMATRIX .AND. .NOT.usePTRACERS ) THEN
461          WRITE(msgBuf,'(2A)')          WRITE(msgBuf,'(2A)')
462       &   'CONFIG_CHECK: cannot set useMATRIX without setting usePTRACERS'       &       'CONFIG_CHECK: cannot set useMATRIX without ',
463         &       'setting usePTRACERS'
464          CALL PRINT_ERROR( msgBuf , myThid)          CALL PRINT_ERROR( msgBuf , myThid)
465          STOP 'ABNORMAL END: S/R CONFIG_CHECK'          STOP 'ABNORMAL END: S/R CONFIG_CHECK'
466        ENDIF              ENDIF      

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

  ViewVC Help
Powered by ViewVC 1.1.22