Changeset 0540bd0 in flex_extract.git for Source/Python/Classes/ControlFile.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/Classes/ControlFile.py

    rb9ce98c r0540bd0  
    2323#   August 2020 - Leopold Haimberger
    2424#        - added a class parameter for system installation path
     25#   October 2022 - Anne Tipka (previously Philipp)
     26#        - added class parameter for packingType (compression) of grib messages
     27#        - added class parameter for event trigger for time critical jobs
    2528#
    2629# @License:
     
    332335        Switch to select the calculation of extra ensemble members for the
    333336        ELDA stream. It doubles the amount of retrieved ensemble members.
     337
     338    eventid : int
     339        Id for one of the events for time critical jobs 1 at ECMWF servers.
     340
     341    eventjobname : str
     342        The name the ecaccess-job-submit command will be given.
     343        This is how the job will be recognized in the list of jobs.
    334344
    335345    logicals : list of str
     
    426436        self.rrint = 0
    427437        self.doubleelda = 0
     438        self.eventid = None
     439        self.eventjobname = ''
    428440
    429441        self.logicals = ['gauss', 'omega', 'omegadiff', 'eta', 'etadiff',
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG