Changeset 3f36e42 in flex_extract.git for source/python/mods/prepare_flexpart.py


Ignore:
Timestamp:
Dec 4, 2018, 9:46:22 PM (5 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
fdda1b9
Parents:
97f4f4c
Message:

outsourced some checks from CONTROL class to checks module; translated namelist generation by genshi templating; corrected a bug in grib2 conversion

File:
1 edited

Legend:

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

    r631ba13 r3f36e42  
    6363    inspect.getfile(inspect.currentframe()))) + '/../')
    6464import _config
     65from checks import check_ppid
    6566from classes.UioFiles import UioFiles
    6667from classes.ControlFile import ControlFile
     
    126127
    127128    '''
    128     c.check_ppid(ppid)
     129    check_ppid(c, ppid)
    129130
    130131    c.ecapi = ecapi
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG