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

Decide a method for marking relaxation layers #5

Closed MiCurry closed 5 years ago

MiCurry commented 5 years ago

There are currently two methods for marking relaxation layers. limited_area._mark_neighbors(...) and limited_area_mark_neighbors_search(...).

._mark_neighbors(...) is possibly faster for larger regions, while _mark_neighbors_search(...) is possible faster for smaller regions.

We should decide a method for choosing which algorithm to use.