imod.mf6.read_grb#

imod.mf6.read_grb(path: str | Path) Dict[str, Any][source]#

Read the data in a MODFLOW6 binary grid (.grb) file.

Parameters:

path (Union[str, pathlib.Path])

Returns:

grb_content

Return type:

Dict[str, Any]

Examples

Read the grb file:

>>> grb_content = imod.mf6.read_grb("my-model.grb")