#
# For the coupler we set STANDARDDIRS to exclude model and eesupp 
# rom the build. We also switch off all packages except 
# aim_ocn_coupler (which hold the main() for the coupler process)
# and pkg/component_communications, pkg/aim_export_names, 
# pkg/ocn_export_names.
#
# We can then build by using
# ../../../tools/genmake -mpi -mods=../code
# linking ../code/ATMSIZE.h to aim_5l.LatLon/code/SIZE.h and
# ../code/OCNSIZE.h to global_ocean.128x64x15/code/SIZE.h
#
set DISABLE      = (                          \
                     aim                      \
                     aim_component_interface  \
                     bulkf                    \
                     debug                    \
                     flt                      \
                     generic_advdiff          \
                     gmredi                   \
                     kpp                      \
                     mdsio                    \
                     mom_fluxform             \
                     mom_vecinv               \
                     monitor obcs             \
                     ocn_component_interface  \
                     rw                       \
                     seaicea                  \
                     shap_filt                \
                     timeave                  \
                     zonal_filt               \
                   )
set STANDARDDIRS = ( )

