I am receiving the following error when I am trying to implement the QswatModflow model. After giving input, the modflow file (GMS Modflow I was used to develop the modflow model), when I am trying to generate the grid file using the second option the following error is occurring:
Traceback (most recent call last): File "C:\Users/Riad/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QSWATMOD2\QSWATMOD2.py", line 1856, in createMF modflow_functions.create_top_elev(self) File "C:\Users/Riad/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QSWATMOD2\pyfolder\modflow_functions.py", line 367, in create_top_elev top_elevs.append(float(data[ii][jj])) ^^^^^^^^^^^^^^^^^^^ ValueError: could not convert string to float: 'HDF5'