Changeset f2616a3 in flex_extract.git for source/python/classes/ControlFile.py


Ignore:
Timestamp:
Dec 14, 2018, 1:03:35 PM (5 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
0629ba8
Parents:
1eca806
Message:

implemented a job split with a new parameter 'job_chunk' so that huge time periods can automatically be splitted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/python/classes/ControlFile.py

    r87ae9a3 rf2616a3  
    6868                         check_acctime, check_accmaxstep, check_time,
    6969                         check_logicals_type, check_len_type_time_step,
    70                          check_addpar)
     70                         check_addpar, check_job_chunk)
    7171
    7272# ------------------------------------------------------------------------------
     
    383383        self.addpar = check_addpar(self.addpar)
    384384
     385        self.job_chunk = check_job_chunk(self.job_chunk)
    385386
    386387        return
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG