Skip to content
Snippets Groups Projects
Commit df43d9db authored by Felix Kleinert's avatar Felix Kleinert
Browse files

add sectors to runscript

parent 371a186a
No related branches found
No related tags found
1 merge request!259Draft: Resolve "WRF-Datahandler should inherit from SingleStationDatahandler"
Pipeline #64999 passed
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment