--- MITgcm/pkg/seaice/SEAICE_OPTIONS.h 2003/08/07 02:31:29 1.6 +++ MITgcm/pkg/seaice/SEAICE_OPTIONS.h 2003/10/09 04:19:20 1.7 @@ -1,18 +1,21 @@ -C +C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/pkg/seaice/SEAICE_OPTIONS.h,v 1.7 2003/10/09 04:19:20 edhill Exp $ +C $Name: $ C /==========================================================\ C | SEAICE_OPTIONS.h | C | o CPP options file for sea ice package. | C |==========================================================| C | Use this file for selecting options within the sea ice | -C | package. Sea ice model is enabled with ALLOW_SEAICE in | -C | CPP_OPTIONS.h | +C | package. | C \==========================================================/ -#include "CPP_OPTIONS.h" - +#ifndef SEAICE_OPTIONS_H +#define SEAICE_OPTIONS_H +#include "PACKAGES_CONFIG.h" #ifdef ALLOW_SEAICE +#include "CPP_OPTIONS.h" + C-- Write "text-plots" of certain fields in STDOUT for debugging. #undef SEAICE_DEBUG @@ -48,3 +51,4 @@ #undef SEAICE_MULTILEVEL #endif /* ALLOW_SEAICE */ +#endif /* SEAICE_OPTIONS_H */