MPAS-Dev / MPAS-Tools

MPAS Tools Repository
Other
37 stars 63 forks source link

`jigsaw_to_netcdf` is super slow for large meshes #511

Closed xylar closed 1 year ago

xylar commented 1 year ago

This is presumably because it appends each vertex to the file so it's thrashing the file system. If it were done in-memory, it would be fine.

xylar commented 1 year ago

Nope, this isn't the problem I'm seeing. It's the known issue with the mesh converter.