Edward Hartnett
Edward Hartnett
This is a PIO error, not a netCDF error. Have we tried with the latest release of PIO and netCDF? It's complaining about a variable not found, what are the...
OK, I have a pretty good build system I think for the dev/gfdl branch, but we need to find all the missing dependencies. Once we locate each of those, I...
@bensonr can I contribute an autotools build system for the AM4? If so, then it seems that we could easily get the FV3 build system working. Over time, as these...
OK, I contributed a build system for AM4, but that also is bogged down in missing dependencies. What a tangled web we weave, when we attempt to use home-rolled build...
In that case I would expect it to be a library, which could be compiled and tested without a model. Is that a more accurate way to look at it?...
Awesome, because I'm a software engineer. ;-) So let me rephrase this: How about I submit a build system plus a mock-up of the missing pieces which builds only when...
OK, I am taking a look at this now. If netcdf-c called H5PLappend() at initialization, feeding it the directory used in the configure, would that remove the need for setting...
@Alexander-Barth the proposal to set the plugin path pro grammatically should be discussed as a separate issue. I'm not convinced we should expose this level of detail to netCDF users....
There's a bunch of related functions: https://docs.hdfgroup.org/hdf5/v1_12/group___h5_p_l.html Unlike most HDF5 functions, these do not require any file or object IDs. So they can be called without any knowledge of netCDF...
Shouldn't this be in the netcdf-cxx project?