ROMS
Loading...
Searching...
No Matches
hypoxia_srm_wrt.h
Go to the documentation of this file.
1/*
2** git $id$
3*************************************************** hernan g. arango ***
4** copyright(c) 2002-2025 the roms group **
5** licensed under a mit/x style license **
6** see license_roms.md **
7************************************************************************
8** **
9** writes hypoxia simple respiration model input parameters into **
10** output netcdf files. it is included in routine "wrt_info.F". **
11** **
12************************************************************************
13*/
14
15!
16! Write out Hypoxia Simple Respiration Model parameters.
17!
18 CALL netcdf_put_ivar (ng, model, ncname, 'BioIter', &
19 & bioiter(ng), (/0/), (/0/), &
20 & ncid = ncid)
21 IF (founderror(exit_flag, noerror, __line__, myfile)) RETURN
22
23 CALL netcdf_put_fvar (ng, model, ncname, 'ResRate', &
24 & resrate(ng), (/0/), (/0/), &
25 & ncid = ncid)
26 IF (founderror(exit_flag, noerror, __line__, myfile)) RETURN
subroutine output(ng)
Definition output.F:4