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

Merge branch...

Merge branch 'felix_issue287_tech-wrf-datahandler-should-inherit-from-singlestationdatahandler' of ssh://gitlab.version.fz-juelich.de:10022/esde/machine-learning/mlair into felix_issue287_tech-wrf-datahandler-should-inherit-from-singlestationdatahandler
parents a863c18f df43d9db
Branches
Tags
1 merge request!259Draft: Resolve "WRF-Datahandler should inherit from SingleStationDatahandler"
......@@ -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.
Please register or to comment