Nancon Transient NWT Basin Diagnostics#
Note
This page and its static assets are auto-generated by python -m tools.doc_gallery. The Sphinx build only reads committed PNG and JSON artifacts.
This case publishes one real Nancon watershed run from the standard 02_nancon_watershed example project. Unlike the more synthetic launcher demonstrations, it stays close to one observed basin and uses stable figures to connect simulated groundwater response with reference hydrography and catchment-scale discharge diagnostics.
See also
Read the results-pages reading guide if you want the parameter mapping, a recommended reading order, and the first modifications to try.





Case Setup#
Base config: project.toml loads the offline Nancon basin data bundle, activates recharge, etp, and top drainage, and defines the default display contract.
Overlay config: run_transient_nwt.toml selects the monthly 2000-2002 transient window, the modflow_nwt backend, the homogeneous K/Sy/Ss values, and the stable capability-gallery publication block.
Execution chain: observed-basin setup -> transient MODFLOW-NWT flow -> catalog-backed figure rendering -> stable publication into examples/projects/09_capability_gallery/simulation_regression/nancon_transient_nwt/.
What It Shows#
How one project-scoped MODFLOW-NWT transient run turns monthly recharge, ETP, and top drainage into a basin hydrograph and integrated water budget.
How the simulated active drainage pattern compares to the observed hydrographic network on the same basin support.
How classical project figures and newer hydrographic-network diagnostics can be committed together as one stable documentation case.
How To Read It#
Start with the hydrographic-network comparison to separate reference linework from the generated structural network before reading any simulated response.
Read the simulated active-network overlay next: it tells you where the transient groundwater response aligns with or departs from the observed hydrography.
Open the piezometric map after that to read the groundwater-state structure behind the network pattern.
Use the hydrograph and water-budget figures last, once the spatial context is already clear, so that you do not over-interpret one temporal mismatch without checking where it comes from spatially.
Next Steps#
Read the results-pages reading guide for a stricter interpretation order across committed basin-result pages.
Read the Nancon scientific worked case if you want the exact ETP -> EVT package path and the MODFLOW-NWT option rationale behind this run.
Reproduce#
Run the underlying example or validation case with:
python -m hydromodpy run examples/projects/02_nancon_watershed/run_transient_nwt.toml
Refresh the committed gallery artifacts with:
python -m tools.doc_gallery
Case Parameters#
Selected Parameters#
Field |
Meaning |
Value |
Source |
|---|---|---|---|
|
Start of the simulated period used by the flow and transport run. |
2000-01-01 |
|
|
End of the simulated period used by the flow and transport run. |
2002-12-31 |
|
|
Nominal time step used to discretize the simulation period. |
1 month |
|
|
Homogeneous hydraulic conductivity used by the flow model in this tutorial run. |
5e-05 |
|
|
Specific yield used to control the free-surface response of the aquifer. |
0.05 |
|
Mesh and Output Selection#
Field |
Meaning |
Value |
Source |
|---|---|---|---|
|
Subset of run outputs copied into the static documentation gallery. |
hydrographic_network_comparison.png, simulated_active_network_reference_overlay.png, piezometric_map.png, hydrograph.png, water_budget.png |
|
Source Pointers#
examples/projects/02_nancon_watershed/project.tomlexamples/projects/02_nancon_watershed/run_transient_nwt.tomlexamples/projects/02_nancon_watershed/README.mdexamples/projects/09_capability_gallery/simulation_regression/nancon_transient_nwt/manifest.jsonhydromodpy/analysis/capability_gallery.pyhydromodpy/display/figures/simulated_active_network.pyhydromodpy/display/figures/hydrographic_network_comparison.py
Artifacts#
docs/source/_static/capability_gallery/simulation/nancon_transient_nwt_hydrographic_network_comparison.pngdocs/source/_static/capability_gallery/simulation/nancon_transient_nwt_simulated_active_network_reference_overlay.pngdocs/source/_static/capability_gallery/simulation/nancon_transient_nwt_piezometric_map.pngdocs/source/_static/capability_gallery/simulation/nancon_transient_nwt_hydrograph.pngdocs/source/_static/capability_gallery/simulation/nancon_transient_nwt_water_budget.pngdocs/source/_static/capability_gallery/simulation/nancon_transient_nwt_summary.jsonstores the displayed metrics plus source hashes used bypython -m tools.doc_gallery --check.