| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This example runs one external comparison experiment without changing the simulation workflow. The comparison TOML generates two child simulation TOMLs from one shared physical case, runs them through hmp run, then writes metrics, audit files, reports, and figures.
Synthetic shared-mesh run:
python examples/projects/09_comparison_workflow/run_comparison_example.py --case synthetic --showNatural catchment run:
python examples/projects/09_comparison_workflow/run_comparison_example.py --case natural --showReduced natural-mesh Boussinesq run:
python examples/projects/09_comparison_workflow/run_comparison_example.py --case natural-bouss --showReduced natural-mesh Boussinesq run with recharge:
python examples/projects/09_comparison_workflow/run_comparison_example.py --case natural-bouss-recharge --showReduced natural-mesh transient recharge-pulse run:
python examples/projects/09_comparison_workflow/run_comparison_example.py --case natural-bouss-transient-pulse --showNancon transient seasonal recharge run:
python examples/projects/09_comparison_workflow/run_comparison_example.py --case nancon-seasonal --showNancon transient seasonal recharge run with observed hydrography loaded:
python examples/projects/09_comparison_workflow/run_comparison_example.py --case nancon-seasonal-hydrography --showNancon monthly MF6/Boussinesq run with one precomputed mesh and aligned transient observables:
python examples/projects/09_comparison_workflow/run_comparison_example.py --case nancon-monthly-bouss-comparable --showNancon MF6-only hydraulic-conductivity sweep with observed hydrography loaded:
python examples/projects/09_comparison_workflow/run_comparison_example.py --case nancon-seasonal-hydrography-k-sweep-mf6 --showRun all examples:
python examples/projects/09_comparison_workflow/run_comparison_example.py --case all --showThe same comparison TOMLs can also be executed through the public CLI:
hmp run examples/projects/09_comparison_workflow/compare_dupuit_mf6_bouss.toml
hmp run examples/projects/09_comparison_workflow/compare_vire_natural_mf6_nwt.toml
hmp run examples/projects/09_comparison_workflow/compare_10km2_natural_mesh_mf6_bouss.toml
hmp run examples/projects/09_comparison_workflow/compare_10km2_natural_mesh_recharge_mf6_bouss.toml
hmp run examples/projects/09_comparison_workflow/compare_10km2_natural_mesh_transient_pulse_mf6_bouss.toml
hmp run examples/projects/09_comparison_workflow/compare_nancon_transient_seasonal_mf6_bouss.toml
hmp run examples/projects/09_comparison_workflow/compare_nancon_transient_seasonal_hydrography_mf6_bouss.toml
hmp run examples/projects/09_comparison_workflow/compare_nancon_transient_monthly_mf6_bouss_comparable.toml
hmp run examples/projects/09_comparison_workflow/compare_nancon_transient_seasonal_hydrography_k_sweep_mf6_only.tomlSynthetic outputs are written under:
examples/projects/09_comparison_workflow/outputs/dupuit_mf6_vs_bouss
Natural outputs are written under:
examples/projects/09_comparison_workflow/outputs/vire_natural_mf6_vs_nwt
Reduced natural-mesh Boussinesq outputs are written under:
examples/projects/09_comparison_workflow/outputs/natural_mesh_10km2_mf6_vs_bouss
Reduced natural-mesh recharge outputs are written under:
examples/projects/09_comparison_workflow/outputs/natural_mesh_10km2_recharge_mf6_vs_bouss
Reduced natural-mesh transient-pulse outputs are written under:
examples/projects/09_comparison_workflow/outputs/natural_mesh_10km2_transient_pulse_mf6_vs_bouss
Nancon transient seasonal outputs are written under:
examples/projects/09_comparison_workflow/outputs/nancon_transient_seasonal_mf6_vs_bouss
Nancon transient seasonal hydrography outputs are written under:
examples/projects/09_comparison_workflow/outputs/nancon_transient_seasonal_hydrography_mf6_vs_bouss
Nancon monthly MF6/Boussinesq comparable outputs are written under:
examples/projects/09_comparison_workflow/outputs/nancon_transient_monthly_mf6_bouss_comparable
Nancon MF6-only K-sweep outputs are written under:
examples/projects/09_comparison_workflow/outputs/nancon_transient_seasonal_hydrography_wide_k_sweep_mf6
Key files:
Open comparison_figures/case_configuration.png first. It summarizes the reference support used by the comparison: mesh geometry or cell centroids, topography when available, detected fixed-head side boundaries, point/outlet observables, and the recharge chronicle.
Then open the *triptych*.png figures. They show the reference head field, the candidate head field, and the candidate-minus-reference difference in one panel.
Once a comparison has been run, the post-run stability checker verifies that the materialized outputs still satisfy explicit thresholds. It does not launch any solver; it reads comparison_manifest.json, comparison_audit.json, comparison_metrics.json, and selected figures.
python examples/projects/09_comparison_workflow/check_comparison_stability.pyThe default target file is:
examples/projects/09_comparison_workflow/stability_targets.toml
Run one stabilized case only:
python examples/projects/09_comparison_workflow/check_comparison_stability.py --case natural_mesh_10km2_transient_pulse_mf6_vs_boussThe first stabilized cases are:
The controlled Nancon target is the preferred natural MF6/Boussinesq benchmark. The older seasonal Nancon target remains a broad stress sentinel: it flags sudden regressions while keeping its current audit warnings and large head discrepancies visible.
| Back | FazBrowse Home | New Git URL |