From c62bec0af8c2d51885d88afd447ee52c9aaa16aa Mon Sep 17 00:00:00 2001 From: Anne Tipka <anne.tipka@ctbto.org> Date: Thu, 27 Oct 2022 20:43:14 +0000 Subject: [PATCH] corrected setting of operational time parameter setting in case forecast is >24 --- Source/Python/submit.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/Python/submit.py b/Source/Python/submit.py index bcdf420..e5c48cb 100755 --- a/Source/Python/submit.py +++ b/Source/Python/submit.py @@ -1,3 +1,4 @@ +ls #!/usr/bin/env python3 # -*- coding: utf-8 -*- #******************************************************************************* @@ -195,8 +196,6 @@ def submit(jtemplate, c, queue): c.start_date = '${MSJ_YEAR}${MSJ_MONTH}${MSJ_DAY}' c.end_date = '${MSJ_YEAR}${MSJ_MONTH}${MSJ_DAY}' c.basetime = '${MSJ_BASETIME}' - if c.maxstep > 24: - c.time = '${MSJ_BASETIME} {MSJ_BASETIME}' clist = c.to_list() -- GitLab