Closed bsergi closed 1 year ago
There is a bug in the definition of tran flow_all in e_report.gms; it should be defined as tran flow_all(r,rr,allh,trtype,t) and not tran flow_all(r,rr,h,trtype,t). This is currently breaking the output reporting.
tran flow_all
e_report.gms
tran flow_all(r,rr,allh,trtype,t)
There is a bug in the definition of
tran flow_all
ine_report.gms
; it should be defined astran flow_all(r,rr,allh,trtype,t)
and not tran flow_all(r,rr,h,trtype,t). This is currently breaking the output reporting.