Draft: Feature/aerosol with netcdf
Add a netcdf-cxx
package for the netCDF-C++ interface.
This is work in progress, not to be merged right now.
The current implementation works, but:
- Some propagated inputs are listed again, but only because the original
netcdf
package only list them asinputs
even if they are actually needed at runtime. This should be fixed directly in thenetcdf
package. - As a first step, the package is written using
netcdf-parallel-openmpi
as input. It could be wise to either just use the sequential version and let the AeroSol package replace it with the parallel one, either write a variantnetcdf-cxx
asnetcdf-cxx-parallel-openmpi
. - The boost dependency needs to be added to AeroSol in order to correctly compile with netCDF.