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.

                                          
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to