ecwood / GCAM-CDR-modeling

1 stars 0 forks source link

Document Differences in Tags Between Global and USA Model #30

Open ecwood opened 1 year ago

ecwood commented 1 year ago

With the stored data schema from 292a18b, we get this list of state tags:

"State Tags": [
    "CSP_base_storage",
    "CSP_int (dry_hybrid)",
    "CSP_int (recirculating)",
    "CSP_peak (dry_hybrid)",
    "CSP_peak (recirculating)",
    "CSP_subpeak (dry_hybrid)",
    "CSP_subpeak (recirculating)",
    "PV_base_storage",
    "PV_int",
    "PV_peak",
    "PV_subpeak",
    "biomass (IGCC CCS) (dry cooling)",
    "biomass (IGCC CCS) (recirculating)",
    "biomass (IGCC CCS) (seawater)",
    "biomass (IGCC) (dry cooling)",
    "biomass (IGCC) (recirculating)",
    "biomass (IGCC) (seawater)",
    "biomass (conv CCS) (dry cooling)",
    "biomass (conv CCS) (recirculating)",
    "biomass (conv CCS) (seawater)",
    "biomass (conv) (cooling pond)",
    "biomass (conv) (dry cooling)",
    "biomass (conv) (once through)",
    "biomass (conv) (recirculating)",
    "biomass (conv) (seawater)",
    "biomass to H2",
    "biomass to H2 CCS",
    "coal (IGCC CCS) (dry cooling)",
    "coal (IGCC CCS) (recirculating)",
    "coal (IGCC CCS) (seawater)",
    "coal (conv pul CCS) (dry cooling)",
    "coal (conv pul CCS) (recirculating)",
    "coal (conv pul CCS) (seawater)",
    "coal (conv pul) (cooling pond)",
    "coal (conv pul) (dry cooling)",
    "coal (conv pul) (once through)",
    "coal (conv pul) (recirculating)",
    "coal (conv pul) (seawater)",
    "coal chemical CCS",
    "elect_td_bld",
    "electrolysis",
    "gas (CC CCS) (dry cooling)",
    "gas (CC CCS) (recirculating)",
    "gas (CC CCS) (seawater)",
    "gas (CC) (cooling pond)",
    "gas (CC) (dry cooling)",
    "gas (CC) (once through)",
    "gas (CC) (recirculating)",
    "gas (CC) (seawater)",
    "gas (steam/CT) (cooling pond)",
    "gas (steam/CT) (dry cooling)",
    "gas (steam/CT) (once through)",
    "gas (steam/CT) (recirculating)",
    "gas (steam/CT) (seawater)",
    "geothermal (recirculating)",
    "hightemp DAC NG",
    "hightemp DAC elec",
    "hydro_base",
    "hydro_int",
    "lowtemp DAC heatpump",
    "natural gas steam reforming",
    "natural gas steam reforming CCS",
    "refined liquids (CC CCS) (dry cooling)",
    "refined liquids (CC CCS) (recirculating)",
    "refined liquids (CC CCS) (seawater)",
    "refined liquids (CC) (dry cooling)",
    "refined liquids (CC) (recirculating)",
    "refined liquids (CC) (seawater)",
    "refined liquids (steam/CT) (cooling pond)",
    "refined liquids (steam/CT) (dry cooling)",
    "refined liquids (steam/CT) (once through)",
    "refined liquids (steam/CT) (recirculating)",
    "refined liquids (steam/CT) (seawater)",
    "rooftop_pv",
    "thermal splitting",
    "wind_int",
    "wind_subpeak"
]

(using the code from 73cb096)

celinasb commented 1 year ago