[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[IDV #SUF-224604]: netcdf file formatting issue



> 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