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

adapted calc_extra_elda parameter list

parent 55516269
No related branches found
No related tags found
No related merge requests found
...@@ -177,7 +177,7 @@ def prepare_flexpart(ppid, c): ...@@ -177,7 +177,7 @@ def prepare_flexpart(ppid, c):
flexpart = EcFlexpart(c, fluxes=False) flexpart = EcFlexpart(c, fluxes=False)
flexpart.create(inputfiles, c) flexpart.create(inputfiles, c)
if c.stream.lower() == 'elda': if c.stream.lower() == 'elda':
flexpart.calc_extra_elda(os.path.join(c.inputdir, c.prefix)) flexpart.calc_extra_elda(c.inputdir, c.prefix)
flexpart.process_output(c) flexpart.process_output(c)
# make use of a possible conversion to a # make use of a possible conversion to a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment