Skip to content

Commit

Permalink
24: Add new Grow workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
lfse-slafleur committed Feb 28, 2024
1 parent 1916c44 commit 83d0fb1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/omotes_orchestrator/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,15 @@ def main() -> None:
WorkflowType(
workflow_type_name="grow_simulator", workflow_type_description_name="Grow Simulator"
),
WorkflowType(
workflow_type_name="grow_optimizer_no_heat_losses",
workflow_type_description_name="Grow Optimizer without heat losses",
),
WorkflowType(
workflow_type_name="grow_optimizer_no_heat_losses_discounted_capex",
workflow_type_description_name="Grow Optimizer without heat losses and a "
"discounted CAPEX",
),
WorkflowType(
workflow_type_name="simulator",
workflow_type_description_name="High fidelity simulator",
Expand Down

0 comments on commit 83d0fb1

Please sign in to comment.