/[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.31 by jmc, Fri Nov 4 01:19:24 2005 UTC revision 1.32 by mlosch, Tue Feb 7 11:47:48 2006 UTC
# Line 141  CEOP Line 141  CEOP
141        IF (useSEAICE) CALL PACKAGES_CHECK_ERROR('SEAICE', myThid)        IF (useSEAICE) CALL PACKAGES_CHECK_ERROR('SEAICE', myThid)
142  #endif  #endif
143    
144    #ifdef ALLOW_SHELFICE
145          IF (useShelfIce) CALL SHELFICE_CHECK( myThid )
146    #else
147          IF (useShelfIce) CALL PACKAGES_CHECK_ERROR('SHELFICE', myThid)
148    #endif
149    
150  #ifndef ALLOW_CD_CODE  #ifndef ALLOW_CD_CODE
151        IF (useCDscheme) CALL PACKAGES_CHECK_ERROR('CD_CODE', myThid)        IF (useCDscheme) CALL PACKAGES_CHECK_ERROR('CD_CODE', myThid)
152  #endif  #endif

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

  ViewVC Help
Powered by ViewVC 1.1.22