netcdf c01/visakh/SM/SMOS/SMOS_test.nc { dimensions: time = 3834; Latitude = 70; Longitude = 140; variables: long time(time=3834); :units = "days since 2012-07-03 00:00:00"; :calendar = "proleptic_gregorian"; float Latitude(Latitude=70); :_FillValue = NaNf; // float :units = "degrees_north"; :long_name = "Latitude"; :_CoordinateAxisType = "Lat"; :_ChunkSizes = 70U; // uint double SMOS_fill(time=3834, Latitude=70, Longitude=140); :_FillValue = NaN; // double float Longitude(Longitude=140); :_FillValue = NaNf; // float :units = "degrees_east"; :long_name = "Longitude"; :_CoordinateAxisType = "Lon"; :_ChunkSizes = 140U; // uint // global attributes: }