Hello all,
Actually, upon further investigation I've discovered in the 20140522 release of the DHI Matlab toolbox that the header record in the .mesh file has indeed changed.
(The existing Blue Kenue code was based on information from the 20120223 release)
Old header record format (currently supported by Blue Kenue)
nodeCount coordsys
- nodeCount - integer number of nodes
- coordsys - string containing coordinate system info (64 chars max)
New header record format
EUMtype unitKey nodeCount coordsys
- EUMtype - integer appears to be fixed at 100079
- unitKey - z value units. (1000=meter, 1014=ft)
- nodeCount - integer number of nodes
- coordsys - string containing coordinate system info
So the fix until a new version of Blue Kenue is distributed is to manually change the first record with a text editor to the old format.
Sorry for the inconvenience... Martin