message_ix_models.model.transport.ldv.capacity_factor
- message_ix_models.model.transport.ldv.capacity_factor(qty: AnyQuantity, t_ldv: dict, y, y_broadcast: AnyQuantity) Dict[str, DataFrame] [source]
Return capacity factor data for LDVs.
The data are:
Broadcast across all |yV|, |yA| (broadcast_y), and LDV technologies (t_ldv).
Converted to
message_ix
parameter format usingas_message_df()
.
- Parameters:
qty – Input data, for instance from file :ldv-activity.csv, with dimension \(n\).
broadcast_y – The structure
"broadcast:y-yv-va"
.t_ldv – The structure
"t::transport LDV"
, mapping the key “t” to the list of LDV technologies.y – All periods, including pre-model periods.