| 1 |
dimitri |
1.5 |
C $Header: /usr/local/gcmpack/MITgcm_contrib/ocean_inversion_project/code/PTRACERS_OPTIONS.h,v 1.4 2003/10/21 06:21:52 dimitri Exp $ |
| 2 |
dimitri |
1.1 |
C $Name: $ |
| 3 |
|
|
|
| 4 |
|
|
C CPP options file for PTRACERS package |
| 5 |
|
|
C |
| 6 |
|
|
C Use this file for selecting options within the PTRACERS package |
| 7 |
dimitri |
1.3 |
|
| 8 |
|
|
#ifndef PTRACERS_OPTIONS_H |
| 9 |
|
|
#define PTRACERS_OPTIONS_H |
| 10 |
|
|
#include "PACKAGES_CONFIG.h" |
| 11 |
|
|
#ifdef ALLOW_PTRACERS |
| 12 |
dimitri |
1.1 |
|
| 13 |
|
|
#include "CPP_OPTIONS.h" |
| 14 |
|
|
|
| 15 |
dimitri |
1.3 |
C CPP Macros go here |
| 16 |
dimitri |
1.1 |
|
| 17 |
dimitri |
1.3 |
C This flag is set for computation of time-dependent 1765-2001 |
| 18 |
|
|
C anthropogenic carbon perturbation tracer Green's functions. |
| 19 |
|
|
#define OCEAN_INVERSION_PROJECT_TIME_DEPENDENT |
| 20 |
dimitri |
1.4 |
|
| 21 |
|
|
C This flag is set for using netcdf output routines. |
| 22 |
dimitri |
1.5 |
#define OCEAN_INVERSION_NETCDF |
| 23 |
dimitri |
1.1 |
|
| 24 |
|
|
#endif /* ALLOW_PTRACERS */ |
| 25 |
dimitri |
1.3 |
#endif /* PTRACERS_OPTIONS_H */ |