Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geodynamics/selen
SELEN: a program for solving the "Sea Level Equation".
https://github.com/geodynamics/selen
Last synced: 3 months ago
JSON representation
SELEN: a program for solving the "Sea Level Equation".
- Host: GitHub
- URL: https://github.com/geodynamics/selen
- Owner: geodynamics
- License: bsd-3-clause
- Created: 2013-02-02T01:57:52.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T07:39:59.000Z (over 1 year ago)
- Last Synced: 2024-04-14T05:25:46.424Z (7 months ago)
- Language: Fortran
- Homepage: https://geodynamics.org/resources/selen
- Size: 51.5 MB
- Stars: 23
- Watchers: 10
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - SELEN - An open source Fortran code for the numerical solution of the Sea Level Equation for a spherical, layered, rotating earth with viscoelastic rheology. (Natural Resources / Water Supply and Quality)
README
# SELEN4
SealEveL EquatioN solver - version 4## Features
This repository contains SELEN, an open-source Fortran code for the numerical solution of the *Sea Level Equation* (SLE) for a spherical, layered, rotating Earth with viscoelastic rheology.
SELEN implements a *gravitationally* and *topographically* self-consistent SLE and can compute several quantities of interest for the Glacial Isostatic Adjustment (GIA) problem, including Relative Sea-Level (RSL) curves, present-day sealevel rates at tide gauges, surface deformations and perturbations of the gravity field, geodetic *fingerprints* and paleo-topography maps.
SELEN includes portions of the [SHTOOLS library](https://shtools.oca.eu/shtools/) by Mark A. Wieczorek and Matthias Meschede and subroutines from Max Tegmark for the icosahedron-shaped pixelization of the sphere.
SELEN is distributed under the 3-clause BSD license.
## Installation
To install SELEN, just download the repository to a local directory. Some files in the `DATA/` directory are compressed to reduce disk usage; before running SELEN for the first time they should be expanded by typing `gunzip *.gz` inside the `DATA/` directory. The SELEN executables can be built by typing `make` in the `src/` directory. For further details, see the SELEN User guide `User_Manual.pdf`.