climate_ref.cli.solve
#
solve(ctx, dry_run=False, execute=True, timeout=typer.Option(60, help='Timeout in seconds for the solve operation'), one_per_provider=typer.Option(False, help='Limit to one execution per provider. This is useful for testing'), one_per_diagnostic=typer.Option(False, help='Limit to one execution per diagnostic. This is useful for testing'), diagnostic=None, provider=None)
#
Solve for executions that require recalculation
This may trigger a number of additional calculations depending on what data has been ingested since the last solve. This command will block until all executions have been solved or the timeout is reached.
Filters can be applied to limit the diagnostics and providers that are considered, see the options
--diagnostic and --provider for more information.