<div dir="ltr">Hi,<div>I&#39;m reading in some satellite data from an hdf5 file and am getting the following error when trying to extract a 2-D variable:</div><div><br></div><div>fatal:_NclOneDValCoordDataCreate: Number of dimensions is greater than one, could not create coordinate data object</div><div><br></div><div>I&#39;m following the procedure on the Reading and Writing HDF5 page and am using these commands:</div><div><br></div><div>ncl 0&gt;  setfileoption(&quot;h5&quot;, &quot;FileStructure&quot;, &quot;Advanced&quot;)</div><div>ncl 1&gt;  fn = &quot;smap.h5&quot;</div><div>ncl 2&gt;  fi = addfile(fn, &quot;r&quot;)</div><div>ncl 3&gt;  g = fi=&gt;Sigma0_Data   ; also tried   g = fi=&gt;/Sigma0_Data   not sure of the difference</div><div>ncl 4&gt; s = g-&gt;cell_sigma0_hh_aft</div><div><br></div><div>It&#39;s on this step of trying to extract the variable (cell_sigma0_hh_aft) from the group handle (g) that I&#39;m getting the error.</div><div><br></div><div>Thanks in advance for any help,</div><div>Matt</div><div><br></div><div><br></div></div>