/[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.10 by edhill, Thu Oct 9 04:19:18 2003 UTC revision 1.11 by edhill, Tue Oct 28 22:57:59 2003 UTC
# Line 40  CEOP Line 40  CEOP
40    
41  C-  check that CPP option is "defined" when running-flag parameter is on:  C-  check that CPP option is "defined" when running-flag parameter is on:
42    
43  #ifndef INCLUDE_CD_CODE  #ifndef ALLOW_CD_CODE
44        IF (useCDscheme) THEN        IF (useCDscheme) THEN
45          WRITE(msgBuf,'(A)')          WRITE(msgBuf,'(A)')
46       &   'CONFIG_CHECK: #undef INCLUDE_CD_CODE and'       &   'CONFIG_CHECK: #undef ALLOW_CD_CODE and'
47          CALL PRINT_ERROR( msgBuf , myThid)          CALL PRINT_ERROR( msgBuf , myThid)
48          WRITE(msgBuf,'(A)')          WRITE(msgBuf,'(A)')
49       &   'CONFIG_CHECK: useCDscheme is TRUE'       &   'CONFIG_CHECK: useCDscheme is TRUE'

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.22