ROMS
Loading...
Searching...
No Matches
rp_biology.F
Go to the documentation of this file.
1#include "cppdefs.h"
2#if defined TL_IOMS && defined BIOLOGY
3
4/*
5** git $id$
6************************************************************************
7** **
8** this routine computes the representers tangent linear source and **
9** sink terms for the selected biology model. **
10** **
11************************************************************************
12*/
13
14# if defined BIO_FENNEL
15!!# include <rp_fennel.h>
16# elif defined NEMURO
17!!# include <rp_nemuro.h>
18# elif defined NPZD_FRANKS
19# include <rp_npzd_Franks.h>
20# elif defined NPZD_IRON
21# include <rp_npzd_iron.h>
22# elif defined NPZD_POWELL
23# include <rp_npzd_Powell.h>
24# endif
25#else
27 END MODULE rp_biology_mod
28#endif