Skip to content

Commit

Permalink
Add Nd and Nf to varlist for heating
Browse files Browse the repository at this point in the history
  • Loading branch information
measrainsey committed Dec 19, 2024
1 parent de60613 commit 36f5176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message_ix_buildings/chilled/core/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ def aggregate_urban_rural_files(config: "Config"):
)

if config.heat == 1:
varlist.extend(["t_bal_h", "vdd_h", "qh", "E_h"])
varlist.extend(["Nd", "Nf", "t_bal_h", "vdd_h", "qh", "E_h"])

comp = {"zlib": True}

Expand Down

0 comments on commit 36f5176

Please sign in to comment.