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************************************************************************
10** this
module declares lagrangian drifters biological behavior **
11** parameteres. they are usually
read from the appropriate input **
14** the current design allows the user to have a lot of flexibility **
15** for customizing or adding any particular behavior model. **
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). **
22************************************************************************
25#if defined FLOATS && defined FLOAT_BIOLOGY
26# if defined FLOAT_OYSTER
27# include <oyster_floats_mod.h>