https://github.com/climateimpactlab/pysesl
Semi-empirical Sea Level Estimator ported to Python from bobkopp/SESL
https://github.com/climateimpactlab/pysesl
Last synced: 2 months ago
JSON representation
Semi-empirical Sea Level Estimator ported to Python from bobkopp/SESL
- Host: GitHub
- URL: https://github.com/climateimpactlab/pysesl
- Owner: ClimateImpactLab
- License: mit
- Created: 2021-07-04T17:50:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T14:53:59.000Z (about 4 years ago)
- Last Synced: 2025-09-10T03:52:05.451Z (7 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.rst
- License: LICENSE
Awesome Lists containing this project
README
# pySESL
## Introduction
This repo contains a partial port of the [Semi-Empirical Sea Level (SESL) model](https://github.com/bobkopp/SESL) into Python. As of 12/2021 it is quite incomplete in that it only contains a few functions necessary to project sea levels from a global mean surface temperature (GMST) time series *after* having already trained the SESL model on historical reconstructions of temperature and sea level. Future work may increase the functionality.
## Installation
```python
pip install pySESL
```