diff --git a/wetb/prepost/Simulations.py b/wetb/prepost/Simulations.py index a9a984b627022f6c5e1967a205af9250dac3a0ce..bcb9cb693c72fac55fa8c0e88694db0c66f69974 100755 --- a/wetb/prepost/Simulations.py +++ b/wetb/prepost/Simulations.py @@ -1039,6 +1039,10 @@ def create_chunks_htc_pbs(cases, sort_by_values=['[Windspeed]'], ppn=20, if dirname != 0: zf.write('.', os.path.join(dirname, '.')) + # and the post-processing data + # FIXME: do not use hard coded paths! + zf.write('.', 'prepost-data/') + # HTC files df_src = df['[run_dir]'] + df['[htc_dir]'] + df['[case_id]'] df_dst = df['[htc_dir]'] + df['[case_id]']