Skip to content

Commit

Permalink
Merge pull request #8 from NREL/ndr/add-phev-models
Browse files Browse the repository at this point in the history
Add PHEV models
  • Loading branch information
nreinicke authored Nov 14, 2023
2 parents 21f00ff + af25b0b commit b930191
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,20 @@
"2012_Ford_Fusion": "https://app.box.com/shared/static/zcatjj5pxf4wlg5ql5w7czhjwyjrcqtr.json",
"2016_AUDI_A3_4cyl_2WD": "https://app.box.com/shared/static/msdkke3xtdpknmu6a26j08ol8vxiw0hu.json",
"2016_BMW_328d_4cyl_2WD": "https://app.box.com/shared/static/1710cj655y0t5rtclh1ogo0eqt8subr7.json",
"2016_BMW_i3_REx_PHEV_Charge_Depleting": "https://app.box.com/shared/static/7rcoca8x1n5vbddoyw6zbkszztd4pj8s.json",
"2016_BMW_i3_REx_PHEV_Charge_Sustaining": "https://app.box.com/shared/static/wjrmdj9ec6vb9mhtovsqe5bhi67ot4h9.json",
"2016_CHEVROLET_Malibu_4cyl_2WD": "https://app.box.com/shared/static/hi0k3dsnliru8bf3ho4tygnz7o2bbc39.json",
"2016_CHEVROLET_Spark_EV": "https://app.box.com/shared/static/p3w6sifsaf924hm4xr0fcnyvq5f735sb.json",
"2016_CHEVROLET_Volt_Charge_Depleting": "https://app.box.com/shared/static/34gg5k6oh1xlvi117vvz3mhhbf1gwqp4.json",
"2016_CHEVROLET_Volt_Charge_Sustaining": "https://app.box.com/shared/static/gtduyd1vhfm55lk3je18zsjb5e75dxcb.json",
"2016_FORD_C-MAX_(PHEV)_Charge_Depleting": "https://app.box.com/shared/static/2o2c5jdgefydoz3ra5y1jmfkzhaazlh7.json",
"2016_FORD_C-MAX_(PHEV)_Charge_Sustaining": "https://app.box.com/shared/static/5e2tbg1lxhbb8xpgg9xpjee8po0vuile.json",
"2016_FORD_C-MAX_HEV": "https://app.box.com/shared/static/1g0ut3e8dux98wupucrqnlhcrqb4pg2q.json",
"2016_FORD_Escape_4cyl_2WD": "https://app.box.com/shared/static/co9prrqzfqk4lj8860zwpah1n6lmethz.json",
"2016_FORD_Explorer_4cyl_2WD": "https://app.box.com/shared/static/odlr0di4avsyk09sgt98oifuekemkluw.json",
"2016_HYUNDAI_Elantra_4cyl_2WD": "https://app.box.com/shared/static/gou1vtt6ii5npr65o834iz1xsn1wxx1h.json",
"2016_Hyundai_Tucson_Fuel_Cell": "https://app.box.com/shared/static/ccl10xxtxbl0zg78e63th5nsf0cp4tei.json",
"2016_HYUNDAI_Sonata_PHEV_Charge_Depleting": "https://app.box.com/shared/static/onj7hdy72njedmlogu44ufl1mwolm5pu.json",
"2016_HYUNDAI_Sonata_PHEV_Charge_Sustaining": "https://app.box.com/shared/static/4clk59eyyxebg4jcrok5xhyfbykzjee4.json",
"2016_KIA_Optima_Hybrid": "https://app.box.com/shared/static/iavjn7x93umljvtmuwtbplsbxd1nrjbm.json",
"2016_Leaf_24_kWh": "https://app.box.com/shared/static/gl7ap1czp6cihsil29wwaktindqyfzk4.json",
"2016_MITSUBISHI_i-MiEV": "https://app.box.com/shared/static/93khsx238l3b3emq36ui8yj0rnmf737w.json",
Expand All @@ -21,6 +28,8 @@
"2016_Toyota_Prius_Two_FWD": "https://app.box.com/shared/static/hxms407m8z0p4x95vzhzzi52aw0dzs3a.json",
"2017_CHEVROLET_Bolt": "https://app.box.com/shared/static/6yg9ed4gixrp7q5irze2w4ud5h3nthme.json",
"2017_Maruti_Dzire_VDI": "https://app.box.com/shared/static/luyzs74knk7yowjbuer5zb88getfstjx.json",
"2017_Prius_Prime_Charge_Depleting": "https://app.box.com/shared/static/wclrhmmkumb72w82egknx8b287u3ir3e.json",
"2017_Prius_Prime_Charge_Sustaining": "https://app.box.com/shared/static/84yx66loytq79of7w528m68ehibs16ze.json",
"2017_Toyota_Highlander_3": "https://app.box.com/shared/static/ihmhqsy2myfceh25xhhld8jhv995np2d.json",
"2020_Chevrolet_Colorado_2WD_Diesel": "https://app.box.com/shared/static/i969w1bc6p1uvvubtxtiugvnh56ib1dq.json",
"2020_VW_Golf_1": "https://app.box.com/shared/static/u3ya0kc5ehol7qcv7ecov6992839cn9g.json",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "nrel.routee.powertrain"
version = "1.0.0"
version = "1.0.1"
description = "RouteE-Powertrain is a tool for predicting energy usage over a set of road links."
readme = "README.md"
authors = [{ name = "National Renewable Energy Laboratory" }]
Expand Down

0 comments on commit b930191

Please sign in to comment.