/[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.9 by jmc, Thu Apr 17 13:16:23 2003 UTC revision 1.10 by edhill, Thu Oct 9 04:19:18 2003 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2  C $Name$  C $Name$
3    
4    #include "PACKAGES_CONFIG.h"
5  #include "CPP_OPTIONS.h"  #include "CPP_OPTIONS.h"
6    
7  CBOP  CBOP
# Line 130  C       code is being compiled Line 131  C       code is being compiled
131  C     o If taveFreq is finite, then we must make sure the diagnostics  C     o If taveFreq is finite, then we must make sure the diagnostics
132  C       code is being compiled  C       code is being compiled
133  #ifndef ALLOW_TIMEAVE  #ifndef ALLOW_TIMEAVE
134    ceh3 needs an IF ( useTIMEAVE ) THEN
135        IF (taveFreq.NE.0.) THEN        IF (taveFreq.NE.0.) THEN
136          WRITE(msgBuf,'(A)')          WRITE(msgBuf,'(A)')
137       &  'CONFIG_CHECK: taveFreq <> 0  but you have'       &  'CONFIG_CHECK: taveFreq <> 0  but you have'

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

  ViewVC Help
Powered by ViewVC 1.1.22