ROMS
Loading...
Searching...
No Matches
lake_jersey.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 lake jersey forced with wind.
10**
11** application flag: lake_jersey
12**
13** input scripts: roms_lake_jersey.in
14** sediment_lake_jersey.in
15*/
16
17#define UV_ADV
18#define UV_COR
19#define DJ_GRADPS
20#define NONLIN_EOS
21#define SALINITY
22#define SOLVE3D
23#define MASKING
24
25#define ANA_SMFLUX
26#define ANA_STFLUX
27#define ANA_SSFLUX
28#define ANA_BPFLUX
29#define ANA_BTFLUX
30#define ANA_BSFLUX
31#define ANA_SPFLUX
32#define ANA_SRFLUX
33
34/* bottom boundary layer options */
35
36#define SSW_BBL
37#ifdef SG_BBL
38# define SG_CALC_ZNOT
39# undef SG_LOGINT
40#endif
41#ifdef MB_BBL
42# define MB_CALC_ZNOT
43# undef MB_Z0BIO
44# undef MB_Z0BL
45# undef MB_Z0RIP
46#endif
47#ifdef SSW_BBL
48# define SSW_CALC_UB
49# define SSW_CALC_ZNOT
50# undef SSW_LOGINT
51#endif
52
53#if defined MB_BBL || defined SG_BBL || defined SSW_BBL
54# define ANA_WWAVE
55#endif
56
57#define SEDIMENT
58#ifdef SEDIMENT
59# define SUSPLOAD
60# define BEDLOAD_SOULSBY
61# undef SED_MORPH
62#endif
63#if defined SEDIMENT || defined SG_BBL || defined MB_BBL || defined SSW_BBL
64# define ANA_SEDIMENT
65#endif
66