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

modify process.py to generalize siting output file name #103

Open
kmongird opened this issue Aug 8, 2023 · 0 comments
Open

modify process.py to generalize siting output file name #103

kmongird opened this issue Aug 8, 2023 · 0 comments
Assignees
Labels
low priority Items that would be "nice to have" but don't require immediately fixes

Comments

@kmongird
Copy link
Contributor

kmongird commented Aug 8, 2023

process.py currently sets the output csv file for all cerf runs to be named cerf_sited_{run_year}_conus.csv. This should be changed to not use "conus" to fit CERF's generalization and potentially read in the region_name in the same way that run_year is being read in.

out_csv = os.path.join(model.settings_dict.get('output_directory'), f"cerf_sited_{model.settings_dict.get('run_year')}_conus.csv")

@kmongird kmongird added the low priority Items that would be "nice to have" but don't require immediately fixes label Aug 8, 2023
@kmongird kmongird self-assigned this Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority Items that would be "nice to have" but don't require immediately fixes
Projects
None yet
Development

No branches or pull requests

1 participant