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