hydromodpy.analysis.comparison.runtime.mesh#

Mesh, structured-grid, and cell-centroid lookup helpers.

Functions

resolve_bundle_cells(run_folder, *[, ...])

Load cell centroids from an exchange bundle or structured-grid support.

resolve_structured_shape_from_config(...[, ...])

Return (nrow, ncol) for one structured solver config when declared.

resolve_structured_shape_from_run_folder(...)

Return (nrow, ncol) from one solver grid template written in the run folder.

Classes

CellCentroidTable(cell_ids, x, y[, area_m2, ...])

Minimal cell-centroid lookup loaded from a mesh exchange bundle.