﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
431	Updates to the EUM data reader and writer	Ian Culverwell	Ian Culverwell	"Two points have emerged from discussions with Axel.

1. Allow single level lev1b r_leo etc 

by replacing
{{{
    IF (getbufr) THEN
}}}
in Sec 9.6 of ''SUBROUTINE ropp_io_read_eumdata(DATA, file, resolution, getlevel1a, getbufr)'' in '''ropp_io_read_ncdf_get.f90''' with
{{{
   IF (.NOT. getlevel1a) THEN
}}}

See attached, and #429.

2. Add ''time_offset'' (wrt start time) to ''time'' in Sec 1.7.1 of '''ropp_io_read_ncdf_put.f90''' by changing
{{{
  CALL ncdf_putvar('time', time, rec = irec)
}}}
to
{{{
  CALL ncdf_putvar('time', time+data%georef%time_offset, rec = irec)
}}}
Also attached.
"	enhancement	closed	normal	9.0	ropp_io	8.0	fixed		
