Changeset 51f9853 in flex_extract.git for python/submit.py


Ignore:
Timestamp:
Oct 5, 2018, 3:19:05 PM (6 years ago)
Author:
anphi <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
ceea034
Parents:
aa1af8c
Message:

added request parameter for writing mars requests into csv file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/submit.py

    re18f4b5 r51f9853  
    5656            c.outputdir=os.path.join(calledfromdir,c.outputdir)
    5757        getMARSdata(args,c)
    58         prepareFLEXPART(args,c)
    59         normalexit(c)
     58        if c.request == '0' or c.request == '2':
     59            prepareFLEXPART(args,c)
     60            normalexit(c)
     61        else:
     62            normalexit(c)
    6063    else:
    6164        submit(args.job_template,c,args.queue)
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG