NREL's Transportation Technology Total Cost of Ownership tool
Project description
T3CO : Transportation Technology Total Cost of Ownership Tool
Description
This repo houses T3CO (Transportation Technology Total Cost of Ownership), software for modeling total cost of ownership for commercial vehicles with advanced powertrains.
To get started, read the Quick Start Guide
For information on the T3CO models, go to the Overview
Usage
T3CO is a general framework allowing a user to determine the total cost of ownership (TCO) of a FASTSim vehicle (paired with a FASTSim DriveCycle(s) for determining fuel efficiency). The user can also determine performance of gradeability, acceleration, and range. In addition to straight TCO computation there is also the option to optimize a vehicle powertrain such that it meets performance optional targets while also optionally minimizing TCO.
Installation
T3CO is available on PyPI and as a public access GitHub repository. This gives the user two ways of installing the T3CO Python Package.
1. Installing From PyPI
pip install t3co
2. Cloning the GitHub Repo
T3CO can also be installed directly from a clone of the GitHub repository which makes it easier to access input files and run the tool using a Command Line Interface.
First, clone the repository from GitHub from your desired directory:
git clone https://github.com/NREL/T3CO.git T3CO
From within the Python environment, navigate to the parent directory containing the T3CO repository (e.g. cd GitHub/T3CO/
) and run:
pip install -e .
This installs the local version of the T3CO clone along with all its dependencies.
Copying the Demo Input Files
The t3co.resources
folder contains all the necessary input files needed for running T3CO. To get an offline copy of this folder in your preferred directory, run:
install_t3co_demo_inputs
More information on the demo input files can be found in the Installation Guide
Running T3CO
T3CO needs three main input files (Vehicles, Scenarios, and Config) to run an analysis. The analysis settings, file paths to main and auxiliary input files, and other parameter overrides are saved as an entry on the Config file. The user is provided with 500+ Vehicle-Scenario pairs inputs and four Config sample analyses to choose from to modify parameters and/or run their first T3CO analysis. The main module for T3CO,t3co.sweep
, can be run using:
python -m t3co.sweep --analysis-id=0 --config=<path/to/T3COConfig.csv>
Point the --config
argument to the T3COConfig.csv
file path (either the t3co/resource/T3COConfig.csv file in a repo clone or the demo_inputs/T3COConfig.csv file after copying the demo input files. This parameter defaults to the T3COConfig.csv file in the t3co.resources module) and --analysis-id
to the desired config.analysis_id
(either an existing row or a newly added "Analysis" row in the T3COConfig.csv
file. Default = 0
).
Additional information on the inputs, the Batch Mode feature, other CLI arguments, and description of T3CO results are mentioned in the Quick Start Guide
Acknowledgements
This tool was developed with funding support from the US Department of Energy's Office of Energy Efficiency and Renewable Energy (EERE)'s Vehicle Technology Office.
DOE NREL Software Record: SWR-21-54
To cite T3CO
Lustbader, Jason, Panneer Selvam, Harish, Bennion, Kevin, Payne, Grant, Hunter, Chad, Penev, Michael, Brooker, Aaron, Baker, Chad, Birky, Alicia, Zhang, Chen, and Carow, Kyle. "T3CO (Transportation Technology Total Cost of Ownership) Open Source [SWR-21-54]." Computer software. September 16, 2024. https://github.com/NREL/T3CO. https://doi.org/10.11578/dc.20240806.4.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file t3co-1.0.10.tar.gz
.
File metadata
- Download URL: t3co-1.0.10.tar.gz
- Upload date:
- Size: 4.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e2d2273ac586d2f9a7c957683f48577d82746134a1e1b30366aa92660e0bb23 |
|
MD5 | 251097bb84b86a4784b653ecd9c0d030 |
|
BLAKE2b-256 | d6dfc875c833e25450daf6bc26e2373c402740105e635a30bbc7ee78854277fb |
File details
Details for the file t3co-1.0.10-py3-none-any.whl
.
File metadata
- Download URL: t3co-1.0.10-py3-none-any.whl
- Upload date:
- Size: 4.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42556df60546db2ab2ba1bef525ddb8bcbc419aac332e7977d6ecc675866af8a |
|
MD5 | 1bd3b11d29ed6c8921d1b3b26c3ea599 |
|
BLAKE2b-256 | 77fad627f3670a552bfc424981ac0b0ebb1c50c3b3d433e4dd2ed755fd204b2d |