modelica-3rdparty / netCDF-DataReader

Modelica library for interfacing netCDF files using different interpolation and extrapolation methods
http://www.j-raedler.de/projects/ncdatareader2
GNU Lesser General Public License v2.1
8 stars 6 forks source link

MSL version #7

Closed thorade closed 7 years ago

thorade commented 7 years ago

This is just a question: We started to use netCDF-DataReader as a library (instead of including the bits and pieces in our own library). Our library uses MSL version 3.2.2, but that is mostly because Dymola is loading that version by default. netCDF-DataReader is using 3.2.1, and every time we open the two libraries together, Dymola wants to run an update script. That script does not really change anything, but it is annoying. Would it be possible to also use MSL 3.2.2 in netCDF-DataReader or was the version on purpose? Does using one or the other version have any advantages?

Alternatively, I asked a question on stackoverflow, how to suppress the upgrade script dialog: http://stackoverflow.com/questions/42343160/modelica-libraries-use-different-msl-version

tbeu commented 7 years ago

Yes, I can update to MSL v3.2.2.

thorade commented 7 years ago

Thanks