nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#788 loadshapes are not compatible with schedule skews, #2523

Open nikhilgupta10 opened 7 years ago

nikhilgupta10 commented 7 years ago

When shapes are used to describe behavior, the schedule skew is not taken into account. For example, this DOES shift the schedule by 2 hours:

object plugload {

schedule_skew 7200;
name refrigerator;
installed_power 1 kW;
demand my_schedule;
power_factor 1.0;
power_fraction 1.0;

};

while this does not

object plugload {

schedule_skew 7200;
name refrigerator;
shape ype: analog; schedule: my_schedule; power: 1\;
power_factor 1.0;
power_fraction 1.0;

};

,

nikhilgupta10 commented 7 years ago

nikhilgupta10 imported these comments from Sourceforge: The user dchassin does not exist anymore. Therefore assigning this to afisher1. "jcfuller":- Description has changed:

Diff: