diff --git a/weis/aeroelasticse/runFAST_pywrapper.py b/weis/aeroelasticse/runFAST_pywrapper.py index 870d00178..aec7c1d70 100644 --- a/weis/aeroelasticse/runFAST_pywrapper.py +++ b/weis/aeroelasticse/runFAST_pywrapper.py @@ -205,6 +205,9 @@ def execute(self): # Add channel to indicate failed run output_dict['openfast_failed'] = np.zeros(len(output_dict[channel])) + # Calculated channels + calculate_channels(output_dict, self.fst_vt) + output = OpenFASTOutput.from_dict(output_dict, self.FAST_namingOut, magnitude_channels=self.magnitude_channels) # if save_file: write_fast