nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#721 Stoptime default is not the preferred value, #2459

Closed nikhilgupta10 closed 7 years ago

nikhilgupta10 commented 7 years ago

Currently stoptime in trunk is by default starttime + 1 year. This is not generally liked. The preferred default is stoptime = starttime, which will be used when stoptime==0 or stoptime==starttime. All values of 0<stoptime<starttime will be considered a fatal error. Values of stoptime>starttime will be valid. Stoptime==NEVER will continue to mean un to steady state.

,

nikhilgupta10 commented 7 years ago

nikhilgupta10 imported these comments from Sourceforge: "dchassin": * summary changed from Stop default is not the preferred value to Stoptime default is not the preferred value ,

"dchassin": * status changed from new to assigned

This can easily be addressed while completing #591.

,

"dchassin": * status changed from assigned to closed

Fixed as part of #591.

,

"dchassin":Documentation of stoptime updated accordingly.

,