4 |
C CPP options file for PTRACERS package |
C CPP options file for PTRACERS package |
5 |
C |
C |
6 |
C Use this file for selecting options within the PTRACERS package |
C Use this file for selecting options within the PTRACERS package |
7 |
C |
|
8 |
C PTRACERS is enabled with ALLOW_PTRACERS in CPP_OPTIONS.h or in |
#ifndef PTRACERS_OPTIONS_H |
9 |
C the Makefile with DEFINES=-DALLOW_PTRACERS |
#define PTRACERS_OPTIONS_H |
10 |
|
#include "PACKAGES_CONFIG.h" |
11 |
|
#ifdef ALLOW_PTRACERS |
12 |
|
|
13 |
#include "CPP_OPTIONS.h" |
#include "CPP_OPTIONS.h" |
14 |
|
|
15 |
#ifdef ALLOW_PTRACERS |
C CPP Macros go here |
16 |
|
|
17 |
C NUMBER_OF_PTRACERS defines how many passive tracers are allocated/exist. |
C This flag is set for computation of time-dependent 1765-2001 |
18 |
C This CPP macro is *only* used in PTRACERS.h to set an integer parameter. |
C anthropogenic carbon perturbation tracer Green's functions. |
19 |
C <Please> do not make use of it elsewhere. |
#define OCEAN_INVERSION_PROJECT_TIME_DEPENDENT |
|
C |
|
|
C NUMBER_OF_PTRACERS can be defined in CPP_OPTIONS.h, or in the Makefile |
|
|
C with DEFINES=-DNUMBER_OF_PTRACERS=4 |
|
|
C |
|
|
C If NUMBER_OF_PTRACERS is not specified elsewhere and ALLOW_PTRACERS |
|
|
C is set then NUMBER_OF_PTRACERS is set here (default 1) |
|
|
#ifndef NUMBER_OF_PTRACERS |
|
|
#define NUMBER_OF_PTRACERS 30 |
|
|
#endif |
|
20 |
|
|
21 |
#endif /* ALLOW_PTRACERS */ |
#endif /* ALLOW_PTRACERS */ |
22 |
|
#endif /* PTRACERS_OPTIONS_H */ |