Skip to content
Snippets Groups Projects
Commit c62bec0a authored by Anne Tipka's avatar Anne Tipka :headphones:
Browse files

corrected setting of operational time parameter setting in case forecast is >24

parent 365c82a8
Branches
No related tags found
No related merge requests found
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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment