From 1825a3b7a94808017b7446b172c9485fbac66e23 Mon Sep 17 00:00:00 2001 From: Lee de Mora Date: Mon, 27 Nov 2023 15:27:15 +0000 Subject: [PATCH] local changes. --- bgcval2/batch_timeseries.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bgcval2/batch_timeseries.py b/bgcval2/batch_timeseries.py index c6303a94..069e603c 100644 --- a/bgcval2/batch_timeseries.py +++ b/bgcval2/batch_timeseries.py @@ -113,6 +113,7 @@ def submits_lotus(compare_yml, config_user, dry_run=False): # Submit job: print('Submitting:', ' '.join(command_txt)) command1 = subprocess.Popen(command_txt) + def main():