netcdf VIC_CellNo_Center { dimensions: Lon = 309 ; Lat = 230 ; variables: double Lon(Lon) ; Lon:units = "degreesE" ; Lon:long_name = "Lon" ; double Lat(Lat) ; Lat:units = "degreesN" ; Lat:long_name = "Lat" ; float cell(Lat, Lon) ; cell:units = "-" ; cell:_FillValue = -999.f ; }