NOAA-SWPC / WAM

Whole Atmosphere Model extension of the GFS
GNU General Public License v3.0
3 stars 7 forks source link

Upgrade coupling mesh #18

Closed rmontuoro closed 4 years ago

rmontuoro commented 4 years ago

This PR features an updated Mesh object representing WAM's T62 reduced Gaussian grid.

The Mesh object now contains coordinates and connectivity information, which are required in order to write out fields exported to the new I/O component (SWIO) on WAM's native grid.

Error handling improvements and further code cleanup are also included.