ROMS
Loading...
Searching...
No Matches
read_fltbiopar.F
Go to the documentation of this file.
1#include "cppdefs.h"
2#if defined FLOATS && defined FLOAT_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 biological floats model input !
12!! parameters. !
13!! !
14!!======================================================================
15!!
16# if defined FLOAT_OYSTER
17# include <oyster_floats_inp.h>
18# endif
19#else
20 SUBROUTINE read_fltbiopar
21 END SUBROUTINE read_fltbiopar
22#endif
subroutine read_fltbiopar(model, inp, out, lwrite)