Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
--- MITgcm/model/inc/CPP_OPTIONS.h 1998/11/06 22:44:42 1.6 +++ MITgcm/model/inc/CPP_OPTIONS.h 1998/11/30 23:45:24 1.7 @@ -1,4 +1,4 @@ -C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/model/inc/CPP_OPTIONS.h,v 1.6 1998/11/06 22:44:42 cnh Exp $ +C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/model/inc/CPP_OPTIONS.h,v 1.7 1998/11/30 23:45:24 adcroft Exp $ C C @@ -58,7 +58,7 @@ #endif C o Include/exclude biharmonic viscosity code -#undef INCLUDE_BH_MOMENTUM_DIFFUSION_CODE +#define INCLUDE_BH_MOMENTUM_DIFFUSION_CODE #ifdef INCLUDE_BH_MOMENTUM_DIFFUSION_CODE #define _BHM(a) a #endif @@ -112,5 +112,15 @@ C o Include/exclude call to S/R CALC_DIFFUSIVITY #define INCLUDE_CALC_DIFFUSIVITY_CALL +C o Use "OLD" UV discretisation near boundaries (*not* recommended) +C Note - only works with #undef NO_SLIP_LATERAL in calc_mom_rhs.F +C because the old code did not have no-slip BCs +#undef OLD_ADV_BCS + +C o Use "OLD" UV geometry on sphere (definately *NOT* recommended) +C Note - only works with #undef NO_SLIP_LATERAL in calc_mom_rhs.F +C because the old code did not have no-slip BCs +#undef OLD_UV_GEOMETRY + C o Execution environment support options #include "CPP_EEOPTIONS.h"
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |