--- MITgcm/verification/tutorial_dic_adjoffline/code_ad/DIC_OPTIONS.h 2011/12/24 01:17:55 1.4 +++ MITgcm/verification/tutorial_dic_adjoffline/code_ad/DIC_OPTIONS.h 2016/01/11 22:43:00 1.5 @@ -1,4 +1,4 @@ -C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/tutorial_dic_adjoffline/code_ad/DIC_OPTIONS.h,v 1.4 2011/12/24 01:17:55 jmc Exp $ +C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/verification/tutorial_dic_adjoffline/code_ad/DIC_OPTIONS.h,v 1.5 2016/01/11 22:43:00 jmc Exp $ C $Name: $ #ifndef DIC_OPTIONS_H @@ -10,18 +10,18 @@ C Package-specific Options & Macros go here #define DIC_BIOTIC -#define ALLOW_FE #define ALLOW_O2 +#define ALLOW_FE #undef READ_PAR #undef MINFE #undef DIC_NO_NEG -c these all need to be defined for coupling to -c atmospheric model +#undef DIC_BOUNDS +C these all need to be defined for coupling to atmospheric model: #undef USE_QSW #undef USE_QSW_UNDERICE -#undef USE_ATMOSCO2 #undef USE_PLOAD +C use surface salinity forcing (scaled by mean surf value) for DIC & ALK forcing #undef ALLOW_OLD_VIRTUALFLUX C put back bugs related to Water-Vapour in carbonate chemistry & air-sea fluxes @@ -30,6 +30,12 @@ C dissolution only below saturation horizon following method by Karsten Friis #undef CAR_DISS +C Include self-shading effect by phytoplankton +#undef LIGHT_CHL +C Include iron sediment source using DOP flux +#undef SEDFE + +C For Adjoint built #define AD_SAFE #endif /* ALLOW_DIC */