C $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/eh3/llc/ecco-godae/code_15lev/EXF_OPTIONS.h,v 1.1 2006/11/13 17:19:06 heimbach 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 *** Calendar Package *** C ******************************************************************** C C CPP flags controlling which code is included in the files that C will be compiled. CPH >>>>>> THERE ARE NO MORE CAL OPTIONS TO BE SET <<<<<< C ******************************************************************** C *** External forcing Package *** C ******************************************************************** C Do more printout for the protocol file than usual. #undef EXF_VERBOSE C Bulk formulae related flags. #undef ALLOW_ATM_TEMP #undef ALLOW_ATM_WIND #if (defined (ALLOW_ATM_TEMP) || \ defined (ALLOW_ATM_WIND)) # define ALLOW_BULKFORMULAE #endif C Relaxation to monthly climatologies. #define ALLOW_CLIMSST_RELAXATION #define ALLOW_CLIMSSS_RELAXATION C Use spatial interpolation to interpolate C forcing files from input grid to model grid. #define USE_EXF_INTERPOLATION #endif /* ECCO_CPPOPTIONS_H */