From c2585e43df9fac45ba22abb9539473493e28be17 Mon Sep 17 00:00:00 2001 From: Felix Kleinert <f.kleinert@fz-juelich.de> Date: Wed, 21 Oct 2020 10:45:15 +0200 Subject: [PATCH] add PlotAvailabilityHistogram to default plot list --- src/run_modules/experiment_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run_modules/experiment_setup.py b/src/run_modules/experiment_setup.py index 7450ff40..2c247182 100644 --- a/src/run_modules/experiment_setup.py +++ b/src/run_modules/experiment_setup.py @@ -24,7 +24,7 @@ DEFAULT_VAR_ALL_DICT = {'o3': 'dma8eu', 'relhum': 'average_values', 'temp': 'max DEFAULT_TRANSFORMATION = {"scope": "data", "method": "standardise", "mean": "estimate"} DEFAULT_PLOT_LIST = ["PlotMonthlySummary", "PlotStationMap", "PlotClimatologicalSkillScore", "PlotTimeSeries", "PlotCompetitiveSkillScore", "PlotBootstrapSkillScore", "PlotConditionalQuantiles", - "PlotAvailability"] + "PlotAvailability", "PlotAvailabilityHistogram"] DEFAULT_HPC_LOGIN_LIST = ["ju", "hdfmll"] # ju[wels} #hdfmll(ogin) DEFAULT_HPC_HOST_LIST = ["jw", "hdfmlc"] # first part of node names for Juwels (jw[comp], hdfmlc(ompute). -- GitLab