You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pypsa
Hello Fabian,
I wanted to ask if the dynamic fuel prices are retrieved for the current year from the database or if it considers the snapshots used in the config file to retrieve the fuel prices. Also, whenever I activate the dynamic fuel prices, I get an error in rule_add_electricity. The log file is attached here. I think it is linked with the cost csv file and the attributed names used in the costs file, but I don't know for sure.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pypsa
Hello Fabian,
The problem in rule add_electricity using dynamic fuel prices is due to the line "fuel_price = fuel_price.assign(**costs.fuel[missing_carriers])" line 456. If it is removed the script runs very fine.