ROMS
Loading...
Searching...
No Matches
read_biopar.F
Go to the documentation of this file.
1#include "cppdefs.h"
2#ifdef BIOLOGY
3!!
4!!git $Id$
5!!================================================= Hernan G. Arango ===
6!! Copyright (c) 2002-2025 The ROMS Group !
7!! Licensed under a MIT/X style license !
8!! See License_ROMS.md !
9!!======================================================================
10!! !
11!! This routine reads and reports selected biological model input !
12!! parameters. !
13!! !
14!!======================================================================
15!!
16# if defined BIO_FENNEL
17# include <fennel_inp.h>
18# elif defined ECOSIM
19# include <ecosim_inp.h>
20# elif defined HYPOXIA_SRM
21# include <hypoxia_srm_inp.h>
22# elif defined NEMURO
23# include <nemuro_inp.h>
24# elif defined NPZD_FRANKS
25# include <npzd_Franks_inp.h>
26# elif defined NPZD_IRON
27# include <npzd_iron_inp.h>
28# elif defined NPZD_POWELL
29# include <npzd_Powell_inp.h>
30# elif defined RED_TIDE
31# include <red_tide_inp.h>
32# endif
33#else
34 SUBROUTINE read_biopar
35 END SUBROUTINE read_biopar
36#endif
subroutine read_biopar(model, inp, out, lwrite)
Definition ecosim_inp.h:2