NCAR / ParallelIO

A high-level Parallel I/O Library for structured grid applications
Apache License 2.0
134 stars 52 forks source link

[feature-request] C++ NetCDF API #1978

Open twsearle opened 9 months ago

twsearle commented 9 months ago

I am a user of the Unidata/netcdf-cxx4 in our C++ codebase, but I am interested in experimenting with PIO. I know I could call the C interface from my C++ code, however the C++ api has proven quite convenient and clean so far.

Are there any plans to support accessing the NCAR PIO libary with a c++ interface? If not, I might attempt it myself.