#include "cppdefs.h" MODULE tl_biology_mod #if defined TANGENT && defined BIOLOGY ! !svn $Id$ !================================================== Hernan G. Arango === ! Copyright (c) 2002-2009 The ROMS/TOMS Group ! ! Licensed under a MIT/X style license ! ! See License_ROMS.txt ! !======================================================================= ! ! ! This routine computes the tangent linear source and sink terms for ! ! the selected biology model. ! ! ! !======================================================================= ! implicit none PRIVATE PUBLIC :: tl_biology CONTAINS # if defined BIO_FENNEL !!# include # elif defined NEMURO !!# include # elif defined NPZD_FRANKS # include # elif defined NPZD_IRON # include # elif defined NPZD_POWELL # include # endif #endif END MODULE tl_biology_mod