#include "cppdefs.h" MODULE mod_behavior /* ** svn $Id: mod_behavior.F 889 2018-02-10 03:32:52Z arango $ *************************************************** Hernan G. Arango *** ** Copyright (c) 2002-2019 The ROMS/TOMS Group ** ** Licensed under a MIT/X style license ** ** See License_ROMS.txt ** ************************************************************************ ** ** ** This module declares Lagrangian drifters biological behavior ** ** parameteres. They are usually read from the appropriate input ** ** script. ** ** ** ** The current design allows the user to have a lot of flexibility ** ** for customizing or adding any particular behavior model. ** ** ** ** Note that all the *.h files are located in ROMS/Nonlinear/Biology ** ** and included within <...> to allow the user to customize any of ** ** them in the project directory while keeping the distributed code ** ** intact (check the build script for details). ** ** ** ************************************************************************ */ #if defined FLOATS && defined FLOAT_BIOLOGY # if defined FLOAT_OYSTER # include # endif #endif END MODULE mod_behavior