diff --git a/run_wrf_dh.py b/run_wrf_dh.py
index cbbd0e4f215c8db6f727473e88352a509c995487..0d8f2d96d0ff52d6c3fd748b614de0381c3e2f75 100644
--- a/run_wrf_dh.py
+++ b/run_wrf_dh.py
@@ -37,10 +37,10 @@ def main(parser_args):
         window_lead_time=2,
         window_history_size=6,
         stations=["coords__50_7333__7_1000", "coords__50_0000__0_0000",
-                  "coords__48_7444__7_6000", "coords__50_0000__1_0000",
-                  "coords__52_7555__8_1000", "coords__50_0000__2_0000",
-                  "coords__51_7666__8_6000", "coords__50_0000__3_0000",
-                  "coords__45_7777__9_1000", "coords__50_0000__4_0000",
+                  # "coords__48_7444__7_6000", "coords__50_0000__1_0000",
+                  # "coords__52_7555__8_1000", "coords__50_0000__2_0000",
+                  # "coords__51_7666__8_6000", "coords__50_0000__3_0000",
+                  # "coords__45_7777__9_1000", "coords__50_0000__4_0000",
                   ],
         # data_handler=DataHandlerWRF,
         data_handler=DataHandlerMainSectWRF, #,
@@ -69,6 +69,7 @@ def main(parser_args):
         # target_var=["T2"],
         # statistics_per_var={'T2': None, 'Q2': None, 'PBLH': None,
         #                     'U10ll': None, 'V10ll': None, 'wdir10ll': None, 'wspd10ll': None},
+        wind_sectors=['N', 'NE', 'E', 'SE', 'S', 'SW', 'W', 'NW'],
         var_logical_z_coord_selector=0,
         targetvar_logical_z_coord_selector=0,
         aggregation_dim='bottom_top',