﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
468	Misprocessing of DTocc information in UCAR files	Ian Culverwell	Ian Culverwell	"Axel von Engeln (EUM) reports:
{{{
Some more trouble with new UCAR files, an example for the trouble 
is attached.

It has second of 59.506... which is converted in 
ropp_io_read_ncdf_get.f90 with an NINT to seconds, leading to 60 
seconds here.

CALL ncdf_getatt('second', sec)
DTocc%Second = NINT(sec)
DTocc%Msec = 0

This in turn seems to lead to a start time of 0 seconds in the ROPP 
output file when running through ucar2ropp (or I believe this is 
the reason, I didn't go fully into the details of it just saw that 
the DTocc has 60 seconds and my ROPP output file has a start time 
of 0s).
}}}
Axel's file is attached.
Clearly we need a better breakdown of second into dtocc%second and dtocc%msec."	defect	closed	normal	9.0	ropp_io	8.0	fixed	UCAR	
