hydromodpy.solver.modflow_nwt.common.binary_reader#
Thin, endianness-robust wrappers around MODFLOW binary output files.
FloPy’s HeadFile, CellBudgetFile and FormattedHeadFile readers
handle MODFLOW-NWT (.hds / .cbc) and MODFLOW 6 (.hds / .cbc / .fhd)
outputs but their constructor signatures differ slightly between the two
families. These helpers provide a single entry point that:
accepts a precision hint (
single/double/auto),normalises the endianness detection by trying both flavours when
autois requested,returns FloPy’s reader instance unchanged so downstream code keeps calling
get_data/get_ts.
Functions
|
Return the deduplicated record names present in a CBC file. |
|
Return a FloPy |
|
Return a FloPy |