--- MITgcm/model/inc/CPP_OPTIONS.h 2014/07/11 18:28:45 1.52 +++ MITgcm/model/inc/CPP_OPTIONS.h 2016/11/28 22:55:00 1.54 @@ -1,4 +1,4 @@ -C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/model/inc/CPP_OPTIONS.h,v 1.52 2014/07/11 18:28:45 jmc Exp $ +C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/model/inc/CPP_OPTIONS.h,v 1.54 2016/11/28 22:55:00 jmc Exp $ C $Name: $ #ifndef CPP_OPTIONS_H @@ -22,6 +22,9 @@ C Note: this should be a run-time option #undef SHORTWAVE_HEATING +C o Include/exclude Geothermal Heat Flux at the bottom of the ocean +#undef ALLOW_GEOTHERMAL_FLUX + C o Include/exclude phi_hyd calculation code #define INCLUDE_PHIHYD_CALCULATION_CODE @@ -40,6 +43,9 @@ C o Include/exclude Implicit vertical advection code #define INCLUDE_IMPLVERTADV_CODE +C o Include/exclude combined Surf.Pressure and Drag Implicit solver code +#undef ALLOW_SOLVE4_PS_AND_DRAG + C o Include/exclude AdamsBashforth-3rd-Order code #undef ALLOW_ADAMSBASHFORTH_3