This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
> Yes, I have fixed that, but it still doesn't work. I have attached a new > file. Thank you for looking at this. > > Sonja > ________________________________________ > From: Unidata IDV Support [address@hidden] > Sent: Monday, May 19, 2014 2:03 PM > To: Behnke, Sonja > Cc: address@hidden; Behnke, Sonja > Subject: [IDV #SUF-224604]: netcdf file formatting issue > > > Hello, I need help with my netcdf file. It does not appear that I am > > formatting the time variable correctly, because IDV does not recognize that > > variable when i read my file in. I can send a netcdf file I have made as > > an example. > > > > Thank you, > > > > Sonja > > > You didn't have any attribute for the time variable. At least you need to add > > :units = "hours since 1970-01-01"; > :_CoordinateAxisType = "Time"; > > > Yuan > You also need to add this dimension to the variable density: it is: float density(lat=200, lon=200); should be float density(time=1, lat=200, lon=200); Yuan > > ________________________________________ Ticket Details =================== Ticket ID: SUF-224604 Department: Support IDV Priority: High Status: Open