<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; "><div>Hi All,</div><div><br></div><div>I've been working a bit with the mbconvert utility to convert some of the meshes we've been working on to .vtk so we can visualize them, which has been working quite well. &nbsp;However, I haven't had as much luck with converting NetCDF files to the MOAB .h5m format (or to the .vtk format). &nbsp;I seem to get one of 2 errors on almost every attempt (I've only had success with 2 files out of 6 or 7 that I've tried).</div><div><br></div><div>The error is either (most common):</div><div><br></div><div><blockquote style="margin:0 0 0 40px; border:none; padding:0px;"><div>Failed to load "../test_data/ncom.nc".</div><div>Error code: MB_FAILURE (16)</div><div>Error message: No tag value for EntitySet 1</div></blockquote></div><div><br></div><div>Or (much less common):</div><div><br></div><div><blockquote style="margin:0 0 0 40px; border:none; padding:0px;"><div>Failed to load "../test_data/sresa1b_ncar_ccsm3_0_run1_200001.nc".</div><div>Error code: MB_INDEX_OUT_OF_RANGE (1)</div><div>Error message: No tag value for Vertex 1</div><div><br></div></blockquote></div><div>My initial assumptions were that the NetCDF file must represent a 'structured' grid (rectilinear or curvilinear) and that it should be CF compliant. &nbsp;However I've noticed that the latter is not necessarily true (one of the files that worked was non-compliant) and I'm not sure about the former either (some of the files that did NOT work were of the structured grid type). &nbsp;I've also noticed that for one of the files that did work (a 3D rectilinear grid that is NOT fully CF compliant), the only tags created were for the one variable that was 2D (no z dimension) and the highest-dimension entities in the mesh were faces rather than regions (I assume 3D grids simply aren't supported).</div><div><br></div><div>Is there a description of the set of requirements for successful conversion of a NetCDF file (in terms of form and/or convention)?</div><div><br></div><div>Thanks in advance,</div><div>Chris</div></body></html>