Changeset dda0e9d in flex_extract.git for python/_config.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/_config.py

    r54a8a01 rdda0e9d  
    2626import inspect
    2727
    28 
    2928_VERSION_STR = '7.1'
    30 
    3129
    3230# add path to pythonpath
     
    3533if LOCAL_PYTHON_PATH not in sys.path:
    3634    sys.path.append(LOCAL_PYTHON_PATH)
     35
     36# path to gribtable
     37PATH_GRIBTABLE = LOCAL_PYTHON_PATH + '/templates/ecmwf_grib1_table_128'
     38
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG