geoprior.cli.sm3_log_offsets_diagnostics#

CLI wrapper for SM3 log-offset diagnostics.

This wrapper integrates the standalone SM3 log-offset diagnostics script into geoprior.cli so it can be dispatched from geoprior-run via the package command registry.

Supported flows#

  • Use the existing nat.com/config.py as-is.

  • Install a user-supplied config file before running.

  • Apply one-off JSON-friendly overrides via --set KEY=VALUE.

  • Seed --physics-npz, --outdir, --city, and --model-name from config when omitted downstream.

  • Forward all original SM3 legacy arguments unchanged.

Functions

main([argv])

run_sm3_offsets([argv])

sm3_offsets_main([argv])

geoprior.cli.sm3_log_offsets_diagnostics.run_sm3_offsets(argv=None)[source]#
Parameters:

argv (list[str] | None)

Return type:

None

geoprior.cli.sm3_log_offsets_diagnostics.sm3_offsets_main(argv=None)[source]#
Parameters:

argv (list[str] | None)

Return type:

None

geoprior.cli.sm3_log_offsets_diagnostics.main(argv=None)[source]#
Parameters:

argv (list[str] | None)

Return type:

None