Skip to content

Commit

Permalink
Because it is nice to have the member index available when rendering …
Browse files Browse the repository at this point in the history
…the mako file.
  • Loading branch information
Kristian Fossum committed Jul 7, 2023
1 parent 8ba5420 commit 8d11f72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simulator/eclipse.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ def run_fwd_sim(self, state, member_i, del_folder=True):
os.mkdir('En_' + str(member_i))
folder = 'En_' + str(member_i) + os.sep

state['member'] = member_i
# If the run is upscaled, run the upscaling procedure
if self.upscale is not None:
if hasattr(self, 'level'): # if this is a multilevel run, we must set the level
Expand Down

0 comments on commit 8d11f72

Please sign in to comment.