Skip to content
Snippets Groups Projects

Felix issue112 feat seasonal cond quanitle plots

Merged Ghost User requested to merge felix_issue112_feat_seasonal-cond-quanitle-plots into develop
@@ -215,9 +215,6 @@ class PlotConditionalQuantiles(AbstractPlotClass):
:param obs_name: name of observation as stored in netCDF file (for example "obs")
:param kwargs: Some further arguments which are listed in self._opts
"""
logging.debug(f"started plot_conditional_quantiles()")
super().__init__(plot_folder, "conditional_quantiles")
self._data_pred_path = data_pred_path
@@ -375,6 +372,7 @@ class PlotConditionalQuantiles(AbstractPlotClass):
self._plot_base(data=self._data, x_model=self._model_name, y_model=self._obs_name, plot_name_affix="cali-ref")
self._plot_base(data=self._data, x_model=self._obs_name, y_model=self._model_name, plot_name_affix="like-base")
@TimeTrackingWrapper
def _plot_base(self, data, x_model, y_model, plot_name_affix, season=""):
"""
Base method to create cond. quantile plots. Is called from _plot_all and _plot_seasonal
Loading