Skip to main content

siim — Sliding Ice Incision Model

Coupled glacial–fluvial landscape evolution. siim models bedrock incision by sliding ice and rivers together, resolving how glaciers and channels jointly shape mountain topography over geologic time. It ships three coordinated front ends over one physical core:

  • siim.siim1d — fast 1D longitudinal-profile model
  • siim.siim2d — full 2D landscape-evolution model (in-house driver, D8/D-inf routing, FFT flexure, ADI hillslope diffusion)
  • siim.analytical — closed-form steady-state profiles and regime diagrams from the underlying theory

Python with NumPy/SciPy/Numba — no Fortran and no framework lock-in for the standalone models.

Install

pip install siim-lem

siim runs the full 1D and 2D models standalone on NumPy 2. An optional adapter lets you drive the 2D model through fastscape/xsimlab instead of the built-in driver; that stack is conda-only:

conda env create -f environment.yml   # optional fastscape adapter

Requires Python ≥ 3.12.

Quickstart

from siim import siim2d

params = {
    'U': 1e-3,                          # rock uplift rate (m/yr)
    'zELA': 1500, 'P': 2, 'beta': 1e-2, # climate: ELA + mass balance
    'ce': 2e-5, 'Ko': 1e-6,             # glacial + fluvial erodibility
    'Lx': 100e3, 'Ly': 50e3,            # domain size (m)
    'nx': 201, 'ny': 101,               # grid
    'T': 5e6, 'nt': 501, 'nt_out': 51,  # 5 Myr run
    'seed': 0,                           # reproducible initial relief noise
    'mode': 'C',                        # bed-memory + sub-grid glacier carving
}

model = siim2d.siim(params)
model.run()
model.plot.landscape(i=-1)             # final topography

The 1D model (from siim.siim1d import siim) and the analytical solutions (from siim.analytical import GeneralProfile) follow the same shape. See the documentation for the full parameter reference, guides, and the theory background.

Citing

If you use siim, please cite it via CITATION.cff. A methods paper is in preparation.

License

MIT © Eric Deal

Release files for siim-lem 0.9.6

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for siim-lem 0.9.6
File Size Uploaded
siim_lem-0.9.6.tar.gz 1.4 MB Details

Built distribution (wheel)

Table of built distributions (wheels) for siim-lem 0.9.6
File Interpreter ABI Platform
siim_lem-0.9.6-py3-none-any.whl Python 3 none any Details

Total release size: 1.6 MB

Release files / siim_lem-0.9.6.tar.gz

Download URL siim_lem-0.9.6.tar.gz
Size 1.4 MB
Tags Source
SHA-256 checksum
How to use checksums
67663a4214adba002168f76a9c680b81f231d9827b3df80438208ab649e4c497
BLAKE2b-256 checksum
How to use checksums
c5b05c97b58376cf8d7cf4729412e81b7cbd5fbb48bec7aea9c273e1225adde6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 3, 2026.

Transparency log

Release files / siim_lem-0.9.6-py3-none-any.whl

Download URL siim_lem-0.9.6-py3-none-any.whl
Size 262.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
6ad81e348cf3606eda0956542021d90ae80056b2ad5f4c6e8eed5034856aadea
BLAKE2b-256 checksum
How to use checksums
a705536f203695f1b397dd124a449f39b2e07a5d8df368f7fac53fa05e03ace8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 3, 2026.

Transparency log

Release history Release notifications | RSS feed

0.9.10

2 release files

0.9.9

2 release files

0.9.8

2 release files

0.9.7

2 release files

This release

0.9.6 This release

2 release files

0.9.5

2 release files

0.9.4

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page