Ticket #214: riverplume2.h

File riverplume2.h, 1.5 KB (added by m.hadfield, 16 years ago)
Line 
1/*
2** svn $Id: riverplume2.h 139 2008-01-10 00:17:29Z arango $
3*******************************************************************************
4** Copyright (c) 2002-2008 The ROMS/TOMS Group **
5** Licensed under a MIT/X style license **
6** See License_ROMS.txt **
7*******************************************************************************
8**
9** Options for River Plume example by Hyatt and Signell described at
10** http://smig.usgs.gov/SMIG/features_0300/plumes_inline.html
11**
12** Application flag: RIVERPLUME2
13** Input script: ocean_riverplume2.in
14*/
15
16#define UV_ADV
17#define UV_COR
18#define UV_QDRAG
19#define UV_PSOURCE
20#define DJ_GRADPS
21#define TS_A4HADVECTION
22#define TS_A4VADVECTION
23#define TS_DIF2
24#define MIX_GEO_TS
25#define TS_PSOURCE
26#define NONLIN_EOS
27#define SALINITY
28#define MASKING
29#define SOLVE3D
30#define SPLINES
31#define AVERAGES
32#define AVERAGES_AKV
33#define AVERAGES_AKT
34#define AVERAGES_AKS
35
36#define SOUTH_FSCHAPMAN
37#define SOUTH_M2GRADIENT
38#define SOUTH_M3GRADIENT
39#define SOUTH_TGRADIENT
40#define NORTH_FSCHAPMAN
41#define NORTH_M2GRADIENT
42#define NORTH_M3GRADIENT
43#define NORTH_TGRADIENT
44#define WESTERN_WALL
45#define EASTERN_WALL
46
47#define LMD_MIXING
48#ifdef LMD_MIXING
49# define LMD_RIMIX
50# define LMD_CONVEC
51# define LMD_SKPP
52# define LMD_BKPP
53# define LMD_NONLOCAL
54#endif
55
56#define ANA_GRID
57#define ANA_INITIAL
58#define ANA_PSOURCE
59#define ANA_SMFLUX
60#define ANA_SRFLUX
61#define ANA_SSFLUX
62#define ANA_STFLUX
63#define ANA_BSFLUX
64#define ANA_BTFLUX
65