ROMS
Loading...
Searching...
No Matches
mod_behavior.F
Go to the documentation of this file.
1#include "cppdefs.h"
2/*
3** git $id$
4*************************************************** hernan g. arango ***
5** copyright(c) 2002-2025 the roms group **
6** licensed under a mit/x style license **
7** see license_roms.md **
8************************************************************************
9** **
10** this module declares lagrangian drifters biological behavior **
11** parameteres. they are usually read from the appropriate input **
12** script. **
13** **
14** the current design allows the user to have a lot of flexibility **
15** for customizing or adding any particular behavior model. **
16** **
17** note that all the *.h files are located in roms/nonlinear/biology **
18** and included within <...> to allow the user to customize any of **
19** them in the project directory while keeping the distributed code **
20** intact(check the build script for details). **
21** **
22************************************************************************
23*/
24
25#if defined FLOATS && defined FLOAT_BIOLOGY
26# if defined FLOAT_OYSTER
27# include <oyster_floats_mod.h>
28# else
29 MODULE mod_behavior
30 END MODULE mod_behavior
31# endif
32#else
33 MODULE mod_behavior
34 END MODULE mod_behavior
35#endif