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
6e16c9d2
Commit
6e16c9d2
authored
2 years ago
by
Anne Tipka
Browse files
Options
Downloads
Patches
Plain Diff
made new method for event trigger submission available in submit script
parent
0540bd0a
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
+2
-1
2 additions, 1 deletion
Source/Python/submit.py
with
2 additions
and
1 deletion
Source/Python/submit.py
+
2
−
1
View file @
6e16c9d2
...
...
@@ -71,7 +71,8 @@ from datetime import datetime, timedelta
# software specific classes and modules from flex_extract
import
_config
from
Mods.tools
import
(
setup_controldata
,
normal_exit
,
submit_job_to_ecserver
)
submit_job_to_ecserver
,
submit_eventjob_to_ecserver
)
from
Mods.get_mars_data
import
get_mars_data
from
Mods.prepare_flexpart
import
prepare_flexpart
...
...
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