/[MITgcm]/MITgcm/pkg/gchem/GCHEM_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/pkg/gchem/GCHEM_OPTIONS.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.2.1 - (show annotations) (download)
Thu Oct 2 18:18:33 2003 UTC (20 years, 7 months ago) by adcroft
Branch: branch-genmake2
Changes since 1.1: +13 -4 lines
File MIME type: text/plain
Converted to new pacakge configuration system.
 o made all packages consistent by referring to CPP_OPTIONS via PKG_OPTIONS.h
 o added CPP barriers (#ifndef PKG_OPTIONS_H) to instigate new policy
 o added plenty of missing or broken CVS $Header stuff

1 C $Header: $
2 C $Name: $
3
4 #ifndef GCHEM_OPTIONS_H
5 #define GCHEM_OPTIONS_H
6 #include "PACKAGES_CONF.h"
7 #ifdef ALLOW_GCHEM
8
9 CBOP
10 C !ROUTINE: GCHEM_OPTIONS.h
11 C !INTERFACE:
12
13 C !DESCRIPTION:
14 c coptions for biogeochemistry package
15
16 #ifdef ALLOW_PTRACERS
17 #define PTRACERS_SEPERATE_FORCING
18 #define DIC_BIOTIC
19 #define ALLOW_FE
20 #ifdef DIC_BIOTIC
21 #define DIC_ABIOTIC
22 #endif
23 #define ALLOW_DIC_COST
24 #endif /* ALLOW_PTRACERS */
25
26 #endif /* ALLOW_GCHEM */
27 #endif /* GCHEM_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22