Skip to main content

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.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.2.2.tar.gz (18.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lcoe-0.2.2-py2.py3-none-any.whl (4.3 kB view details)

Uploaded Python 2Python 3

File details

Details for the file lcoe-0.2.2.tar.gz.

File metadata

  • Download URL: lcoe-0.2.2.tar.gz
  • Upload date:
  • Size: 18.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.13

File hashes

Hashes for lcoe-0.2.2.tar.gz
Algorithm Hash digest
SHA256 745056f62f336066370e0271b7aebf171a1aeb4f7be107ef168e9030f9b1617d
MD5 9434246e53eed38c6075ad218165530e
BLAKE2b-256 534676fe845ffe25cd4fcc36e5dcbcd98e53f68d0f0208bb4b0c3860d48fe08f

See more details on using hashes here.

File details

Details for the file lcoe-0.2.2-py2.py3-none-any.whl.

File metadata

  • Download URL: lcoe-0.2.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 4.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.13

File hashes

Hashes for lcoe-0.2.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d6f483658a9f020d59d5ecb083ba946e51eb5ac7d1a27f0b7e59381ae658c582
MD5 c883219c11fbf09f2bb71ffd1855ee2b
BLAKE2b-256 c96d1717cafe14979523f230a46e6224779df511a973bee38964069e700f2459

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page