Changeset dda0e9d in flex_extract.git for python/EcFlexpart.py


Ignore:
Timestamp:
Aug 31, 2018, 2:07:57 PM (6 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
2f4cc73
Parents:
7c82d52
Message:

set path to grib1 table as global variable; test path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/EcFlexpart.py

    r54a8a01 rdda0e9d  
    852852        '''
    853853
    854         table128 = init128(c.ecmwfdatadir +
    855                            '/grib_templates/ecmwf_grib1_table_128')
     854        table128 = init128(_config.PATH_GRIBTABLE)
    856855        wrfpars = to_param_id('sp/mslp/skt/2t/10u/10v/2d/z/lsm/sst/ci/sd/\
    857856                            stl1/stl2/stl3/stl4/swvl1/swvl2/swvl3/swvl4',
     
    11001099        '''
    11011100
    1102         table128 = init128(c.ecmwfdatadir +
    1103                            '/grib_templates/ecmwf_grib1_table_128')
     1101        table128 = init128(_config.PATH_GRIBTABLE)
    11041102        pars = to_param_id(self.params['OG_acc_SL'][0], table128)
    11051103        index_keys = ["date", "time", "step"]
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG