netcdf Force_CellPhilippines { dimensions: Lon = 43 ; Lat = 69 ; 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 ; }