Hello,<div> </div><div>I met a problem about data reading. </div><div><br></div><div>In the file:2008166021843_11326_CS_MOD06-1KM-AUX_GRANULE_P1_R05_E02_F00.hdf( The file was uploaded to ftp.cgd.ucar.edu.), I find the variable which is named "Cloud_top_temperature_1km_add_offset" is actually an one-dimensional array, but it is recognized as a scale when I read the file as a hdfeos file using NCL. I don't know how to read it correctly.</div><div><br></div><div>The corresponding scripts are as follows:</div><div>fi=addfile(./2008166021843_11326_CS_MOD06-1KM-AUX_GRANULE_P1_R05_E02_F00.hdf+".hdfeos","r") </div><div>var = "Cloud_top_temperature_1km_add_offset_MOD06_1KM_AUX"</div><div>CTTa=fi->$var$</div><div>printVarSummary(CTTa)</div><div><br></div><div><br></div><div>Thanks a lot</div><div>Zoey </div><div>    </div>