ROMS
Loading...
Searching...
No Matches
mod_sedbed.F
Go to the documentation of this file.
1#include "cppdefs.h"
2
3/*
4** git $id$
5*************************************************** hernan g. arango ***
6** copyright(c) 2002-2025 the roms group **
7** licensed under a mit/x style license **
8** see license_roms.md **
9************************************************************************
10** **
11** this module declares sediment model kernel structure containing **
12** several variables describing bed layers, stratigraphy, and bottom **
13** properties. **
14** **
15** note that the *.h file is located in roms/nonlinear/sediment and **
16** it is included within <...> to allow the user customize it in the **
17** project directory, while keeping the distributed file intact **
18** (check build scripts for details). **
19** **
20************************************************************************
21*/
22
23#if defined SEDIMENT || defined BBL_MODEL
24# include <sedbed_mod.h>
25#else
26 MODULE mod_sedbed
27 END MODULE mod_sedbed
28#endif