MPAS | Mesh Connectivity (graph.info) file for the mesh
- https://mpas-dev.github.io/
- /MPAS-Model/releases
- MPAS-Atmosphere Users' Guide V4.0
- MPAS-Atmosphere Users' Guide V5.3
- MPAS-Atmosphere Users' Guide V6.3
- MPAS-Atmosphere Users' Guide V7.0
- MPAS-Atmosphere Users' Guide V8.2.0
- Joint WRF/MPAS Users Workshop 2024
MPAS-Atmosphere Meshes
Several resolutions of quasi-uniform and refined meshes are available for download. Each mesh download provides the following:
- an SCVT mesh on the unit sphere
- the mesh connectivity (graph.info) file for the mesh
- partitionings of the mesh (e.g., graph.info.part.32) for various MPI task counts
Additionally, for quasi-uniform meshes, “static” files using the default datasets are available. The static file downloads provide single-precision static files in CDF-5/64-bit data format and mesh connectivity files.
Metis
METIS is a set of serial programs for partitioning graphs, partitioning finite element meshes, and producing fill reducing orderings for sparse matrices. The algorithms implemented in METIS are based on the multilevel recursive-bisection, multilevel k-way, and multi-constraint partitioning schemes developed in our lab.
Download: - http://glaros.dtc.umn.edu/gkhome/metis/metis/download
gpmetis
1 |
|
which num_core = 12 or ...
If generating graph.info for new mesh
1 |
|
1 |
|
References
- gpmetis error | Nov 12, 2024
- should probably look like
512 513 514 509 510 511
- Here's the part of the MPAS-Limited-Area tool that should be writing this connectivity info: MPAS-Limited-Area/limited_area/mesh.py at v2.1 · MPAS-Dev/MPAS-Limited-Area.
- We've merge changes to support NumPy 2.x into the MPAS-Limited-Area main branch through MPAS-Dev/MPAS-Limited-Area PR #47. Thanks again for finding this issue!
- should probably look like