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.8

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.8
File Size Uploaded
siim_lem-0.9.8.tar.gz 1.4 MB Details

Built distribution (wheel)

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

Total release size: 1.7 MB

Release files / siim_lem-0.9.8.tar.gz

Download URL siim_lem-0.9.8.tar.gz
Size 1.4 MB
Tags Source
SHA-256 checksum
How to use checksums
2f4a4c31e5543b3db270ba3bfed7e2cf5fa3a166d53a1ea6ad6f2a10cb0ced06
BLAKE2b-256 checksum
How to use checksums
c60cd01652d1b21be2abc78e018e6fc01b92d46954f6d102fb3309dd61cea698
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 17, 2026.

Transparency log

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

Download URL siim_lem-0.9.8-py3-none-any.whl
Size 269.0 kB
Tags Python 3
SHA-256 checksum
How to use checksums
773b5cb8b9375ea6b6b76361808f7c330c6b103919d9bdce3e62c6d662744fa7
BLAKE2b-256 checksum
How to use checksums
935b47e6fd1d34415e7155c5f380f4e52e09c484aaa11541d9253ccfb756446c
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 17, 2026.

Transparency log

Release history Release notifications | RSS feed

0.9.10

2 release files

0.9.9

2 release files

This release

0.9.8 This release

2 release files

0.9.7

2 release files

0.9.6

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