C $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/ocean_inversion_project/code_ecco1x1/PTRACERS_OPTIONS.h.stationary,v 1.1 2004/11/22 23:47:01 dimitri Exp $ C $Name: $ C CPP options file for PTRACERS package C C Use this file for selecting options within the PTRACERS package #ifndef PTRACERS_OPTIONS_H #define PTRACERS_OPTIONS_H #include "PACKAGES_CONFIG.h" #ifdef ALLOW_PTRACERS #include "CPP_OPTIONS.h" C CPP Macros go here C This flag is set for computation of time-dependent 1765-2001 C anthropogenic carbon perturbation tracer Green's functions. #undef OCEAN_INVERSION_PROJECT_TIME_DEPENDENT C This flag is set for using netcdf output routines. #define OCEAN_INVERSION_NETCDF #endif /* ALLOW_PTRACERS */ #endif /* PTRACERS_OPTIONS_H */