Julia interface to FastScape - a flexible and modular landscape evolution model developed at GFZ Potsdam.
This provides an interface to nearly all routines of the fortran version of the library. It also automatically downloads a precompiled version of the library that works on Linux, Mac and Windows (provided you have julia >1.9).
The movie above is DippingDyke.jl, one of the examples from FastScape.
The package is currently not yet registered, which is why you have to install it with:
julia> ]
(@v1.10) pkg> add https://github.com/boriskaus/FastScape.jlafter this you can test it with:
(@v1.10) pkg> test FastScapeVarious examples, copied from FastScape, are are provided in the test directory.