<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'>A small pnetcdf file is attached.<div><br></div><div><br></div><div>The output of ncmpidump is the following:</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 = 4 ;</div><div><span class="Apple-tab-span" style="white-space:pre">      </span>y = 4 ;</div><div><span class="Apple-tab-span" style="white-space:pre">      </span>z = 4 ;</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>data:</div><div><br></div><div> data =</div><div>  -1.83667601732677e-48, -1.49975978266186e-32, 0, 1.49975978266186e-32,</div><div>  -1.49975978266186e-32, -1.22464679914735e-16, 0, 1.22464679914735e-16,</div><div>  0, 0, -0, -0,</div><div>  1.49975978266186e-32, 1.22464679914735e-16, -0, -1.22464679914735e-16,</div><div>  -1.49975978266186e-32, -1.22464679914735e-16, 0, 1.22464679914735e-16,</div><div>  -1.22464679914735e-16, -1, 0, 1,</div><div>  0, 0, -0, -0,</div><div>  1.22464679914735e-16, 1, -0, -1,</div><div>  0, 0, -0, -0,</div><div>  0, 0, -0, -0,</div><div>  -0, -0, 0, 0,</div><div>  -0, -0, 0, 0,</div><div>  1.49975978266186e-32, 1.22464679914735e-16, -0, -1.22464679914735e-16,</div><div>  1.22464679914735e-16, 1, -0, -1,</div><div>  -0, -0, 0, 0,</div><div>  -1.22464679914735e-16, -1, 0, 1 ;</div><div>} <div><br></div><div><br><br><div><hr id="stopSpelling">From: amiramir12345@outlook.com<br>To: paraview@paraview.org<br>Subject: PNetCDF 64 bit Error<br>Date: Sun, 5 Jul 2015 16:33:49 -0500<br><br>

<style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}

--></style>
<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="ecxApple-tab-span" style="white-space:pre;">      </span>x = 1024;</div><div><span class="ecxApple-tab-span" style="white-space:pre;">        </span>y = 1024 ;</div><div><span class="ecxApple-tab-span" style="white-space:pre;">       </span>z = 1024 ;</div><div>variables:</div><div><span class="ecxApple-tab-span" style="white-space:pre;">      </span>double data(x, y, z) ;</div><div><br></div><div>// global attributes:</div><div><span class="ecxApple-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></div></div></div>                                        </div></body>
</html>