Changeset 5bad6ec in flex_extract.git for source/python/mods/prepare_flexpart.py


Ignore:
Timestamp:
Oct 5, 2018, 5:20:48 PM (6 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
ae88f7d
Parents:
ca867de
Message:

added possibility to extract public datasets via an logical public parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/python/mods/prepare_flexpart.py

    rca867de r5bad6ec  
    6363from classes.UioFiles import UioFiles
    6464from classes.ControlFile import ControlFile
    65 from tools import clean_up, get_cmdline_arguments, read_ecenv
     65from tools import clean_up, get_cmdline_arguments, read_ecenv, make_dir
    6666from classes.EcFlexpart import EcFlexpart
    6767
     
    153153    # create output dir if necessary
    154154    if not os.path.exists(c.outputdir):
    155         os.makedirs(c.outputdir)
     155        make_dir(c.outputdir)
    156156
    157157    # get all files with flux data to be deaccumulated
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG