[Pflexible-users] Problems reading the header - Flexpart
A python tool for data analysis of FLEXPART transport modeling.
Status: Beta
Brought to you by:
jfburkhart
|
From: LUISA F. V. <lui...@ho...> - 2015-04-10 15:32:29
|
Hello!
I am using pflexible and I have a problem reading a header from one of my output flexpart simulation. I am using flexpart 90.02.Can anyone help me please?
Thanks a lot!Luisa
-----------------------------------------------------------------------------------------------------------This is the error message:
Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/pflexible-0.9.1-py2.7-linux-x86_64.egg/pflexible.py", line 4746, in __init__ h = read_header(path, **readheader_ops) File "/usr/local/lib/python2.7/dist-packages/pflexible-0.9.1-py2.7-linux-x86_64.egg/pflexible.py", line 1189, in read_header h.first_date = available_dates_dt[0]IndexError: list index out of rangeTraceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python2.7/dist-packages/pflexible-0.9.1-py2.7-linux-x86_64.egg/pflexible.py", line 4754, in __init__ Does the `header` file exist in path?\n{0}'''.format(path))IOError: Could not set header variables. Does the `header` file exist in path?
|