Skip to content

Commit

Permalink
Printvars has been removed from ECT so removed from the postrun scrip…
Browse files Browse the repository at this point in the history
…t ECT options
  • Loading branch information
teopb committed Jun 6, 2024
1 parent 5a67631 commit 09b3d1c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions new_model_setup/MPAS/MPAS_scenario_testing/post_run_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,16 +211,15 @@ def run_ECT(sumfile, indir, tslice, nPC, eet_count, saveEET_file=None, saveResul
f'--nPC={nPC}',
'--mpas',
f'--eet={eet_count}',
'--mpi_enable',
'--printVars']
'--mpi_enable']
if saveEET_file is not None:
args_for_ECT.append(f'--saveEET={saveEET_file}')
if saveResults_file is not None:
args_for_ECT.append(f'--saveResults={saveResults_file}')
if use_saveResults_file is not None:
args_for_ECT.append(f'--useSavedResults={use_saveResults_file}')

print(args_for_ECT)
# print(args_for_ECT)

ECT(args_for_ECT)

Expand Down

0 comments on commit 09b3d1c

Please sign in to comment.