goals-scenario¶
goals-scenario runs scenario analysis with the leapfrog Goals model. Given a set of intervention scenarios and a directory of PJNZ files, it samples intervention parameters across simulations, runs the Goals model for each draw, and writes the results to HDF5 files.
There are two ways to use it:
- CLI - drive runs from a JSON config file with the
goals-scenario drawandgoals-scenario runcommands. See the CLI reference for full command documentation and config format. - Python API - call
run_scenario_analysisanddraw_simulationsdirectly from Python. See the API reference.