MPAS-Dev / MPAS-Limited-Area

Python tool to create a regional subset of a global MPAS Mesh
http://mpas-dev.github.io/
21 stars 10 forks source link

Create graph.info file function is slow #32

Open MiCurry opened 5 years ago

MiCurry commented 5 years ago

A WMR colleague tried running a script version of the create_graph_file on a larger mesh and noticed a long runtime.

I think we can save time by creating a data structure of the connections and then calling write once.