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
b1d07c92
Commit
b1d07c92
authored
6 years ago
by
Anne Philipp
Browse files
Options
Downloads
Patches
Plain Diff
bugfix: removed an item from the function list of submit_job_to_ecserver
parent
06c45e7b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python/tools.py
+1
-4
1 addition, 4 deletions
python/tools.py
with
1 addition
and
4 deletions
python/tools.py
+
1
−
4
View file @
b1d07c92
...
...
@@ -482,16 +482,13 @@ def put_file_to_ecserver(ecd, filename, target, ecuid, ecgid):
return
def
submit_job_to_ecserver
(
ecd
,
target
,
jobname
):
def
submit_job_to_ecserver
(
target
,
jobname
):
'''
@Description:
Uses ecaccess to submit a job to the ECMWF server.
Catches and prints the error if one arise.
@Input:
ecd: string
The path were the file is to be stored.
target: string
The target where the file should be sent to, e.g. the queue.
...
...
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