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**  defines hypoxia simple respiration model input parameters in      **
 
   10**  
output netcdf files. it is included in routine  
"def_info.F".     **
 
   12************************************************************************
 
   19      vinfo( 2)=
'number of iterations to achieve convergence' 
   20      status=def_var(ng, model, ncid, varid, nf90_int,                  &
 
   21     &               1, (/0/), aval, vinfo, ncname,                     &
 
   22     &               setparaccess = .false.)
 
   23      IF (founderror(exit_flag, noerror, __line__, myfile)) 
RETURN 
   26      vinfo( 2)=
'total biological respiration rate' 
   28      status=def_var(ng, model, ncid, varid, nf_type,                   &
 
   29     &               1, (/0/), aval, vinfo, ncname,                     &
 
   30     &               setparaccess = .false.)
 
   31      IF (founderror(exit_flag, noerror, __line__, myfile)) 
RETURN