<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I am getting an error when loading a NetCDF file that is written using CDF-5 mode using pnetcdf library. <div>This is the error output:</div><div><br></div><div><div><br></div><div><br></div><div>ERROR: In /home1/01249/gda/modules/paraview/ParaView-v4.3.1-source/VTK/Common/ExecutionModel/vtkExecutive.cxx, line 784</div><div>vtkPVCompositeDataPipeline (0x2aaab6364390): Algorithm vtkVisItMFIXCDFReader(0x2aaab635b0e0) returned failure for request: vtkInformation (0x2aaab6263000)</div><div>  Debug: Off</div><div>  Modified Time: 885475</div><div>  Reference Count: 1</div><div>  Registered Events: (none)</div><div>  Request: REQUEST_DATA_OBJECT</div><div>  ALGORITHM_AFTER_FORWARD: 1</div><div>  FORWARD_DIRECTION: 0</div></div><div><br></div><div><br></div><div><br></div><div>When I run ncmpidump on the data file it shows the following:</div><div><div><br></div><div>netcdf data_in {</div><div>// file format: CDF-5 (big variables)</div><div>dimensions:</div><div><span class="Apple-tab-span" style="white-space:pre">      </span>x = 1024;</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>y = 1024 ;</div><div><span class="Apple-tab-span" style="white-space:pre">   </span>z = 1024 ;</div><div>variables:</div><div><span class="Apple-tab-span" style="white-space:pre">  </span>double data(x, y, z) ;</div><div><br></div><div>// global attributes:</div><div><span class="Apple-tab-span" style="white-space:pre">          </span>:CDF-5 mode = 1 ;</div><div>}</div></div><div><br></div><div><br></div><div>There is no problem if I create the file using the classical mode for a smaller dimension (<2^32), and I can load it into paraview.</div><div>However, for large problems I have to enable CDF-5.</div><div><br></div><div><br></div><div>I am using paraview 4.3.1.</div><div><br></div><div><br></div>                                      </div></body>
</html>