From 506c350ad6a8e56515261e78bdbe1be0f0bcfa97 Mon Sep 17 00:00:00 2001 From: dave <dave@dtu.dk> Date: Thu, 7 Jan 2016 16:37:22 +0100 Subject: [PATCH] h2_vs_hs2: fixed blade pitch angle tag name is consistent with other tag names --- wetb/prepost/h2_vs_hs2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wetb/prepost/h2_vs_hs2.py b/wetb/prepost/h2_vs_hs2.py index a5a241d8..f0662111 100644 --- a/wetb/prepost/h2_vs_hs2.py +++ b/wetb/prepost/h2_vs_hs2.py @@ -177,7 +177,7 @@ class Configurations: tmp = '%s_%02.0fms_%04.01fdeg_%04.02frads_hawc2' % rpl opt_dict['[Case id.]'] = tmp opt_dict['[Windspeed]'] = wind - opt_dict['[pitch_angle]'] = pitch + opt_dict['[blade_pitch_deg]'] = pitch opt_dict['[fixspeed_rotor_rads]'] = omega opt_dict['[initspeed_rotor_rads]'] = omega # opt_dict['[t0]'] = int(2000.0/opt_dict['[Windspeed]']) # or 2000? -- GitLab