NCAR / lrose-core

Core C/C++ code for LROSE.
https://www.eol.ucar.edu/content/lidar-radar-open-software-environment
Other
92 stars 51 forks source link

Temp fix in libs/Mdv/src/NcfMdv/Ncf2MdvField.cc #21

Closed mike-dixon closed 4 years ago

mike-dixon commented 7 years ago

If NetCDF field name is longer than MDV_SHORT_FIELD_LEN, the non-truncated name is stored in the long_field_name. This should eventually be corrected.

mike-dixon commented 4 years ago

This will be taken care of when we change the MDV API to support 64-bit times and file sizes. At that time, the names will be increased in length as well. This code is currently in the mdv64 branch, and will be merged in soon.