/[MITgcm]/MITgcm/model/src/packages_check.F
ViewVC logotype

Diff of /MITgcm/model/src/packages_check.F

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.9.6.4 by heimbach, Tue Jun 24 23:05:29 2003 UTC revision 1.18 by edhill, Thu Oct 23 04:41:40 2003 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2  C $Name$  C $Name$
3    
4    #include "AD_CONFIG.h"
5    #include "PACKAGES_CONFIG.h"
6  #include "CPP_OPTIONS.h"  #include "CPP_OPTIONS.h"
7    
8  CBOP  CBOP
# Line 56  CEOP Line 58  CEOP
58        IF (useOBCS) CALL PACKAGES_CHECK_ERROR('OBCS', myThid)        IF (useOBCS) CALL PACKAGES_CHECK_ERROR('OBCS', myThid)
59  #endif  #endif
60    
61    #ifndef ALLOW_BULK_FORCE
62          IF (useBulkforce) CALL PACKAGES_CHECK_ERROR('BULK?FORCE',myThid)
63    #endif
64    
65    #ifndef ALLOW_THERM_SEAICE
66          IF (useThermSeaIce)
67         &   CALL PACKAGES_CHECK_ERROR('THERM?SEAICE', myThid)
68    #endif
69    
70  #ifndef ALLOW_AIM  #ifndef ALLOW_AIM
71        IF (useAIM) CALL PACKAGES_CHECK_ERROR('AIM', myThid)        IF (useAIM) CALL PACKAGES_CHECK_ERROR('AIM', myThid)
72  #endif  #endif

Legend:
Removed from v.1.9.6.4  
changed lines
  Added in v.1.18

  ViewVC Help
Powered by ViewVC 1.1.22