<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'>Hello,<br>I am using hdfview if the file is hdf5.<br>http://www.hdfgroup.org/hdf-java-html/hdfview/<br><br>I installed it on my laptop too.<br>Iulian<br><br><hr id="zwchr"><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">Moabsters,<br><br>We sometimes store a single global value in a mesh file-- e.g. a value that was computed over the whole mesh during a calculation. &nbsp;The way we've been doing this is to create a sparse tag and store the value on the root set using that tag.<br><br>The major downside about doing this is that it's complex to look up the value of a global tag without writing code. &nbsp;This is the only way I know to do it with our existing command-line tools:<br><br>&gt; mbsize -ll {meshfile} | grep {TAG_NAME}<br><br>But this is an annoying solution for large meshes, since `mbsize -ll` can take a long time to run. &nbsp;<br><br>Does anyone have a suggestion for a better way to look up the value of global tags? &nbsp;Is there a way to list tag values without verbosely printing the entire mesh? &nbsp;Also, do we have a visualization solution that can query tags on the root set? &nbsp;<br>~S<br><br></blockquote><br></div></body></html>