﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
546	Corrected bug in inp_par.F	arango	arango	"Corrected a bug in routine '''load_s2d''' of '''inp_par.F''' when advancing the counter in the multiple file, split record option when processing the standard input '''ocean.in'''.

Around line 1779 of '''inp_par.F''' we need to have instead:

{{{
      IF (.not.load) THEN
        IF (ifile.lt.nFfiles(igrid)) THEN
          ifile=ifile+MIN(1,Icont)
        ELSE
          ifile=1
          igrid=igrid+MIN(1,Icont)
        END IF
      END IF
      ...
}}}
We need to have the '''.lt.''' operator in the conditional IF-statement instead of '''.le.''', many thanks to Kate Hedstrom for [https://www.myroms.org/forum/viewtopic.php?f=19&t=2512&p=9532#p9532 bringing] this to my attention.

I also corrected a typo in '''Data/ROMS/CDL/grd_spherical.cdl''', the double quotes were missing in the '''units''' attributes for the bottom drag variables."	bug	closed	major	Release ROMS/TOMS 3.6	Nonlinear	3.6	Done		
