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