hydromodpy.spatial.mesh.adapters.flopy_adapter#
Adapters between HydroMesh and flopy grid objects.
The two main pathways:
from_flopy_structured - read a flopy
StructuredGridinto aHydroMesh(preserving the structured_shape hint).to_flopy_disv_args - export a planar
HydroMeshas the keyword arguments needed byflopy.mf6.ModflowGwfdisv(vertices, cell2d, top, botm).
Functions
|
Convert a flopy |
|
Build flopy DISV keyword arguments from a 2D |