/[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.13 by dimitri, Tue Feb 18 05:33:54 2003 UTC revision 1.19 by heimbach, Mon Oct 27 22:32:55 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 56  CEOP Line 57  CEOP
57        IF (useOBCS) CALL PACKAGES_CHECK_ERROR('OBCS', myThid)        IF (useOBCS) CALL PACKAGES_CHECK_ERROR('OBCS', myThid)
58  #endif  #endif
59    
60    #ifndef ALLOW_BULK_FORCE
61          IF (useBulkforce) CALL PACKAGES_CHECK_ERROR('BULK?FORCE',myThid)
62    #endif
63    
64    #ifndef ALLOW_THERM_SEAICE
65          IF (useThermSeaIce)
66         &   CALL PACKAGES_CHECK_ERROR('THERM?SEAICE', myThid)
67    #endif
68    
69  #ifndef ALLOW_AIM  #ifndef ALLOW_AIM
70        IF (useAIM) CALL PACKAGES_CHECK_ERROR('AIM', myThid)        IF (useAIM) CALL PACKAGES_CHECK_ERROR('AIM', myThid)
71  #endif  #endif
72    
73    #ifndef ALLOW_LAND
74          IF (useLand) CALL PACKAGES_CHECK_ERROR('LAND', myThid)
75    #endif
76    
77  #ifndef ALLOW_PTRACERS  #ifndef ALLOW_PTRACERS
78        IF (usePTRACERS) CALL PACKAGES_CHECK_ERROR('PTRACERS', myThid)        IF (usePTRACERS) CALL PACKAGES_CHECK_ERROR('PTRACERS', myThid)
79  #endif  #endif
# Line 88  CEOP Line 102  CEOP
102        IF (useSEAICE) CALL PACKAGES_CHECK_ERROR('SEAICE', myThid)        IF (useSEAICE) CALL PACKAGES_CHECK_ERROR('SEAICE', myThid)
103  #endif  #endif
104    
105    #ifdef ALLOW_AUTODIFF
106          CALL CTRL_CHECK( myThid )
107          CALL COST_CHECK( myThid )
108    #endif
109    
110        RETURN        RETURN
111        END        END

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.19

  ViewVC Help
Powered by ViewVC 1.1.22