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************************************************************************
9** writes hypoxia simple respiration model input parameters into **
10**
output netcdf files. it is included in routine
"wrt_info.F". **
12************************************************************************
18 CALL netcdf_put_ivar (ng, model, ncname,
'BioIter', &
19 & bioiter(ng), (/0/), (/0/), &
21 IF (founderror(exit_flag, noerror, __line__, myfile))
RETURN
23 CALL netcdf_put_fvar (ng, model, ncname,
'ResRate', &
24 & resrate(ng), (/0/), (/0/), &
26 IF (founderror(exit_flag, noerror, __line__, myfile))
RETURN