Open xtian15 opened 2 years ago
@xtian15, this is a big issue, I agree. I've run into this as well.
The problem is that the mesh conversion tools were build with the legacy NetCDF c++ library that hasn't gotten any further attention. The syntax for the "proper" NetCDF c++ library is totally different and would require a significant rewrite of the tools that we don't have staff time for, at least not a LANL.
@mgduda, is this anything you guys at NCAR have resources to work on?
I'm not aware of a workaround. I ended abandoning a large MPAS-Ocean mesh I was trying to work on because of this.
There is also not any concrete plan to address this from the LANL side. Let's see what @mgduda has to say.
I recently used jigsaw to generate a mesh of 10-30 million cells. When trying to write them out at netcdf formats using MpasMeshConverter.x, the job was terminated due to size limits imposed by netcdf referenced by the executable. In this case, is there anything that can be done to lift this limit inside the MpasMeshConverter.x? Thanks!