On 8/6/2010 3:56 AM, Kjell Røang wrote:
Hi
We want to use NetCDF to store trajectory data and are trying to save
our data using the guidelines for trajectory data. The problem is that
the ToolsUI doesn't seem to recognize our data as trajectory data. Can
someone tell us what is wrong with our data. One example file is included.
Regards
Kjell Røang
_______________________________________________
netcdf-java mailing list
netcdf-java@xxxxxxxxxxxxxxxx
For list information or to unsubscribe, visit:
http://www.unidata.ucar.edu/mailing_lists/
hi kjell:
you just have to add the global attribute:
<attribute name="Convention" value="CF-1.5" />
(I use 1.5 in hopes of having the convention accepted in the next
version of CF. You can actually use CF-1.X, where X is 0-5).