Changeset 0540bd0 in flex_extract.git for Source/Python/submit.py


Ignore:
Timestamp:
Oct 25, 2022, 8:48:28 AM (18 months ago)
Author:
Anne Tipka <anne.tipka@…>
Branches:
dev
Children:
6e16c9d
Parents:
7d77efa
Message:

added option to provide event(ECMWF trigger events) information to CONTROL files and start the job in operational mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Source/Python/submit.py

    r47be2684 r0540bd0  
    202202        mk_jobscript(jtemplate, job_file, clist)
    203203
    204         job_id = submit_job_to_ecserver(queue, job_file)
     204        #job_id = submit_job_to_ecserver(queue, job_file)
     205        job_id = submit_eventjob_to_ecserver(queue, c.eventjobname,
     206                                             c.eventid, c.ecuid)
     207
    205208        print('The job id is: ' + str(job_id.strip()))
    206209
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG