/[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.16 by edhill, Thu Oct 9 04:19:18 2003 UTC revision 1.17 by jmc, Fri Oct 10 20:30:14 2003 UTC
# Line 57  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

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.22