| 22 |
C Note: this should be a run-time option |
C Note: this should be a run-time option |
| 23 |
#undef SHORTWAVE_HEATING |
#undef SHORTWAVE_HEATING |
| 24 |
|
|
| 25 |
|
C o Include/exclude Geothermal Heat Flux at the bottom of the ocean |
| 26 |
|
#undef ALLOW_GEOTHERMAL_FLUX |
| 27 |
|
|
| 28 |
C o Include/exclude phi_hyd calculation code |
C o Include/exclude phi_hyd calculation code |
| 29 |
#define INCLUDE_PHIHYD_CALCULATION_CODE |
#define INCLUDE_PHIHYD_CALCULATION_CODE |
| 30 |
|
|
| 43 |
C o Include/exclude Implicit vertical advection code |
C o Include/exclude Implicit vertical advection code |
| 44 |
#define INCLUDE_IMPLVERTADV_CODE |
#define INCLUDE_IMPLVERTADV_CODE |
| 45 |
|
|
| 46 |
|
C o Include/exclude combined Surf.Pressure and Drag Implicit solver code |
| 47 |
|
#undef ALLOW_SOLVE4_PS_AND_DRAG |
| 48 |
|
|
| 49 |
C o Include/exclude AdamsBashforth-3rd-Order code |
C o Include/exclude AdamsBashforth-3rd-Order code |
| 50 |
#undef ALLOW_ADAMSBASHFORTH_3 |
#undef ALLOW_ADAMSBASHFORTH_3 |
| 51 |
|
|