Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flex Extract
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Flexpart
Flex Extract
Commits
c62bec0a
Commit
c62bec0a
authored
2 years ago
by
Anne Tipka
Browse files
Options
Downloads
Patches
Plain Diff
corrected setting of operational time parameter setting in case forecast is >24
parent
365c82a8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Source/Python/submit.py
+1
-2
1 addition, 2 deletions
Source/Python/submit.py
with
1 addition
and
2 deletions
Source/Python/submit.py
+
1
−
2
View file @
c62bec0a
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
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment