/* Options for myapp example*/
/* Model physics */
/*
** Momentum equations
*/
#define UV_ADV
#define UV_COR
#define UV_VIS2
#define UV_QDRAG
/*
**Tracers Equations
*/
#define TS_A4HADVECTION
#define TS_A4VADVECTION
#undef TS_DIF2
#define SALINITY
/*
** Pressure gradient
*/
#define DJ_GRADPS
/*
** Model configuration
*/
#define SOLVE3D
#define SPLINES
#define AVERAGES
#define DIAGNOSTICS_TS
#define DIAGNOSTICS_UV
/*
** Analytical fields configuration
*/
#undef ANA_BSFLUX
#undef ANA_BTFLUX
#undef ANA_INITIAL
#undef ANA_SMFLUX
#undef ANA_STFLUX
/*
** Horizontal mixing of momentum
*/
#define MIX_S_UV
/*
** Horizontal mixing tracers
*/
#define MIX_S_TS
/*
** Vertical mixing momentum and tracers:
*/
#define GLS_MIXING
/*
** Generic Length-Scale closure
*/
#define KANTHA_CLAYSON
#define N2S2_HORAVG 
/*
** Boundary conditions
*/
#define EASTERN_WALL
#define WESTERN_WALL
#define SOUTHERN_WALL
#define NORTHERN_WALL

