Elv - Riverlab
Download Software header
Elv
Elv is a research code that can be used for modelling morphodynamic processes on a one-dimensional domain. The main benefit is that the simplicity of the code, written in MatlabĀ®, makes it suitable for fast implementation of ideas and testing of concepts. The code is in an public SVN repository (register to access it). The code is best explained by Chavarrias et al. (2019) (see supplementary material). Contact victor.chavarrias@deltares.nl for questions and for obtaining a dedicated branch.
Getting ELV
- Checkout the Matlab OpenEarthTools (OET) (e.g. in a directoy called <OET>)
- Start Matlab
-
Add the OET to the path: run('OET/oetsettings.m')
Elv is in folder <OET\applications\ELV\>. The folder <source> contains the scripts to call the functions.
Running a simulation
-
Open file <input_ELV.m>
-
Edit the file (your simulation input)
-
Open file <main_run_single.m>
-
Edit the file (folder to run the simulation, debug mode, etcetera)
-
Run script <main_run_single.m>
Plotting results
- Open file <input_fig_input.m>
- Edit the file (plotting parameters)
- Open file <main_plot.m>
- Run script <main_plot.m>