<div dir="ltr"><div><div><div><div><div><div><div>Hello,<br><br></div>I am extremely frustrated and stuck on this problem. Any advice would be appreciated.<br><br></div>I am working with a dataset of 2400 sequentially numbered netCDF files (generic & CF conventions).<br><br></div>In a fresh pipeline, Paraview is able to recognizes these files as a single source and load them correctly. I then create a standard pipeline involving various filters (contour, etc., nothing funny) and save a state file.<br><br></div>When I attempt to load the state file, I get the following segmentation fault. Further down you can see a ncdump of the offending file.<br><br></div><div>Would appreciate any advice on how to debug / overcome this issue. Is it a bug? It sure feels like one...<br></div><div><br></div></div>Best,<br></div>Ryan Abernathey<br><div><div><div><div><div><div><div><div><div><br><br>ERROR: In /home/kitware/Dashboards/MyTests/NightlyMaster/ParaViewSuperbuild-Release/paraview/src/paraview/VTK/IO/NetCDF/vtkNetCDFReader.cxx, line 822<br>vtkNetCDFCFReader (0x55c0620): netCDF Error: NetCDF: Index exceeds dimension bound<br><br><br>ERROR: In /home/kitware/Dashboards/MyTests/NightlyMaster/ParaViewSuperbuild-Release/paraview/src/paraview/VTK/Common/ExecutionModel/vtkExecutive.cxx, line 784<br>vtkPVCompositeDataPipeline (0x5be23d0): Algorithm vtkFileSeriesReader(0x4c0c3e0) returned failure for request: vtkInformation (0x8141700)<br>  Debug: Off<br>  Modified Time: 999905<br>  Reference Count: 1<br>  Registered Events: (none)<br>  Request: REQUEST_DATA<br>  FORWARD_DIRECTION: 0<br>  FROM_OUTPUT_PORT: 0<br>  ALGORITHM_AFTER_FORWARD: 1<br><br><br><br><br>ERROR: In /home/kitware/Dashboards/MyTests/NightlyMaster/ParaViewSuperbuild-Release/paraview/src/paraview/VTK/Common/ExecutionModel/vtkExecutive.cxx, line 784<br>vtkCompositeDataPipeline (0x744fde0): Algorithm vtkPVGeometryFilter(0x7436500) returned failure for request: vtkInformation (0x5737250)<br>  Debug: Off<br>  Modified Time: 999943<br>  Reference Count: 1<br>  Registered Events: (none)<br>  Request: REQUEST_DATA_OBJECT<br>  FORWARD_DIRECTION: 0<br>  FROM_OUTPUT_PORT: 0<br>  ALGORITHM_AFTER_FORWARD: 1<br><br><br><br><br>Segmentation fault (core dumped)<br><br><br><br><br><br>------------------------<br></div><div>$ ncdump -h <a href="http://rce_rrtm303x512dx3f20_512x512x64_3km_12s_128_0000000300.nc">rce_rrtm303x512dx3f20_512x512x64_3km_12s_128_0000000300.nc</a><br>netcdf rce_rrtm303x512dx3f20_512x512x64_3km_12s_128_0000000300 {<br>dimensions:<br>    x = 512 ;<br>    y = 512 ;<br>    z = 64 ;<br>    time = UNLIMITED ; // (1 currently)<br>variables:<br>    float x(x) ;<br>        x:units = "m" ;<br>    float y(y) ;<br>        y:units = "m" ;<br>    float z(z) ;<br>        z:units = "m" ;<br>        z:long_name = "height" ;<br>    float time(time) ;<br>        time:units = "d" ;<br>        time:long_name = "time" ;<br>    float p(z) ;<br>        p:units = "mb" ;<br>        p:long_name = "pressure" ;<br>    float zi(z) ;<br>        zi:units = "m" ;<br>        zi:long_name = "intfc_ht" ;<br>    float U(time, z, y, x) ;<br>        U:long_name = "X Wind Component                                                                " ;<br>        U:units = "m/s       " ;<br>    float V(time, z, y, x) ;<br>        V:long_name = "Y Wind Component                                                                " ;<br>        V:units = "m/s       " ;<br>    float W(time, z, y, x) ;<br>        W:long_name = "Z Wind Component                                                                " ;<br>        W:units = "m/s       " ;<br>    float PP(time, z, y, x) ;<br>        PP:long_name = "Pressure Perturbation                                                           " ;<br>        PP:units = "Pa        " ;<br>    float QRAD(time, z, y, x) ;<br>        QRAD:long_name = "Radiative heating rate                                                          " ;<br>        QRAD:units = "K/day     " ;<br>    float TABS(time, z, y, x) ;<br>        TABS:long_name = "Absolute Temperature                                                            " ;<br>        TABS:units = "K         " ;<br>    float QV(time, z, y, x) ;<br>        QV:long_name = "Water Vapor                                                                     " ;<br>        QV:units = "g/kg      " ;<br>    float QN(time, z, y, x) ;<br>        QN:long_name = "Non-precipitating Condensate (Water+Ice)                                        " ;<br>        QN:units = "g/kg      " ;<br>    float QP(time, z, y, x) ;<br>        QP:long_name = "Precipitating Water (Rain+Snow)                                                 " ;<br>        QP:units = "g/kg      " ;<br>    float LQRAD(time, z, y, x) ;<br>        LQRAD:long_name = "LW Radiative heating rate                                                       " ;<br>        LQRAD:units = "K/day     " ;<br>    float SQRAD(time, z, y, x) ;<br>        SQRAD:long_name = "SW Radiative heating rate                                                       " ;<br>        SQRAD:units = "K/day     " ;<br>}<br></div><div><br></div></div></div></div></div></div></div></div></div></div>