﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
477	ru/rv restart file coordinates incorrect	jcwarner	arango	"For a perfect restart, the variables '''ru''' and '''rv''' are written to the restart file. There is a discrepancy between the dimensions and '''coordinates''' attribute. For example :

{{{
 double rv(ocean_time, two, s_w, eta_v, xi_v) ;
                rv:long_name = ""RHS of total v-momentum"" ;
                rv:units = ""meter4 second-2"" ;
                rv:time = ""ocean_time"" ;
                rv:coordinates = ""lon_v lat_v s_rho ocean_time"" ;
                rv:field = ""rv, scalar, series"" ;
                rv:_FillValue = 1.e+37 ;
}}}


The dimension is '''s_w''', but the '''coordinates''' attribute is '''s_rho'''. This gives a small error when viewing in ''ncview''.
''''''"	defect	closed	trivial	Release ROMS/TOMS 3.4	Nonlinear	3.4	Fixed		
