Adding a new data file #44
-
I have a questions regarding the name of the capital cost related files in "cases.csv" file. To run the model with different capital cost of battery I created a new file with a different name but same format as the ATB files in the ".\inputs\plant_characteristics" folder. I also changed the name of the file in the "cases.csv" (the "batteryscen" option) file to match the name of the newly created file. But the model throws an error when I run with this configuration. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
When you execute a batch of ReEDS scenarios (python runbatch.py), all files listed in "filesforbatch.csv" are copied to the run directory ".\runs{batch_prefix}_{case}\ "
Therefore, you will need to add the name of your new file to "filesforbatch.csv" |
Beta Was this translation helpful? Give feedback.
When you execute a batch of ReEDS scenarios (python runbatch.py), all files listed in "filesforbatch.csv" are copied to the run directory ".\runs{batch_prefix}_{case}\ "
Therefore, you will need to add the name of your new file to "filesforbatch.csv"