In the v7.5 IASR workbook's new_entrants_summary table, three pumped-hydro rows with subregion = NSA have their Regional build cost zone column set to CSA instead of NSA. This has passed through to v7.8 workbook as well.
I'm pretty confident that this is a typo and not intentional:
- in the 'Regional Build Costs Summary' table PHES rows with subregion=NSA also have NSA listed as the 'Cost zone' value, and
- I haven't been able to find any indication in reports or elsewhere in the workbook that the out-of-place 'CSA' value in the summary table is intentional.
Current impact:
In the templater for new entrants, I'm treating this as a known typo rather than a real cost-zone split. The templater hardcodes the exception and keys LCF lookups on geo_id for all technologies (in this case, PHES in NSA -> NSA) regardless. PR to come shortly.
I've opened this issue partly to document this decision and partly to remind myself to follow up (see below note).
Note: I haven't yet reported this or followed up with AEMO to confirm whether this is a typo or intentional - we have previously chatted about putting together a list of workbook confusions/bugs/clarifications to put to the ISP team in one go rather than piecemeal, so I think this would go on that list. But not sure if we've started that list yet, so will also note the latest updates in the isp-workbook-parser and related documentation of changes from v7.5->7.8 that can be found here and here.
In the v7.5 IASR workbook's new_entrants_summary table, three pumped-hydro rows with subregion = NSA have their Regional build cost zone column set to CSA instead of NSA. This has passed through to v7.8 workbook as well.
I'm pretty confident that this is a typo and not intentional:
Current impact:
In the templater for new entrants, I'm treating this as a known typo rather than a real cost-zone split. The templater hardcodes the exception and keys LCF lookups on geo_id for all technologies (in this case, PHES in NSA -> NSA) regardless. PR to come shortly.
I've opened this issue partly to document this decision and partly to remind myself to follow up (see below note).