Ticket #32: canyon.h

File canyon.h, 1.2 KB (added by m.hadfield, 17 years ago)
Line 
1/*
2** svn $Id: canyon.h 25 2007-04-09 23:43:58Z arango $
3*******************************************************************************
4** Copyright (c) 2002-2007 The ROMS/TOMS Group **
5** Licensed under a MIT/X style license **
6** See License_ROMS.txt **
7*******************************************************************************
8**
9** Options for an Idealized Canyon.
10**
11** Application flag: CANYON
12** Input script: ocean_canyon2d.in, ocean_canyon3d.in
13*/
14
15#ifndef SOLVE3D /* 2D set-up */
16# define UV_ADV
17# define UV_QDRAG
18# define UV_VIS2
19# define UV_COR
20# define EW_PERIODIC
21# define BODYFORCE
22# define ANA_DIAG
23# define ANA_GRID
24# define ANA_INITIAL
25# define ANA_SMFLUX
26#else /* 3D set-up */
27# define UV_ADV
28# define UV_COR
29# define UV_QDRAG
30# define UV_VIS2
31# define MIX_S_UV
32# define DJ_GRADPS
33# define TS_A4HADVECTION
34# define TS_A4VADVECTION
35# define TS_DIF2
36# define MIX_GEO_TS
37# define SPLINES
38# define EW_PERIODIC
39# define ANA_DIAG
40# define ANA_GRID
41# define ANA_INITIAL
42# define ANA_SMFLUX
43# define ANA_STFLUX
44# define ANA_BTFLUX
45# define ANA_VMIX
46#endif