Utility for creating a Lambert conformal projection of perfect hex mesh to the sphere #606
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…l mesh
by projecting a rectangular mesh composed of perfect hexagons to the sphere using a Lambert conformal projection. The hex_projection directory in the MPAS-Tools/mesh_tools directory is new and the utility is placed in hex_projection directory. The README file provides directions for building and running the utility, and a default case is specified in the namelist.projections file used as input to the utility. The utility creates an MPAS grid file (netcdf) and a graph partition file (ascii) for the mesh. The grid file includes the masks needed for regional simulations in MPAS-Atmosphere, along with a mesh_density function. The current mask configuration has 5 levels in the relaxation zone and 2 levels in the specified zone. This is hardwired in the utility, consistent with the hardwired configuration in MPAS-Atmosphere.