NCAR / ncl

The NCAR Command Language (NCL) is a scripting language for the analysis and visualization of climate and weather data.

Home Page:http://www.ncl.ucar.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NCL can't open AMSR_E_L2_Land_V11_201110031920_D.he5 HDF-EOS5 Point file.

hyoklee opened this issue · comments

Describe the bug

NCL throws an error:

HDF5-DIAG: Error detected in HDF5 (1.8.19) thread 0:
  #000: EHapi.c line 8294 in HE5_EHattrcat(): No group/dataset named "/HDFEOS/POINT\
S/AMSR-E Level 2 Land Data/Data/Combined-NPD-and-SCA-Output-Fields" exists.

    major: File accessibilty
    minor: Can't open object
  #001: H5Ddeprec.c line 253 in H5Dopen1(): not found
    major: Dataset
    minor: Object not found

It can't access Combined-NPD-and-SCA-Output-Fields_AMSR_E_Level_2_Land_Data HDF5 compound type dataset.

Provide the following:

  • test code:
begin
 file_name = "AMSR_E_L2_Land_V11_201110031920_D.he5"
  eos_file=addfile(file_name, "r") ; Read file.
  print(eos_file)
end

Computing environment

  • OS: Linux and Mac
  • OS version: CentOS7 and Big Sur
  • NCL Version: 6.6.2
  • Installation method: all - binary from NCAR website, conda, built from source

Additional context
I tried both HDF5 1.10.4 and 1.18.9.