Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For conservative remapping, the areas of these polygons must match the weight of each GLL node.  If we construct this dual grid in the usual way, by connecting the centers of all the subcells shown in the subcell grid, the areas of the cells will in general not match the GLL weights.  We thus have to perform an iteration, similar to spring dynamics, tweaking the polygons until the areas are correct.  We have a couple of algorithms to do this, but the resulting polygons can be a little odd.  The result of one of these algorithms is shown below. For this figure, we have allowed pentagons and hexagons so that the algorithm will converge faster and to more uniform cells, but this means that some of them will be slightly non-convex.  ESMF can handle non-convex cells, but other utilities may require they be convex .  

Image Removed

 

If (first plot below).  If we only allow triangles and quads we get convex polygons, but they are less regular :

Image Removed

 (second plot below).  The dual grid files currently used for cubed-sphere grids based in ACME selectively inserts pentagons where needed (third figure below):

Image AddedImage AddedImage Added

Meta data files:  (not used directly by the ACME model, but used by the various pre- and post-processing utilities

...