This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Don, I did find some long names that didn't reflect the var name, but the T_fhg was correct. float T_fhg(record, fhg, y, x) ; T_fhg:long_name = "temperature at fixed height above ground" ; T_fhg:units = "degK" ; T_fhg:_FillValue = -9999.f ; T_fhg:navigation = "nav" ; wrong one float P_htfl(record, y, x) ; P_htfl:long_name = "pressure" ; P_htfl:units = "Pa" ; P_htfl:_FillValue = -9999.f ; P_htfl:navigation = "nav" ; I'll review all the cdls to make sure the long names are correct. Robb... =============================================================================== Robb Kambic Unidata Program Center Software Engineer III Univ. Corp for Atmospheric Research address@hidden WWW: http://www.unidata.ucar.edu/ ===============================================================================