A command line tool and Python package to calculate levelised cost of electricity
Description
Calculate levelised cost of electricity on the command line with the lcoe command:
$ lcoe 500000000 2000000000 25000000 0.07 20 LCOE is 0.03609823143581392
Use the lcoe library in your Python code:
from lcoe import lcoe operating_cost = 25000000 #$million/year capital_cost = 500000000 # $million discount_rate = 0.07 # % lifetime = 20 annual_output = 2000000000 # kWh lcoe(annual_output, capital_cost, operating_cost, discount_rate, lifetime)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lcoe-0.1.tar.gz
(12.7 kB
view details)
File details
Details for the file lcoe-0.1.tar.gz.
File metadata
- Download URL: lcoe-0.1.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.1.post20200616 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bdd9f3aca7305d52cbf1d37c01c2e6814da9961c33bfd20204e0101d9bc48677
|
|
| MD5 |
f5093c96711c8701c8fd41d65d63329e
|
|
| BLAKE2b-256 |
9090eb965bdd85b60dbd52bedb4c5a5a01f2aa09ccddea06917f9eb3907451a2
|