from wdmtoolbox import wdmtoolbox
file = "./MA190049.wdm"
wdmtoolbox.listdsns(file)
Yields the following:
FIO-F-217/unformatted read/unit=55/attempt to read past end of file.
File name = ./MA190049.wdm unformatted, direct access record = 1
In source file wdm_support/UTWDMD.f, at line number 89
I have successfully read the same file with hspf_reader so I don't think the input data format is an issue?
I am running python=3.10, wdmtoolbox=14.0.1, and hspf_reader=1.0.4.
I am testing the wdmtoolbox.listdsns method on an example EPA wdm file (https://www3.epa.gov/ceampubl/basins/met_data/MA190049.zip).
Running this:
Yields the following:
I have successfully read the same file with hspf_reader so I don't think the input data format is an issue?
I am running python=3.10, wdmtoolbox=14.0.1, and hspf_reader=1.0.4.