Skip to content

Commit

Permalink
Merge remote-tracking branch 'tz/master' into tz-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorb1 committed Mar 6, 2024
2 parents 39fdf23 + 91a6878 commit 06f9c1e
Show file tree
Hide file tree
Showing 149 changed files with 271,231 additions and 157,681 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,12 @@ dmypy.json
# Cython debug symbols
cython_debug/

# .DS_Store files (MacOS)
.DS_Store
resources/.DS_Store
resources/data/.DS_Store
workflow/.DS_Store
workflow/scripts/.DS_Store

# Environment credentials
.env
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

662 changes: 662 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

36 changes: 12 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,16 @@
# OSeMOSYS Global
# Future Energy Outlook (FEO)

[OSeMOSYS Global](https://www.nature.com/articles/s41597-022-01737-0) is an
open-source, open-data model generator for creating
global energy system models. It can be used to create inter-connected energy
systems models for both the entire globe and for any geographically diverse
subset of the globe. Compared to other existing global models, OSeMOSYS Global
creates a full energy system representation, allows for full user flexibility
in determining the modelling detail and geographic scope, and is built using
the fully open-source [OSeMOSYS](https://osemosys.readthedocs.io/en/latest/)
energy system model.

### Useful Links
![Geographic scope](./docs/_static/osemosys-global.png "Geographic scope")

- [Documentation](https://osemosys-global.readthedocs.io/en/latest/)
- [Installation](https://osemosys-global.readthedocs.io/en/latest/installation.html)
- [Getting Started](https://osemosys-global.readthedocs.io/en/latest/getting-started.html)
- [Contributing](https://osemosys-global.readthedocs.io/en/latest/contributing.html)
- [Model Structure](https://osemosys-global.readthedocs.io/en/latest/model-structure.html)
- [License](https://osemosys-global.readthedocs.io/en/latest/license.html)
- [How to Cite OSeMOSYS Global](https://osemosys-global.readthedocs.io/en/latest/citing.html)

## Open-Source, Open-Data, Global Electricity System Models
## Overview
'Future Energy Outlook' (FEO) is an open source electricity system model generator
with global coverage. It uses [OSeMOSYS Global](https://www.nature.com/articles/s41597-022-01737-0) as
a starting point and can be used to create inter-connected energy
systems models for both the entire globe and for any geographically diverse
subset of the globe. It is built using the fully open-source
[OSeMOSYS](https://osemosys.readthedocs.io/en/latest/) energy system modelling tool.

OSeMOSYS Global allows the user to configure both the spatial resolution (up to 163 countries
and 265 nodes) and the temporal resolution !
## Useful Links

![OSeMOSYS Global](./docs/_static/osemosys-global.png "OSeMOSYS Global")
- [FEO Documentation](https://feo-esmod-osemosys.readthedocs.io/en/latest/)
- [OSeMOSYS Global Documentation](https://osemosys-global.readthedocs.io/en/latest/installation.html)
Loading

0 comments on commit 06f9c1e

Please sign in to comment.