/[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.21 by jmc, Wed Apr 6 18:29:52 2005 UTC revision 1.22 by jmc, Fri Apr 15 14:02:08 2005 UTC
# Line 77  C-  check that CPP option is "defined" w Line 77  C-  check that CPP option is "defined" w
77        ENDIF        ENDIF
78  #endif  #endif
79    
80    #ifndef ALLOW_ADAMSBASHFORTH_3
81          IF ( alph_AB.NE.UNSET_RL .OR. beta_AB.NE.UNSET_RL ) THEN
82            WRITE(msgBuf,'(2A)') 'CONFIG_CHECK: ',
83         &   '#undef ALLOW_ADAMSBASHFORTH_3 but alph_AB,beta_AB'
84            CALL PRINT_ERROR( msgBuf , myThid)
85            WRITE(msgBuf,'(A,1P2E20.7)')
86         &   'CONFIG_CHECK: are set to:',alph_AB,beta_AB
87            CALL PRINT_ERROR( msgBuf , myThid)
88            STOP 'ABNORMAL END: S/R CONFIG_CHECK'
89          ENDIF
90    #endif
91    
92  #ifndef INCLUDE_IMPLVERTADV_CODE  #ifndef INCLUDE_IMPLVERTADV_CODE
93        IF ( momImplVertAdv ) THEN        IF ( momImplVertAdv ) THEN
94          WRITE(msgBuf,'(A)')          WRITE(msgBuf,'(A)')

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

  ViewVC Help
Powered by ViewVC 1.1.22