nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#117 Player not updating powerflow:load:constant_power_A correctly, #850

Closed nikhilgupta10 closed 8 years ago

nikhilgupta10 commented 8 years ago

The output file feeder_load.csv does not reflect the load fed in by load_tape.csv

,

nikhilgupta10 commented 8 years ago

nikhilgupta10 imported these comments from Sourceforge: The user mhauer does not exist anymore. Therefore assigning this to afisher1.

The main glm file the exhibits the problem, i.e., player load does not show up in feeder load

,

The player file that should change the load

,

,

Not an issue with powerflow module. The problem likely lies in core or tape. The player is accepting the M/D/YYYY format, but is not parsing it correctly (or not flagging it as incorrect). Should be in YYYY-MM-DD format.

,

Date format in submitted file is incorrectly formatted. Changing from \MM/DD/YYYY HH:MM\ to \YYYY/MM/DD HH:MM:SS\ clears up all problems.

Closed as operator error. Will endeavor to make future versions of the player more robust in their handling of date-time formats.

,