From fe7149cc0c4ed1b468175073b33c3a4fe49cc1e7 Mon Sep 17 00:00:00 2001 From: Baptiste Vandecrux <35140661+BaptisteVandecrux@users.noreply.github.com> Date: Tue, 4 Jun 2024 13:13:07 +0200 Subject: [PATCH] update get_l3 to add historical data --- src/pypromice/process/get_l3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pypromice/process/get_l3.py b/src/pypromice/process/get_l3.py index eccdab1a..5e46460c 100644 --- a/src/pypromice/process/get_l3.py +++ b/src/pypromice/process/get_l3.py @@ -40,7 +40,7 @@ def get_l3(): m = os.path.join(os.path.dirname(pypromice.__file__),'process/metadata.csv') else: m = args.metadata - + # Define input path station_name = args.config_file.split('/')[-1].split('.')[0] station_path = os.path.join(args.inpath, station_name)