From f53707e97f1900f09c15698d0620a87f6a25b5ac Mon Sep 17 00:00:00 2001 From: Bing Gong <b.gong@fz-juelich.de> Date: Mon, 13 Sep 2021 11:47:09 +0200 Subject: [PATCH] Update plot_ambs_forecast.py --- video_prediction_tools/postprocess/plot_ambs_forecast.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/video_prediction_tools/postprocess/plot_ambs_forecast.py b/video_prediction_tools/postprocess/plot_ambs_forecast.py index e26f5a2b..172d1386 100644 --- a/video_prediction_tools/postprocess/plot_ambs_forecast.py +++ b/video_prediction_tools/postprocess/plot_ambs_forecast.py @@ -10,6 +10,8 @@ the AMBS-workflow) import xarray as xr import numpy as np import pandas as pd +import sys +from argparse import ArgumentParser import matplotlib -- GitLab