Skip to content
Snippets Groups Projects
Commit a32e0428 authored by Anne Philipp's avatar Anne Philipp
Browse files

going back from 'mars -p'(previous mars version) to use only 'mars' after...

going back from 'mars -p'(previous mars version) to use only 'mars' after ECMWF corrected mars MIR problems.
parent 90a1ca09
No related branches found
No related tags found
No related merge requests found
...@@ -513,7 +513,7 @@ class MarsRetrieval(object): ...@@ -513,7 +513,7 @@ class MarsRetrieval(object):
for key, value in attrs.items(): for key, value in attrs.items():
request_str = request_str + ',' + key + '=' + str(value) request_str = request_str + ',' + key + '=' + str(value)
request_str += ',target="' + target + '"' request_str += ',target="' + target + '"'
p = subprocess.Popen(['mars', '-p'], p = subprocess.Popen(['mars'],
stdin=subprocess.PIPE, stdin=subprocess.PIPE,
stdout=subprocess.PIPE, stdout=subprocess.PIPE,
stderr=subprocess.PIPE, stderr=subprocess.PIPE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment