﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
673	DOGBONE NetCDF contact files and the header file	jcwarner	arango	"For the '''DOGBONE''' test case there are 2 issues:

1) the header file '''dogbone.h''' has
{{{
# define TS_U3HADVECTION""
# define TS_C4VADVECTION""
}}}

and this should be changed to (need to remove double quotes at the end)

{{{
# define TS_U3HADVECTION
# define TS_C4VADVECTION
}}}


2) The NetCDF contact file for the '''DOGBONE''' example seems corrupt. I generated this newer version using:

{{{
Gnames={'dogbone_grd_whole.nc','dogbone_grd_href3.nc'}

[S,G]=contact(Gnames,'dogbone_contact_refined.nc')
}}}

I am attaching the '''dogbone_contact_refined.nc'''.  This worked for me. It needs to replace the '''dogbone_ngc_refined.nc'''.




"	bug	closed	major	Release ROMS/TOMS 3.7	Nonlinear	3.7	Fixed		
