C $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/ocean_inversion_project/code_c14/ECCO_CPPOPTIONS.h,v 1.1 2005/11/18 18:47:17 dimitri Exp $ C $Name: $ #ifndef ECCO_CPPOPTIONS_H #define ECCO_CPPOPTIONS_H #include "PACKAGES_CONFIG.h" #include "CPP_OPTIONS.h" C CPP flags controlling which code is included in the files that C will be compiled. C C ******************************************************************** C *** ECCO Package *** C ******************************************************************** C C ******************************************************************** C *** Adjoint Support Package *** C ******************************************************************** C ******************************************************************** C *** Calendar Package *** C ******************************************************************** C C CPP flags controlling which code is included in the files that C will be compiled. C CPH >>>>>> THERE ARE NO MORE CAL OPTIONS TO BE SET <<<<<< C ******************************************************************** C *** Cost function Package *** C ******************************************************************** C C ******************************************************************** C *** Control vector Package *** C ******************************************************************** C C ******************************************************************** C *** External forcing Package *** C ******************************************************************** C #define USE_EXF_INTERPOLATION C Do more printout for the protocol file than usual. #undef EXF_VERBOSE C Bulk formulae related flags. #undef ALLOW_BULKFORMULAE #undef ALLOW_ATM_TEMP #undef ALLOW_ATM_WIND #define ALLOW_RUNOFF C Relaxation to monthly climatologies. #undef ALLOW_CLIM_CYCLIC #undef ALLOW_CLIMTEMP_RELAXATION #undef ALLOW_CLIMSALT_RELAXATION #define ALLOW_CLIMSST_RELAXATION #define ALLOW_CLIMSSS_RELAXATION C Relaxation to constant surface fields. #undef ALLOW_CONST_SST_RELAXATION #undef ALLOW_CONST_SSS_RELAXATION #endif /* ECCO_CPPOPTIONS_H */