--- MITgcm/model/inc/CPP_OPTIONS.h 2001/03/30 22:18:17 1.17.2.1 +++ MITgcm/model/inc/CPP_OPTIONS.h 2002/11/11 21:59:05 1.19.4.1 @@ -1,4 +1,4 @@ -C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/model/inc/CPP_OPTIONS.h,v 1.17.2.1 2001/03/30 22:18:17 jmc Exp $ +C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/model/inc/CPP_OPTIONS.h,v 1.19.4.1 2002/11/11 21:59:05 heimbach Exp $ C $Name: $ These lines are here to deliberately cause a compile-time error. @@ -10,10 +10,14 @@ C -C +CBOP +C !ROUTINE: CPP_OPTIONS.h +C !INTERFACE: +C include "CPP_OPTIONS.h" +C !DESCRIPTION: C CPP flags controlling which code in included in the files that C will be compiled. -C +CEOP C o Include/exclude code for AIM package #undef ALLOW_AIM @@ -144,6 +148,9 @@ C because the old code did not have no-slip BCs #undef OLD_UV_GEOMETRY +C o Include/exclude code for sea-ice model +#undef ALLOW_SEAICE + C o Execution environment support options #include "CPP_EEOPTIONS.h"