Skip to content

Commit

Permalink
Add population data path to Config
Browse files Browse the repository at this point in the history
  • Loading branch information
measrainsey committed Jul 18, 2024
1 parent d36e709 commit 7a230e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions message_ix_buildings/chilled/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class Config:

project_path = DICT_USER_SETTINGS[user]["project_path"]
dle_path = DICT_USER_SETTINGS[user]["dle_path"]
pop_path = DICT_USER_SETTINGS[user]["pop_path"]
message_region_file = DICT_USER_SETTINGS[user]["message_region_map_file"]
isimip_bias_adj_path = DICT_USER_SETTINGS[user]["isimip_bias_adj_path"]
isimip_ewemib_path = DICT_USER_SETTINGS[user]["isimip_ewembi_path"]
Expand Down

0 comments on commit 7a230e8

Please sign in to comment.