fastscape
fastscape copied to clipboard
A fast, versatile and user-friendly landscape evolution model
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.289 → v0.14.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.289...v0.14.3) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.9.1 → 25.9.0](https://github.com/psf/black-pre-commit-mirror/compare/23.9.1...25.9.0)
Sorry, I didn't see any example of adding a DEM download from other websites as a simulated object. I don't know how to add my DEM to the program if...
It might be useful to save drainage area as an model output diagnostic, even though an alternative method (e.g., using non-uniform surface runoff) used for computing flow accumulation. However, it's...
First of all: thanks a lot for this great library! perhaps the obvious question: when/how is implementation of the C++ library planned? I would be very interested in improving some...
Some output variables in a few processes (like flow receivers, etc.) are not set before the 1st run step. I'm not sure if it makes sense setting a dummy value...
I noticed some weird differences in behavior when running the exact same notebooks (fastscape-demo) in the same environment, but on different platforms (MacOS, Ubuntu, Binder containers...) I suspect that this...
``MarineSedimentTransport`` has many parameters. I'm wondering what is the percentage of use cases where all of them are needed, or otherwise if there is a number of cases where compaction...
This is a common initial setup. It may be possible to encapsulate a model run to dynamically create a steady state topography, maybe with some (configurable) resolution downgrade for speed-up....
After #1, running a model using the xarray-simlab based, high-level API here might be slightly slower than running the same model using the low-level ``fatscapelib-fortran`` API. This is mainly due...
Add a module or subpackage `landlab_bridge` that contains landlab component classes converted to `xarray-simlab` process classes and/or inversely.