Describe the bug
FloPy fails to load several MF6 models from the test models repository:
flopy.mf6.mfbase.MFDataException: An error occurred in data element "perioddata" package "flow15.tdis". The error occurred while loading data list from package file in the "read_list_data_from_file" method.
Additional Information:
(1) Data "perioddata" with value "1.00000000,1,1.00000000" can not be converted to float.
(2) Unable to process line 1 of data list: " 1.00000000,1,1.00000000 Items: PERLEN NSTP TSMULT
flopy.mf6.mfbase.MFDataException: An error occurred in data element "icelltype" model "gwf_1" package "npf". The error occurred while reading data from file <truncated path>/bcf2ss.npf in the "_load_layer" method.
flopy.mf6.mfbase.MFDataException: An error occurred in data element "dev_minimum_saturated_thickness" model "gwf_1" package "npf". The error occurred while converting data to string in the "load_from_package" method.
Additional Information:
(1) Data "dev_minimum_saturated_thickness" with value "1D-9" can not be converted to float.
(2) Could not convert "1D-9" of type "DatumType.double_precision" to a string
- test041_flowdivert_nwt_dev
flopy.mf6.mfbase.MFDataException: An error occurred in data element "dev_minimum_saturated_thickness" model "gwf_1" package "npf". The error occurred while converting data to string in the "load_from_package" method.
Additional Information:
(1) Data "dev_minimum_saturated_thickness" with value "1D-9" can not be converted to float.
(2) Could not convert "1D-9" of type "DatumType.double_precision" to a string.
To Reproduce
E.g. MFSimulation.load(sim_ws="path/to/simulation/directory")
Describe the bug
FloPy fails to load several MF6 models from the test models repository:
To Reproduce
E.g.
MFSimulation.load(sim_ws="path/to/simulation/directory")