Skip to content

Commit

Permalink
add parameter ousehold-demand-source to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosEpia committed Jan 22, 2024
1 parent fbfad67 commit 7b02a2a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/egon/data/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,15 @@
),
show_default=True,
)
@click.option(
"--household-demand-source",
type=click.Choice(["IEE", "demand-regio"]),
default="demand-regio",
help=(
"Choose the source to calculate and allocate household demands."
),
show_default=True,
)
@click.option(
"--jobs",
default=1,
Expand Down

0 comments on commit 7b02a2a

Please sign in to comment.