[Paraview] PNetCDF 64 bit Error

Amir A amiramir12345 at outlook.com
Sun Jul 5 17:33:49 EDT 2015


I am getting an error when loading a NetCDF file that is written using CDF-5 mode using pnetcdf library. This is the error output:


ERROR: In /home1/01249/gda/modules/paraview/ParaView-v4.3.1-source/VTK/Common/ExecutionModel/vtkExecutive.cxx, line 784vtkPVCompositeDataPipeline (0x2aaab6364390): Algorithm vtkVisItMFIXCDFReader(0x2aaab635b0e0) returned failure for request: vtkInformation (0x2aaab6263000)  Debug: Off  Modified Time: 885475  Reference Count: 1  Registered Events: (none)  Request: REQUEST_DATA_OBJECT  ALGORITHM_AFTER_FORWARD: 1  FORWARD_DIRECTION: 0


When I run ncmpidump on the data file it shows the following:
netcdf data_in {// file format: CDF-5 (big variables)dimensions:	x = 1024;	y = 1024 ;	z = 1024 ;variables:	double data(x, y, z) ;
// global attributes:		:CDF-5 mode = 1 ;}

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.However, for large problems I have to enable CDF-5.

I am using paraview 4.3.1.

 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20150705/de21fc02/attachment.html>


More information about the ParaView mailing list