nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#799 scheduled loadshapes do not work as documented, #2534

Open nikhilgupta10 opened 7 years ago

nikhilgupta10 commented 7 years ago

The scheduled loadshapes do not work properly. It appears that 'dt' does not initiate correctly (or is not calculated correctly at all) -- dt is often negative.

The whole class needs to be reviewed for proper behavior.

Example of a non-working model:

object ZIPload {

name smallPEV;
schedule_skew 0;
// shape ype: scheduled; weekdays: MT; on-time: 17; off-time: 07; low: 0; high: 3.3 kW\;

shape ype: scheduled; weekdays: MTWRF; on-time: 8; off-time: 16; low: 0; high: 1 kW\;

base_power this.shape;
power_fraction 0.1;
current_fraction 0.0;
impedance_fraction 0.9;
power_pf 0.6;
current_pf 0.95;
impedance_pf 0.95;

};

,

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: