﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
725	Error in structure syntax for Rclock	kate	arango	"The components of structure '''Rclock''' is using '''.''' (dot) instead of '''%'''.  I can believe that '''ifort''' like that syntax and didn't complain at all even in the '''!TotalView''' debugger. We need to have instead:
 {{{
      Rclock%yday    =yday
      Rclock%year    =iyear
      Rclock%month   =month
      Rclock%day     =iday
      Rclock%hour    =ihour
      Rclock%minutes =minute
      Rclock%seconds =isec
      Rclock%base    =r_time
      Rclock%Dnumber =DateNumber(1)
      Rclock%Snumber =DateNumber(2)
      Rclock%string  =string
      Rclock%calendar=TRIM(calendar)
}}}

I guess that I have been coding too much in Matlab recently.  I coded some of the function of '''dateclock.F''' in Matlab at the same time for testing.


Many thanks to David Rivas for [https://www.myroms.org/forum/viewtopic.php?f=33&t=4510 reporting] this problem."	bug	closed	major	Release ROMS/TOMS 3.7	Nonlinear	3.7	Fixed		
