/[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.45 by heimbach, Sat Sep 13 17:13:05 2008 UTC revision 1.46 by rpa, Wed Sep 16 21:36:11 2009 UTC
# Line 280  C---  Continue with standard packages (w Line 280  C---  Continue with standard packages (w
280        IF (useREGRID) CALL PACKAGES_ERROR_MSG('REGRID',' ',myThid)        IF (useREGRID) CALL PACKAGES_ERROR_MSG('REGRID',' ',myThid)
281  #endif  #endif
282    
283    #ifdef ALLOW_LAYERS
284          IF ( useLayers ) CALL LAYERS_CHECK( myThid )
285    #else
286          IF ( useLayers ) CALL PACKAGES_ERROR_MSG('LAYERS',' ',myThid)
287    #endif /* ALLOW_LAYERS */
288    
289  #ifdef ALLOW_MYPACKAGE  #ifdef ALLOW_MYPACKAGE
290        IF (useMYPACKAGE) CALL MYPACKAGE_CHECK( myThid )        IF (useMYPACKAGE) CALL MYPACKAGE_CHECK( myThid )
291  #else  #else
# Line 294  C---  Continue with standard packages (w Line 300  C---  Continue with standard packages (w
300    
301  #ifdef ALLOW_ECCO  #ifdef ALLOW_ECCO
302        CALL ECCO_CHECK( myThid )        CALL ECCO_CHECK( myThid )
303  #endif  #endif
304    
305  C---  Exclusive packages (which cannot be used together):  C---  Exclusive packages (which cannot be used together):
306        IF ( useEXF .AND. useBulkForce ) THEN        IF ( useEXF .AND. useBulkForce ) THEN

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

  ViewVC Help
Powered by ViewVC 1.1.22