Changeset d4696e0 in flex_extract.git for source/python/submit.py


Ignore:
Timestamp:
Jan 18, 2019, 10:50:19 PM (5 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
4c1d7de
Parents:
6f951ca
Message:

bugfix retrievement with basetime parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/python/submit.py

    r6f951ca rd4696e0  
    146146    '''
    147147
    148     if not c.basetime:
     148    if not c.oper:
    149149    # --------- create on demand job script ------------------------------------
    150150        if c.purefc:
     
    196196        c.start_date = '${MSJ_YEAR}${MSJ_MONTH}${MSJ_DAY}'
    197197        c.end_date = '${MSJ_YEAR}${MSJ_MONTH}${MSJ_DAY}'
    198         c.base_time = '${MSJ_BASETIME}'
     198        c.basetime = '${MSJ_BASETIME}'
    199199        if c.maxstep > 24:
    200200            c.time = '${MSJ_BASETIME} {MSJ_BASETIME}'
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG