C $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/quarter_degree_global/code/Attic/ECCO_CPPOPTIONS.h,v 1.1 2004/11/30 01:29:12 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 *** 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 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 */