Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

modelica-3rdparty/netCDF-DataReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.