Skip to content
Snippets Groups Projects
Commit 5b5404ca authored by Dr. rer. nat. Jürgen Mey's avatar Dr. rer. nat. Jürgen Mey :eye:
Browse files

Merge remote-tracking branch 'refs/remotes/origin/HEAD'

parents 3314b376 9ebd07b3
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
%--------------------------------------------------------------------------
%
%+++++++++++++++++ Example data (1% inclined, flat surface) +++++++++++++++
addpath('.\mfiles');
% ALT (elevation model)
dem=GRIDobj('./Topo/channel_dx8_S0.01.tif');
......@@ -50,8 +50,8 @@ dem=GRIDobj('./Topo/channel_dx8_S0.01.tif');
LEM.experiment = 'singlethread'; % Project name
LEM.ErosPath = 'C:\\Projects\\EROS'; % Path to .exe
LEM.outfolder = 'Results'; % folder to store results in
LEM.ErosPath = 'C:\\Projects\\EROS\\Hochrhein'; % Path to bin-folder, where .exe resides
LEM.outfolder = 'Results'; % folder to store results in
LEM.inflow = 10; % [m3s-1]water inflow at source cells
LEM.initial_sediment_stock = 0.1; % [%] volumetric sediment inflow at source cells)
......@@ -85,6 +85,9 @@ LEM.deposition_length = 2; % [m] xi in vertical erosion term: edot
LEM.fluvial_lateral_erosion_coefficient = 0.05; % dimensionless coefficient (Eq. 17 in Davy, Croissant, Lague (2017))
LEM.fluvial_lateral_deposition_coefficient = 0.5;
LEM.outbend_erosion_coefficient = 1.0;
LEM.inbend_erosion_coefficient = 1.0;
% BEDROCK
LEM.fluvial_basement_erodability = 0.0002;
LEM.fluvial_basement_threshold = 4;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment