ROMS
Loading...
Searching...
No Matches
dogbone.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 dogbone application.
10**
11** dogbone - composite grid test
12** just change ngrids in the makefile, do not make any changes here.
13*/
14
15#define NESTING
16#define SOLVE3D
17
18#define UV_ADV
19#define UV_QDRAG
20
21#define ANA_SMFLUX
22#define MASKING
23
24#ifdef SOLVE3D
25# define DJ_GRADPS
26# define SALINITY
27# define SPLINES_VDIFF
28# define SPLINES_VVISC
29# define ANA_STFLUX
30# define ANA_SSFLUX
31# define ANA_BTFLUX
32# define ANA_BSFLUX
33# define GLS_MIXING
34# if defined GLS_MIXING
35# define KANTHA_CLAYSON
36# define N2S2_HORAVG
37# define RI_SPLINES
38# endif
39#endif
40
41#define OUT_DOUBLE
42