/[MITgcm]/MITgcm/verification/tutorial_dic_adjoffline/code_ad/DIC_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/verification/tutorial_dic_adjoffline/code_ad/DIC_OPTIONS.h

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


Revision 1.5 - (show annotations) (download)
Mon Jan 11 22:43:00 2016 UTC (8 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65s, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, HEAD
Changes since 1.4: +11 -5 lines
File MIME type: text/plain
bring this file up-to-date with pkg/dic version

1 C $Header: /u/gcmpack/MITgcm/verification/tutorial_dic_adjoffline/code_ad/DIC_OPTIONS.h,v 1.4 2011/12/24 01:17:55 jmc Exp $
2 C $Name: $
3
4 #ifndef DIC_OPTIONS_H
5 #define DIC_OPTIONS_H
6 #include "PACKAGES_CONFIG.h"
7 #include "CPP_OPTIONS.h"
8
9 #ifdef ALLOW_DIC
10 C Package-specific Options & Macros go here
11
12 #define DIC_BIOTIC
13 #define ALLOW_O2
14 #define ALLOW_FE
15 #undef READ_PAR
16 #undef MINFE
17 #undef DIC_NO_NEG
18 #undef DIC_BOUNDS
19 C these all need to be defined for coupling to atmospheric model:
20 #undef USE_QSW
21 #undef USE_QSW_UNDERICE
22 #undef USE_PLOAD
23
24 C use surface salinity forcing (scaled by mean surf value) for DIC & ALK forcing
25 #undef ALLOW_OLD_VIRTUALFLUX
26
27 C put back bugs related to Water-Vapour in carbonate chemistry & air-sea fluxes
28 #undef WATERVAP_BUG
29
30 C dissolution only below saturation horizon following method by Karsten Friis
31 #undef CAR_DISS
32
33 C Include self-shading effect by phytoplankton
34 #undef LIGHT_CHL
35 C Include iron sediment source using DOP flux
36 #undef SEDFE
37
38 C For Adjoint built
39 #define AD_SAFE
40
41 #endif /* ALLOW_DIC */
42 #endif /* DIC_OPTIONS_H */
43
44 CEH3 ;;; Local Variables: ***
45 CEH3 ;;; mode:fortran ***
46 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22