ValueError Traceback (most recent call last)
<ipython-input-34-81130de3c7ef> in <module>
1 with adios2.open(join(data_dir, "xgc.3d.00402.bp"), "r") as df:
----> 2 a_par = df.read("a_par")
ValueError: ERROR: offset 0 from steps start 125 in variable a_par is beyond the largest available step = 125, check Variable SetStepSelection argument stepsCount (random access), or number of BeginStep calls (streaming), in call to Get
I'm having problems reading data from a file:
Looking at bpls, the data should be there: