4 |
#ifndef CPP_OPTIONS_H |
#ifndef CPP_OPTIONS_H |
5 |
#define CPP_OPTIONS_H |
#define CPP_OPTIONS_H |
6 |
|
|
7 |
|
#include "PACKAGES_CONFIG.h" |
8 |
|
|
9 |
C CPP flags controlling particular source code features |
C CPP flags controlling particular source code features |
10 |
|
|
11 |
C o Shortwave heating as extra term in external_forcing.F |
C o Shortwave heating as extra term in external_forcing.F |
43 |
#include "CPP_EEOPTIONS.h" |
#include "CPP_EEOPTIONS.h" |
44 |
|
|
45 |
C o Include/exclude code specific to the ECCO/SEALION version. |
C o Include/exclude code specific to the ECCO/SEALION version. |
46 |
#undef INCLUDE_ECCO_PACKAGE |
C AUTODIFF or EXF package. |
47 |
#ifdef INCLUDE_ECCO_PACKAGE |
C Currently controled by a single header file |
48 |
#include "ECCO_CPPOPTIONS.h" |
C For this to work, PACKAGES_CONFIG.h needs to be included! |
49 |
|
#if (defined (ALLOW_AUTODIFF) || \ |
50 |
|
defined (ALLOW_ECCO) || \ |
51 |
|
defined (ALLOW_EXF)) |
52 |
|
# include "ECCO_CPPOPTIONS.h" |
53 |
#endif |
#endif |
54 |
|
|
55 |
#endif /* CPP_OPTIONS_H */ |
#endif /* CPP_OPTIONS_H */ |