#
# For the ocean setup (OCN component) don't build in the AIM component 
# interface (pkg/aim_component_interface). It contains duplicate 
# procedures to the OCN component interface which we want.
#
# We also leave out pkg/aim which contains atmospheric physics and requires
# an F90 compiler.A
#
# Finally pkg/aim_ocn_coupler is left out except for when building
# the coupler processes. It contains its own main() etc..
#
#
set DISABLE = ( aim aim_component_interface aim_ocn_coupler )
set DISABLE = ( aim aim_component_interface aim_ocn_coupler component_communications flt )
# set USEMPI
