/[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.34 by jmc, Tue Mar 7 15:28:02 2006 UTC revision 1.35 by jmc, Mon Mar 20 15:11:18 2006 UTC
# Line 234  C       code is being compiled Line 234  C       code is being compiled
234        ENDIF        ENDIF
235  #endif  #endif
236    
 C     o If calendarDumps is set, pkg/cal is required  
 #ifndef ALLOW_CAL  
       IF (calendarDumps) THEN  
         WRITE(msgBuf,'(A)')  
      &  'CONFIG_CHECK: calendarDumps is set but pkg/cal is not compiled'  
         CALL PRINT_ERROR( msgBuf , 1)  
         WRITE(msgBuf,'(A)')  
      &  'Re-compile with pkg "cal" in packages.conf'  
         CALL PRINT_ERROR( msgBuf , 1)  
         STOP 'ABNORMAL END: S/R CONFIG_CHECK'  
       ENDIF  
 #endif  
   
237  #ifndef ALLOW_BALANCE_FLUXES  #ifndef ALLOW_BALANCE_FLUXES
238        IF (balanceEmPmR .OR. balanceQnet) THEN        IF (balanceEmPmR .OR. balanceQnet) THEN
239          WRITE(msgBuf,'(A,A)')          WRITE(msgBuf,'(A,A)')

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

  ViewVC Help
Powered by ViewVC 1.1.22