Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added a helpful comment
  • Loading branch information
daminton committed Feb 24, 2022
1 parent 9231632 commit 2b9e3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ctem/tests/run_and_reprocess/ctem_postprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
import ctem
sim = ctem.Simulation(isnew=False)
sim.read_output()
sim.user['ncount'] += 1
sim.user['ncount'] += 1 # Increment the output count in the situation in which the simulation was run outside of the driver script
sim.process_output()

0 comments on commit 2b9e3a6

Please sign in to comment.