Skip to content

resolved sim-longer-than-profile bug

Jan Mayer requested to merge dev-branch into main

when the simulation period exceeded the demand profile length some static values were added before repeating the load profile. Now the initial load profiles for optimizatoin are created by stacking the respective number of input profiles to meet the length of the simulation.

Example: If you have only a load profile for one day but simulate 7 days, MEMAP will simulate having the same day seven times in a row.

Merge request reports