Retrieve information about a netCDF file (measure units)

Hello! I’m very new to VTK and I have a stupid question about the netCDFCF reader. I have a .nc file (you can download it here: https://drive.google.com/file/d/174F6fmasQFZXVWV9xMqOZKR5qyRlrAm6/view?usp=sharing ) and I would like to retrieve from it some information that should be inside it (if I open the data with panoply I see them). In particular, I need:

  • Measure units of the latitude (in my data should be ‘degrees_north’)
  • Measure units of vertical level (in my data should be ‘millibars’)
  • Measure units of the longitude (in my data should be ‘degrees_east’)

Is it possible to get this information and eventually how? In panoply this information are shown as three one dimensional arrays. Every piece of code or hint is appreciated. Thank you in advance! :grinning: