campreilly / UnderSeaModelingLibrary

The Under Sea Modeling Library (USML) is a collection of C++ software development modules for sonar modeling and simulation.
Other
45 stars 22 forks source link

Update netCDF interface to latest version of C++ API #274

Open campreilly opened 3 months ago

campreilly commented 3 months ago

We are using a very old version of the C++ API for netCDF and we should upgrade to version 4.3.1 to reduce technical debit. Might be required to represent sourceID and targetID fields as uint64 values.

campreilly commented 3 months ago

Requires us to replace

With

campreilly commented 1 month ago

Documentation found at https://unidata.github.io/netcdf-cxx4/