﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
44	Double precision option for ropp_io_write	Carlo Buontempo	Dave Offiler	"In the ropp_io_write the  option "" output_precision = 'double'"" is not working properly. The problem arose when I tried to add the gradient of the cost function to the io output. To solve it(temporary) vlist%data is converted to real in the ropp_io_write_ncdf_put.f90 (Line 504).

It is necessary to add an automatic conversion (double->real) to prevent the system to misbehave in case of input which is not real (too small). The ROPP_io_write default should be single precision but the user should have the option to go for double precision. 
"	enhancement	closed	normal	1.2	ropp_io	0.8	fixed		dave.offiler@… carlo.buontempo@… axel.vonengeln@…
