fn get_demand_portion_for_commodity(
time_slice_info: &TimeSliceInfo,
demand: &IndexMap<(CommodityID, RegionID, TimeSliceID), Flow>,
commodity_id: &CommodityID,
region_id: &RegionID,
commodity_portion: Dimensionless,
) -> IndexMap<TimeSliceID, Flow>
Expand description
Get a portion of the demand profile for this commodity and region