Hi Mahesh,
The scaling information for the SST l3m_data data set is
stored in the HDF file. For example:
ncdump -h A2011110.L3m_DAY_SST_9
netcdf A2011110 {
dimensions:
fakeDim0 = 2160 ;
fakeDim1 = 4320 ;
fakeDim2 = 2160 ;
fakeDim3 = 4320 ;
variables:
short l3m_data(fakeDim0, fakeDim1) ;
l3m_data:Fill = -1s ;
l3m_data:Scaling = "linear" ;
l3m_data:Scaling Equation = "(Slope*l3m_data) + Intercept = Parameter value" ;
l3m_data:Slope = 0.00071718497f ;
l3m_data:Intercept = -2.f ;
.
.
.
The above slope = 47/65534. Thus the 16-bit data represent temperatures
in the range [-2,45] with 65535 being reserved for absent data.
The best tool I can suggest to you is the SeaDAS software that is
distributed and supported by our group.
http://oceancolor.gsfc.nasa.gov/seadas/Regards,
Norman