C $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/ocean_inversion_project/code/PTRACERS_OPTIONS.h.netcdf,v 1.1 2003/10/21 06:21:52 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. #define 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 */