/[MITgcm]/MITgcm/pkg/dic/DIC_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm/pkg/dic/DIC_OPTIONS.h

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


Revision 1.10 - (hide annotations) (download)
Sat Dec 24 01:04:46 2011 UTC (12 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint64, checkpoint65, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65d, checkpoint65e
Changes since 1.9: +4 -3 lines
File MIME type: text/plain
move #include "CPP_OPTIONS.h" just after #include "PACKAGES_CONFIG.h",
outside of the #ifdef ALLOW_THISPKG / #endif block.

1 jmc 1.10 C $Header: /u/gcmpack/MITgcm/pkg/dic/DIC_OPTIONS.h,v 1.9 2011/12/22 16:08:38 dfer Exp $
2 edhill 1.2 C $Name: $
3    
4     #ifndef DIC_OPTIONS_H
5     #define DIC_OPTIONS_H
6     #include "PACKAGES_CONFIG.h"
7 jmc 1.10 #include "CPP_OPTIONS.h"
8    
9 edhill 1.2 #ifdef ALLOW_DIC
10 jmc 1.10 C Package-specific Options & Macros go here
11 edhill 1.2
12 dfer 1.6 #define DIC_BIOTIC
13     #undef ALLOW_FE
14     #define ALLOW_O2
15     #undef READ_PAR
16     #undef MINFE
17 dfer 1.9 #undef DIC_NO_NEG
18 dfer 1.6 c these all need to be defined for coupling to
19     c atmospheric model
20     #undef USE_QSW
21 dfer 1.9 #undef USE_QSW_UNDERICE
22 dfer 1.6 #undef USE_ATMOSCO2
23     #undef USE_PLOAD
24    
25     #define ALLOW_OLD_VIRTUALFLUX
26 edhill 1.2
27 jmc 1.7 C put back bugs related to Water-Vapour in carbonate chemistry & air-sea fluxes
28     #undef WATERVAP_BUG
29    
30 dfer 1.8 C dissolution only below saturation horizon following method by Karsten Friis
31     #undef CAR_DISS
32    
33 edhill 1.2 #endif /* ALLOW_DIC */
34     #endif /* DIC_OPTIONS_H */
35 edhill 1.3
36     CEH3 ;;; Local Variables: ***
37     CEH3 ;;; mode:fortran ***
38     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22