Skip to content

Commit

Permalink
Update title message to ROSCO
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Nov 14, 2019
1 parent 0b171ad commit b6badc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ROSCO_toolbox/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def write_param_file(self, turbine, controller, param_file='DISCON.IN', txt_file
# Should be obvious what's going on here...
file = open(param_file,'w')
file.write('! Controller parameter input file for the %s wind turbine\n' % turbine.TurbineName)
file.write('! - File written using NREL Reference OpenSource Controller tuning logic on %s\n' % now.strftime('%m/%d/%y'))
file.write('! - File written using ROSCO Controller tuning logic on %s\n' % now.strftime('%m/%d/%y'))
file.write('\n')
file.write('!------- DEBUG ------------------------------------------------------------\n')
file.write('{0:<12d} ! LoggingLevel - {{0: write no debug files, 1: write standard output .dbg-file, 2: write standard output .dbg-file and complete avrSWAP-array .dbg2-file}}\n'.format(controller.LoggingLevel))
Expand Down

0 comments on commit b6badc8

Please sign in to comment.