<div dir="ltr">Hi David,<div>If you send me the file I can take a look.</div><div><br></div><div>Thanks,</div><div>Dan</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 6, 2017 at 10:11 AM, Deepwell, David <span dir="ltr"><<a href="mailto:ddeepwel@uwaterloo.ca" target="_blank">ddeepwel@uwaterloo.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I have a netcdf file which I’d like to read in ParaView. The reading and rendering works fine, but the time is not displayed. I’ve declared the variable to be time through the axis attribute, and I’ve given it units since a certain day. Strangely enough, VisIt understands the time value (t=5s) while ParaView does not.<br>
<br>
Here’s the output from ncdump:<br>
<br>
netcdf output_50 {<br>
dimensions:<br>
        x = 1024 ;<br>
        z = 128 ;<br>
        time = 1 ;<br>
variables:<br>
        double x(x) ;<br>
                x:units = "m" ;<br>
        double z(z) ;<br>
                z:units = "m" ;<br>
        double time(time) ;<br>
                time:units = "seconds since 2001-1-1" ;<br>
                time:axis = "T" ;<br>
                time:long_name = "time" ;<br>
        double rho(time, x, z) ;<br>
                rho:units = "kg/L" ;<br>
<br>
// global attributes:<br>
                :description = "SPINS Output 50" ;<br>
}<br>
<br>
Any help will be appreciated. I also have a 1 MB file which I can pass on if needed.<br>
<br>
Thank you,<br>
David<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/<wbr>ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>