Skip to content

Commit

Permalink
do aggregate prep during continous runs
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed Apr 8, 2024
1 parent 3b4e3f1 commit 522d9ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helpers/aggregate_parallel_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ def continuous(file_search):
first_files = glob.glob(file_search.format(ens="000001"))
first_files.sort()

aggregate_prep()
# skip the last file in the list as ICAR might still be running
for f in first_files[:-1]:
agg_file(f, verbose=False)
Expand Down

0 comments on commit 522d9ab

Please sign in to comment.