Skip to content

Commit

Permalink
Merge pull request #19 from AZMAG/fix_base_iter_var
Browse files Browse the repository at this point in the history
fix base year output for iter_var dependencies
  • Loading branch information
janowicz authored Feb 22, 2017
2 parents e264be8 + 57280a4 commit d8df9f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orca/orca.py
Original file line number Diff line number Diff line change
Expand Up @@ -1909,6 +1909,7 @@ def run(steps, iter_vars=None, data_out=None, out_interval=1,

# write out the base (inputs)
if data_out:
add_injectable('iter_var', iter_vars[0])
write_tables(data_out, out_base_tables, 'base')

# run the steps
Expand Down

0 comments on commit d8df9f8

Please sign in to comment.