Hi,<br><div class="gmail_quote">I am trying to read my cdf file into paraview and none of the readers seem to be able to read it. Could someone pls advice me as to what is going wrong and help me rectify it? I am quite a novice at paraview and netcdf in general and would be very grateful if someone could help me with this.Each time I try reading it paraview crashes. Only pop Ocean Netcdf(rectilinear) reader reads in the names of the variables and when I hit apply it crashes. Following is the output for ncdump for the same.<span class="HOEnZb"><font color="#888888"><br>

</font></span></div>netcdf state.cdf {<br>dimensions:<br>        r = 500 ;<br>        icr = 1 ;<br>        uTH = 166 ;<br>        uPH = 166 ;<br>        BTH = 166 ;<br>        BPH = 166 ;<br>        ReIm = 2 ;<br>variables:<br>
        double r(r) ;<br>        double icr(icr) ;<br>        double dt ;<br>        double icOmega ;<br>        double uT(ReIm, uTH, r) ;<br>                uT:L = 84 ;<br>                uT:M = 2 ;<br>                uT:Mp = 2 ;<br>
        double uP(ReIm, uPH, r) ;<br>                uP:L = 84 ;<br>                uP:M = 2 ;<br>                uP:Mp = 2 ;<br>        double C(ReIm, uPH, r) ;<br>                C:L = 84 ;<br>                C:M = 2 ;<br>
                C:Mp = 2 ;<br>        double BT(ReIm, BTH, r) ;<br>                BT:L = 84 ;<br>                BT:M = 2 ;<br>                BT:Mp = 2 ;<br>        double BP(ReIm, BPH, r) ;<br>                BP:L = 84 ;<br>
                BP:M = 2 ;<br>                BP:Mp = 2 ;<br>        double icBT(ReIm, BTH, r) ;<br>                icBT:L = 84 ;<br>                icBT:M = 2 ;<br>                icBT:Mp = 2 ;<br>        double icBP(ReIm, BPH, r) ;<br>
                icBP:L = 84 ;<br>                icBP:M = 2 ;<br>                icBP:Mp = 2 ;<br><br>// global attributes:<br>                :t = 0. ;<br>                :Ro = 1.2e-04 ;<br>                :E = 0.00012 ;<br>
                :Ra = 34.9 ;<br>                :q = 10. ;<br>                :riro = 0.000999 ;<br>}<br><br>Leo.<br>