I need to plot Generation, Curtailment, and Unserved Energy plots using the latest PLEXOS model output results. According to this documentation page, https://nrel.github.io/Marmot/how-to/plot_properties.html, I need to the following values in my output results:
-
generator_Curtailment
-
generator_Available_Capacity
-
generator_Generation
-
generator_Pumped_Load
-
region_Load
-
region_Unserved_Energy
-
zone_Load
-
zone_Unserved_Energy
These are the values I have:
-
generator_Capcity_Curtailed
-
generator_Available_Capacity
-
region_Load
-
region_Unserved_Energy
-
generator_Net_Generation
Is there a way to update the input .csv files to extract these values and use them to generate the desired plots?
I need to plot Generation, Curtailment, and Unserved Energy plots using the latest PLEXOS model output results. According to this documentation page, https://nrel.github.io/Marmot/how-to/plot_properties.html, I need to the following values in my output results:
generator_Curtailment
generator_Available_Capacity
generator_Generation
generator_Pumped_Load
region_Load
region_Unserved_Energy
zone_Load
zone_Unserved_Energy
These are the values I have:
generator_Capcity_Curtailed
generator_Available_Capacity
region_Load
region_Unserved_Energy
generator_Net_Generation
Is there a way to update the input .csv files to extract these values and use them to generate the desired plots?