﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
926	IMPORTANT: Corrected couple of bugs	arango		"* **mod_ncparam.F**:  Added missing **END SELECT** to the metadata for the adjoint sensitivity of inert tracers.  Many thanks to Brian Powell for bringing this issue to my attention.

* **main2d.F**: Moved the updating of time index **iic(ng)** to be bottom of the time stepping:
 {{{
!
!-----------------------------------------------------------------------
!  Advance time index and time clock.
!-----------------------------------------------------------------------
!
            DO ig=1,GridsInLayer(nl)
              ng=GridNumber(ig,nl)
              iic(ng)=iic(ng)+1
              time(ng)=time(ng)+dt(ng)
              step_counter(ng)=step_counter(ng)-1
              CALL time_string (time(ng), time_code(ng))
            END DO

          END DO STEP_LOOP
}}}
 I corrected this bug some time ago in my research code, but I forgot to fix the distributed code. Anyway, many thanks to Bradley Reed for [https://www.myroms.org/forum/viewtopic.php?p=24345 reporting] this issue."	bug	closed	major	Release ROMS/TOMS 4.1	Nonlinear	4.0	Fixed		
