Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add data inputs as arguments into function #28

Open
byersiiasa opened this issue Sep 16, 2024 · 0 comments
Open

Add data inputs as arguments into function #28

byersiiasa opened this issue Sep 16, 2024 · 0 comments
Assignees
Labels
chilled PRs and issues related to the CHILLED model enhancement New feature or request

Comments

@byersiiasa
Copy link
Member

Similarly here, wouldn't it make sense to add the cumulative emissions, quantiles and Energy Intensity files as input arguments to the function?

os.path.join(version_output_path, "engage_emissions_tempAR6_cumCO2.xlsx")

EI_cumCO2 = pd.read_csv(
os.path.join(version_output_path, "region_EI_cumCO2_pre-regress.csv")
)

Further down, the scenario names could be automatically inferred i.e.
scenarios = engage_cumCO2.scenario.unique()

scenarios = ["EN_NPi2020_300f", "EN_NPi2020_1400f", "EN_NPi2100"]

@measrainsey

@measrainsey measrainsey self-assigned this Sep 17, 2024
@measrainsey measrainsey added enhancement New feature or request chilled PRs and issues related to the CHILLED model labels Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chilled PRs and issues related to the CHILLED model enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants