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
hdf5 mirror modelica modelica-library netcdf

NcDataReader2

Modelica library for interfacing netCDF files using different interpolation and extrapolation methods.

Build status

Build Status

Library description

NcDataReader2 is a library of C functions to access data stored in netCDF files using different interpolation and extrapolation methods. The aim of this library is to provide access from simulation systems like Modelica to data sets like weather data or measured time rows. As such systems usually require strictly continuity of functions and their derivatives, smooth spline interpolation is included.

For more information and installation instructions please have look at the doc folder.

The original repository is hosted on Bitbucket by Jörg Rädler.

License

NcDataReader2 is released under the terms of the LGPL v2.

Development and contribution

You may report any issues with using the Issues button.

Contributions in shape of Pull Requests are always welcome.