#include "cppdefs.h" MODULE rp_biology_mod #if defined TL_IOMS && defined BIOLOGY ! !svn $Id: rp_biology.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 routine computes the representers tangent linear source and ! ! sink terms for the selected biology model. ! ! ! !======================================================================= ! implicit none PRIVATE PUBLIC :: rp_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 rp_biology_mod