Skip to content

Commit

Permalink
Set t0 = 100 to eliminate startup transients from analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
dzalkind committed Sep 30, 2020
1 parent dac8177 commit 9efb2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ROSCO_testing/run_Testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def run_testing(turbine2test, testtype, rosco_binaries=[], discon_files=[], **kw

# Set some processing parameters
fp.OpenFAST_outfile_list = outFileNames
fp.t0 = 0
fp.t0 = 100
if rt.cores > 1:
fp.parallel_analysis = True
fp.results_dir = os.path.join(rt.runDir, 'stats')
Expand Down Expand Up @@ -150,7 +150,7 @@ def run_testing(turbine2test, testtype, rosco_binaries=[], discon_files=[], **kw

# Set some processing parameters
fp.OpenFAST_outfile_list = outFileNames
fp.t0 = 0
fp.t0 = 100
if rt.cores > 0:
fp.parallel_analysis = True
fp.results_dir = os.path.join(outputDir, 'stats')
Expand Down

0 comments on commit 9efb2ab

Please sign in to comment.