Skip to content

Commit

Permalink
Add cooling module as option in config
Browse files Browse the repository at this point in the history
  • Loading branch information
measrainsey committed Sep 2, 2024
1 parent 8032f18 commit 55e2446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message_ix_models/tools/costs/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Config:
method: Literal["constant", "convergence", "gdp"] = "gdp"

#: Model variant for which to project costs.
module: Literal["energy", "materials"] = "energy"
module: Literal["energy", "materials", "cooling"] = "energy"

#: Use vintages.
#:
Expand Down

0 comments on commit 55e2446

Please sign in to comment.