ROMS
Loading...
Searching...
No Matches
riverplume2.h
Go to the documentation of this file.
1/*
2** git $id$
3*******************************************************************************
4** copyright(c) 2002-2025 the roms group **
5** licensed under a mit/x style license **
6** see license_roms.md **
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: roms_riverplume2.in
14*/
15
16#define UV_ADV
17#define UV_COR
18#define UV_QDRAG
19#define DJ_GRADPS
20#define SPLINES_VDIFF
21#define SPLINES_VVISC
22#define TS_DIF2
23#define MIX_GEO_TS
24#define NONLIN_EOS
25#define SALINITY
26#define MASKING
27#define SOLVE3D
28#define AVERAGES
29
30#define LMD_MIXING
31#ifdef LMD_MIXING
32# define LMD_RIMIX
33# define LMD_CONVEC
34# define LMD_SKPP
35# define LMD_BKPP
36# define LMD_NONLOCAL
37# define RI_SPLINES
38#endif
39
40#define ANA_GRID
41#define ANA_INITIAL
42#define ANA_PSOURCE
43#define ANA_SMFLUX
44#define ANA_SRFLUX
45#define ANA_SSFLUX
46#define ANA_STFLUX
47#define ANA_BSFLUX
48#define ANA_BTFLUX
49