hydromodpy.spatial.field.cases.square.run_field_demo#

Visual launcher for the pedagogical square-domain field examples.

This module has two roles:

  • provide a direct script entrypoint for one square-field demonstration;

  • expose a reusable run_field_demo_case(…) helper so the root field/cases/review_cases.py launcher can chain several examples in blocking mode for manual review.

Run from repository root:

python -m hydromodpy.spatial.field.cases.square.run_field_demo

Functions

load_field_demo_inputs_from_toml(*[, ...])

Load one square-field demonstration case from TOML files.

main([argv])

run_field_demo_case(*, field_param, mesh[, ...])

Render one square-field example, optionally showing it in blocking mode.

run_field_demo_from_toml(*[, ...])

Load the standard square-case configs and run the demonstration.