Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add fields * add electrolyzer and flexible demand structs * typo * update IS dependency * add colocated resources, retireable and retofittable techs * add reserves to SupplyTechnology * fix SupplyTechnology * update storage structs * update TransportTechnology * update Demand Requirements * additional inputs for TransportTechnology * updating naming convention, data types, and adding CurtailableDemandSideTechnology struct * add co2 to SupplyTechnology * typo * export retrofit and retire structs * add name field to retrofits and retirements * export get_technology * add requirements * make parametric an optional field for schema * add policy requirements * change requirements to subset of Service * add utility functions for requirements * change Requirements to IS System Component * add pricecap field * update exports * empty function for blobs * change slack to pricecap * add dependencies for database pipeline * initialize empty functions and added transmission to db pipeline * fixed empty transmission line vector * add power_systems_type back to structs * fix imports * add pre existing generation units * added storage to portfolio * add existing capacity to StorageTechnology * formatting * add parsers for blobs * add demand timeseries * add system to portfolio * change json to json3 in parsers * add dates and timeseries * change supply curve parser to produce tuple of XY_COORDS * remove empty functions * update investment cost to supply curve * add supplemental attributes * add zone struct * add Region abstract type * generalize supplemental_attribute functions * updaet include * change retrofits and retirements to supplemental attributes * name change * add existing capacity supplemental attribute * typos * updating data types and exports for zones * remove Revise * update retirements and retrofits to match structure of existingcapacity * add aggregated versions of retirements and retrofits * cahnge dictionary to vector in existingcapacity * merged electrolyzers with DemandsideTechnology * update field names * update includes * update names and remove unecessary fields * formatter * make Zone optional for SupplyTechnology * remove region * add defaults for storage * remove region from DemandRequirement * renaming file name to fix typo (#14) * remove extra show --------- Co-authored-by: Sourabh Dalvi <[email protected]> Co-authored-by: Rodrigo Henríquez-Auba <[email protected]>
- Loading branch information