| 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 |
|
|
|
cswdblk --- add --- |
|
|
C o Include/exclude code for bulk formula |
|
|
#define ALLOW_BULK_FORCE |
|
|
#ifdef ALLOW_BULK_FORCE |
|
|
cswdice -- add --- |
|
|
C o allow seaice |
|
|
#define ALLOW_THERM_SEAICE |
|
|
cswdice -- end add --- |
|
|
|
|
|
C o try to conserve qnet and emp |
|
|
#define CONSERV_BULKF |
|
|
#endif |
|
|
cswdblk -- end add --- |
|
|
|
|
|
|
|
| 31 |
C o Shortwave heating as extra term in external_forcing.F |
C o Shortwave heating as extra term in external_forcing.F |
| 32 |
#ifdef ALLOW_KPP |
#ifdef ALLOW_KPP |
| 33 |
#define SHORTWAVE_HEATING |
#define SHORTWAVE_HEATING |
| 148 |
C because the old code did not have no-slip BCs |
C because the old code did not have no-slip BCs |
| 149 |
#undef OLD_UV_GEOMETRY |
#undef OLD_UV_GEOMETRY |
| 150 |
|
|
|
C o Include/exclude IERS Special Bureau for the Oceans diagnostics |
|
|
#undef ALLOW_SBO |
|
|
|
|
| 151 |
C o Include/exclude code for sea-ice model |
C o Include/exclude code for sea-ice model |
| 152 |
#undef ALLOW_SEAICE |
#undef ALLOW_SEAICE |
| 153 |
|
|
| 159 |
#ifdef INCLUDE_ECCO_PACKAGE |
#ifdef INCLUDE_ECCO_PACKAGE |
| 160 |
#include "ECCO_CPPOPTIONS.h" |
#include "ECCO_CPPOPTIONS.h" |
| 161 |
#endif |
#endif |
|
|
|