[ncl-talk] fatal error reading variables from CALIPSO hdf file
Zhifeng Yang
yangzf01 at gmail.com
Thu Jan 11 12:23:16 MST 2018
Hi all,
I am using NCL to read the CALIPSO VFM level 2 file. However, I got an
error while reading the variable "Feature_Classification_Flags". Here is
the error in detail.
fatal:HDF: An error occurred while attempting to read variable
(Feature_Classification_Flags) from file
(/home/vy57456/zzbatmos_common/Data/MODIS/6/llj_eus/CALIOP/CAL_LID_L2_VFM-Standard-V4-10/CAL_LID_L2_VFM-Standard-V4-10.2015-06-10T07-50-24ZN.hdf)
The code is like
dirh = "./"
nameh = "CAL_LID_L2_VFM-Standard-V4-10.2015-06-10T07-50-24ZN.hdf"
fh = addfile(dirh+nameh, "r")
vfmh = fh->Feature_Classification_Flags(:, :)
The NCL version is 6.4.0
When you are available, would you please help me to figure this out? Thank
you
Best,
Zhifeng
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20180111/f1be4244/attachment.html>
More information about the ncl-talk
mailing list