Open
Description
- If your fort.13 header attributes are in a different order than the user-defined attribute data below the header, transferring the nodal attributes will not work with
msh.map_mesh_properties
- For now, please check the order of
m.f13.defval.Atr.AttrName
andm.f13.userval.Atr.AttrName
is the same and edit the header of the fort.13 to match whatever the order ism.f13.userval.Atr.AttrName
- A future solution would be to not use ASCII text for the fort.13 but this depends on the adcirc development group.