Open measrainsey opened 1 year ago
i tried going through its_fuel_demand_prod.R
and couldn't find a solve
i also went through refining_module_net.R
to add consumption_bge
to the outputs (see commit a477d6a), but that ended up with plots that looked a bit different
@traceybit tried using an older date of refining output (see commit 937ec44) to see if that would fix the issue, but it didn't. so it's possible the change to the refining module outputs that caused this could predate 2021 august.
i changed the script to use refining data from 2021 november in commit 7c11282
the issue isn't necessarily resolved, but a plot can be created in a 2023 version of the script that was merged with #2 (see commit a477d6a)
when i try to run its_fuel_demand_prod.R, the script fails when it gets to the plotting part and gives the following error:
it's possible the outputs from refining_module_net.R were updated and therefore the data column needed (
consumption_bge
) was removed.