| 19 | C will be compiled. | C will be compiled. | 
| 20 | CEOP | CEOP | 
| 21 |  |  | 
|  | C o Include/exclude code for direct surface pressure solver |  | 
|  | #undef  ALLOW_DIRECT_SOLVER |  | 
|  |  |  | 
| 22 | C o Include/exclude code for AIM package | C o Include/exclude code for AIM package | 
| 23 | #undef  ALLOW_AIM | #undef  ALLOW_AIM | 
| 24 |  |  | 
| 28 | C o Include/exclude code for KPP mixing scheme | C o Include/exclude code for KPP mixing scheme | 
| 29 | #define  ALLOW_KPP | #define  ALLOW_KPP | 
| 30 |  |  | 
| 31 |  | cswdblk --- add --- | 
| 32 |  | C o Include/exclude code for bulk formula | 
| 33 |  | #define  ALLOW_BULK_FORCE | 
| 34 |  | #ifdef ALLOW_BULK_FORCE | 
| 35 |  | cswdice -- add --- | 
| 36 |  | C o allow seaice | 
| 37 |  | #define ALLOW_THERM_SEAICE | 
| 38 |  | cswdice -- end add --- | 
| 39 |  |  | 
| 40 |  | C o try to conserve qnet and emp | 
| 41 |  | #define CONSERV_BULKF | 
| 42 |  | #endif | 
| 43 |  | cswdblk -- end add --- | 
| 44 |  |  | 
| 45 |  |  | 
| 46 | C o Shortwave heating as extra term in external_forcing.F | C o Shortwave heating as extra term in external_forcing.F | 
| 47 | #ifdef ALLOW_KPP | #ifdef ALLOW_KPP | 
| 48 | #define  SHORTWAVE_HEATING | #define  SHORTWAVE_HEATING | 
| 177 | #ifdef INCLUDE_ECCO_PACKAGE | #ifdef INCLUDE_ECCO_PACKAGE | 
| 178 | #include "ECCO_CPPOPTIONS.h" | #include "ECCO_CPPOPTIONS.h" | 
| 179 | #endif | #endif | 
| 180 |  |  |