You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The last release that is ok is v2024.7.0, with this README.md in the builds:
# Ribasim CLI
This is a [Julia](https://julialang.org/) project that uses the [Ribasim](https://github.com/Deltares/Ribasim) Julia package, puts a simple command line interface (cli) on top, and packages this into a standalone application using [PackageCompiler.jl](https://github.com/JuliaLang/PackageCompiler.jl).
This enables using Ribasim without having to install Julia, and thus makes it more convenient to use in certain settings where installation must be simple and no interactive Julia session is needed.
If you have installed Julia and Ribasim, a simulation can also be started from the command line as follows:
julia --eval 'using Ribasim; Ribasim.main("path/to/model/ribasim.toml")'
With a Ribasim CLI build this becomes:
ribasim path/to/model/ribasim.toml
All releases since have this instead:
No documentation found.
Binding `build_app` does not exist.
Ribasim is a water resources model to simulate the physical behavior of a managed open water system based on a set of control rules and a prioritized water allocation strategy.
The last release that is ok is v2024.7.0, with this README.md in the builds:
All releases since have this instead:
The version section is also wrong:
But that is #1655
The text was updated successfully, but these errors were encountered: