Breakthrough-Energy / PreREISE

Generate input data for scenario framework
https://breakthrough-energy.github.io/docs/
MIT License
21 stars 28 forks source link

Transportation electrification project MVP #351

Closed dmuldrew closed 1 year ago

dmuldrew commented 1 year ago

Pull Request doc

Purpose

We confirmed the generated vehicle demand profiles conform to expectations, i.e. the daily "immediate" and "smart" demand sums match for over the 72hr trip window, also the daily demand over the trip window conforms to the following: (output_load_sum_array.sum() * charging_efficiency) / (daily_vmt_array.sum() * kwhmi) ) ~= 1 for both strategies.

Now it's time to merge the feature branch into develop of PreREISE.

What the code is doing

The project branch in the project branch transportation_electrification has been rebased onto the most recent develop.

Testing

Existing unit tests.

Where to look

/prereise/gather/gather/demanddata/transportation_electrification

Time estimate

30 min