Changeset 8c1d175 in flex_extract.git


Ignore:
Timestamp:
Jul 31, 2019, 1:05:12 PM (5 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
e44fdb9
Parents:
44174de
Message:

sorted filelist for doubling ens files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Source/Python/Classes/EcFlexpart.py

    r44174de r8c1d175  
    17911791        # get a list of all prepared output files with control forecast (CF)
    17921792        CF_filelist = UioFiles(path, prefix + '*.N000')
     1793        CF_filelist.files = sorted(CF_filelist.files)
    17931794
    17941795        for cffile in CF_filelist.files:
     
    18041805            filename = cffile.split('N000')[0]
    18051806            for i in range(1, maxnum + 1):
    1806 
    18071807                # read an ensemble member
    18081808                g = open(filename + 'N{:0>3}'.format(i), 'rb')
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG