<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Courier New;color: #000000;font-size: 10pt;">
Jade,<br>
<br>
We need more information before we can properly answer this question.&nbsp; First, which netCDF reader are you using (there is more than one in ParaView)?&nbsp; Unless your data is of a particular format, you should be using the &quot;netCDF files generic and CF conventions&quot;.<br>
<br>
Second, we need to know the information about the variables defined.&nbsp; What variables are defined, what are their dimensions, and what are their attributes.<br>
<br>
I am guessing that you have not properly identified the variable &quot;Time&quot; as a time dimension in your netCDF file (simply naming it &quot;Time&quot; is not sufficient in the CF convention).&nbsp; To identify it as time, you also need to define a variable named &quot;Time&quot; of dimension
 &quot;Time&quot; and containing the property &quot;units&quot; that contains a string value defining some time unit (such as &quot;<font face="Courier New">seconds since 1992-10-8 15:15:42.5 -6:00&quot;.&nbsp; The contents of this variable should contain the time stamp for each time slice.&nbsp;
 See the documentation for the CF convention (</font><a href="http://cf-pcmdi.llnl.gov/documents/cf-conventions/1.6/cf-conventions.html#time-coordinate" target="_blank">http://cf-pcmdi.llnl.gov/documents/cf-conventions/1.6/cf-conventions.html#time-coordinate</a><font face="Courier New">)
 for more details.<br>
<br>
-Ken<br>
<br>
</font>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF823044"><font color="#000000" face="Tahoma" size="2"><b>From:</b> paraview-bounces@paraview.org [paraview-bounces@paraview.org] on behalf of jade mackay [jademackay@gmail.com]<br>
<b>Sent:</b> Wednesday, November 14, 2012 7:39 PM<br>
<b>To:</b> paraview@paraview.org<br>
<b>Subject:</b> [EXTERNAL] [Paraview] netcdf time series<br>
</font><br>
</div>
<div></div>
<div>Hi,<br>
<br>
I am seeking advice regarding visualization of weather model output using paraview.<br>
I am only able to view the first frame of my netcdf file. The dimensions are:<br>
<br>
netcdf mynetcdffile {<br>
dimensions:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Time = UNLIMITED ; // (25 currently)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DateStrLen = 19 ;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; west_east = 329 ;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; south_north = 329 ;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bottom_top = 50 ;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bottom_top_stag = 51 ;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; soil_layers_stag = 5 ;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; west_east_stag = 330 ;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; force_layers = 8 ;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; south_north_stag = 330 ;<br>
&nbsp;<br>
<br>
Thanks in advance,<br>
<br>
Jade<br>
<br clear="all">
</div>
</div>
</div>
</body>
</html>