[Paraview] PNetCDF 64 bit Error

Amir A amiramir12345 at outlook.com
Mon Jul 6 11:24:06 EDT 2015


A small pnetcdf file is attached.

The output of ncmpidump is the following:
netcdf data_in {// file format: CDF-5 (big variables)dimensions:	x = 4 ;	y = 4 ;	z = 4 ;variables:	double data(x, y, z) ;
// global attributes:		:CDF-5 mode = 1 ;data:
 data =  -1.83667601732677e-48, -1.49975978266186e-32, 0, 1.49975978266186e-32,  -1.49975978266186e-32, -1.22464679914735e-16, 0, 1.22464679914735e-16,  0, 0, -0, -0,  1.49975978266186e-32, 1.22464679914735e-16, -0, -1.22464679914735e-16,  -1.49975978266186e-32, -1.22464679914735e-16, 0, 1.22464679914735e-16,  -1.22464679914735e-16, -1, 0, 1,  0, 0, -0, -0,  1.22464679914735e-16, 1, -0, -1,  0, 0, -0, -0,  0, 0, -0, -0,  -0, -0, 0, 0,  -0, -0, 0, 0,  1.49975978266186e-32, 1.22464679914735e-16, -0, -1.22464679914735e-16,  1.22464679914735e-16, 1, -0, -1,  -0, -0, 0, 0,  -1.22464679914735e-16, -1, 0, 1 ;} 


From: amiramir12345 at outlook.com
To: paraview at paraview.org
Subject: PNetCDF 64 bit Error
Date: Sun, 5 Jul 2015 16:33:49 -0500




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/20150706/a35c925a/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: data_in.nc
Type: application/x-netcdf
Size: 1024 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/paraview/attachments/20150706/a35c925a/attachment.nc>


More information about the ParaView mailing list