<div dir="ltr">Alex,<div>I assume your exodus file has 5 time steps. Try writer.UpdatePipelien() without any parameters. It should only write time step 0.</div><div>You can also load your exodus file and/or cvs files in ParaView to look at them.</div><div><br></div><div>Dan</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 4, 2015 at 12:23 PM, Alex Lindsay <span dir="ltr"><<a href="mailto:adlinds3@ncsu.edu" target="_blank">adlinds3@ncsu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    I am running this simple script:<br>
    <br>
    <blockquote>from paraview.simple import *<br>
      <br>
      path = "/home/lindsayad/gdrive/MooseOutput/"<br>
      file_name =
"DCPlasma_argon_energy_variable_trans_for_compare_townsend_spline_new_form_var_iz_var_el_new_ip_trans_coeffs_small_plasma_radius_gold_out"<br>
      inp = path + file_name + ".e"<br>
      out = path + file_name + ".csv"<br>
      <br>
      reader = ExodusIIReader(FileName=inp)<br>
      tsteps = reader.TimestepValues<br>
      writer = CreateWriter(out, reader)<br>
      writer.UpdatePipeline(time=tsteps[len(tsteps)-1])<br>
      <br>
    </blockquote>
    When I run the script, 5 csv files are written, with suffix *0.csv,
    *1.csv, ..., *4.csv. The *0.csv file contains the data I want;
    however, the other 4 files are empty. Why are these 4 empty files
    written, and how can I prevent it from happening?<span class="HOEnZb"><font color="#888888"><br>
    <br>
    Alex<br>
  </font></span></div>

<br>_______________________________________________<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/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/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=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/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>