Closed matthewhoffman closed 6 years ago
I think the changes are fine and can be merged, but we might spend a bit more time on this to improve this capability. I wrote this in an email, but probably here is a better place.
I would add code to print out the bed topography as well (I can do this).
The observed velocity is now printed interleaved, whereas Albany ascii importer assumes that vectors are not interleaved. So for the velocity it expect first all the x-components, then all the y-components (should be easy to fix this and I can do this).
It is now possible to store all the fields, including 3d fields like the temperature on the 2d exodus mesh. So, we could print only a binary file containing all of the field information. This is probably a nontrivial amount of work, so I'd postpone this for later.
This commit includes minor updates to the MPAS->Albany mesh converter.