From 67cc4fedd4c5c74afb1fafc8b0b8998ad46467a3 Mon Sep 17 00:00:00 2001 From: dave <dave@dtu.dk> Date: Wed, 13 Apr 2016 12:45:33 +0200 Subject: [PATCH] prepost: also move dlc_config.xlsx to root for AEP --- wetb/prepost/Simulations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wetb/prepost/Simulations.py b/wetb/prepost/Simulations.py index e0731c3..fa55cdc 100755 --- a/wetb/prepost/Simulations.py +++ b/wetb/prepost/Simulations.py @@ -4637,7 +4637,7 @@ class Cases(object): # we assume the run_dir (root) is the same every where run_dir = self.cases[list(self.cases.keys())[0]]['[run_dir]'] - fname = os.path.join(run_dir, 'htc', 'DLCs', 'dlc_config.xlsx') + fname = os.path.join(run_dir, 'dlc_config.xlsx') dlc_cfg = dlc.DLCHighLevel(fname, shape_k=wb.shape_k) # if you need all DLCs, make sure to have %s in the file name dlc_cfg.res_folder = os.path.join(run_dir, res_dir, dlc_folder) -- GitLab