Skip to content

Commit 54995e4

Browse files
committed
Clarify DISCON description for SD_TimeActivate
1 parent ea86add commit 54995e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rosco/toolbox/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def write_DISCON(turbine, controller, param_file='DISCON.IN', txt_filename='Cp_C
253253
file.write('{} ! SU_LoadHoldDuration - {}\n'.format(write_array(rosco_vt["SU_LoadHoldDuration"]), input_descriptions["SU_LoadHoldDuration"]))
254254
file.write('\n')
255255
file.write('!------- SHUTDOWN -----------------------------------------------------------\n')
256-
file.write('{0:<12d} ! SD_TimeActivate - Time to acitvate shutdown modes, [s]\n'.format(int(rosco_vt['SD_TimeActivate'])))
256+
file.write('{0:<12d} ! SD_TimeActivate - Time to acitvate shutdown modes; no shutdown events will occur before this time. [s]\n'.format(int(rosco_vt['SD_TimeActivate'])))
257257
file.write('{0:<12d} ! SD_EnablePitch - Shutdown when collective blade pitch exceeds a threshold, [-]\n'.format(int(rosco_vt['SD_EnablePitch'])))
258258
file.write('{0:<12d} ! SD_EnableYawError - Shutdown when yaw error exceeds a threshold, [-]\n'.format(int(rosco_vt['SD_EnableYawError'])))
259259
file.write('{0:<12d} ! SD_EnableGenSpeed - Shutdown when generator speed exceeds a threshold, [-]\n'.format(int(rosco_vt['SD_EnableGenSpeed'])))

0 commit comments

Comments
 (0)