num_ghost = read_data_line(f, data_type=int)
File "/usr/local/lib/python3.10/dist-packages/clawpack/pyclaw/util.py", line 574, in read_data_line
raise IOError('*** Reached EOF in file %s' %
inputfile.name)
OSError: *** Reached EOF in file ./_output/fort.t0010
Exception ignored in: <function SharpClawSolver.__del__ at 0x7fbc77c68280>
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/clawpack/pyclaw/sharpclaw/solver.py", line 276, in __del__
self.fmod.clawparams.dealloc_clawparams()
AttributeError: 'NoneType' object has no attribute 'clawparams'