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

dir: option for initial_sediment_stock now in template

parent 3a98c1ab
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ LEM.outfolder = 'hillslope_test\\rgqs'; % folder to store result ...@@ -57,7 +57,7 @@ LEM.outfolder = 'hillslope_test\\rgqs'; % folder to store result
% LEM.inflow = 1060; % [m3s-1]water inflow at source cells % LEM.inflow = 1060; % [m3s-1]water inflow at source cells
LEM.rainfall = 2.8e-5*2; % Sets the precipitation rate per unit surface when multiplied by the rainfall map LEM.rainfall = 2.8e-5*2; % Sets the precipitation rate per unit surface when multiplied by the rainfall map
LEM.initial_sediment_stock = 0; % % The total "stock" of sediment at the precipiton landing is: input_sediment_concentration*cs_map[i]*Precipiton_volume LEM.initial_sediment_stock = '0:dir'; % % The total "stock" of sediment at the precipiton landing is: input_sediment_concentration*cs_map[i]*Precipiton_volume
LEM.inertia = 0; % refers to inertia term in shallow water equation LEM.inertia = 0; % refers to inertia term in shallow water equation
LEM.begin = 0; LEM.begin_option = 'time'; % start time LEM.begin = 0; LEM.begin_option = 'time'; % start time
......
...@@ -88,7 +88,7 @@ LEM.eros_version = 'eros7.3.112'; ...@@ -88,7 +88,7 @@ LEM.eros_version = 'eros7.3.112';
% LEM.inflow = 1060; % [m3s-1]water inflow at source cells % LEM.inflow = 1060; % [m3s-1]water inflow at source cells
LEM.rainfall = 1; % Sets the precipitation rate per unit surface when multiplied by the rainfall map LEM.rainfall = 1; % Sets the precipitation rate per unit surface when multiplied by the rainfall map
LEM.initial_sediment_stock = 0.001; % % The total "stock" of sediment at the precipiton landing is: input_sediment_concentration*cs_map[i]*Precipiton_volume LEM.initial_sediment_stock = '0.001:dir'; % % The total "stock" of sediment at the precipiton landing is: input_sediment_concentration*cs_map[i]*Precipiton_volume
LEM.inertia = 0; % refers to inertia term in shallow water equation LEM.inertia = 0; % refers to inertia term in shallow water equation
LEM.begin = 0; LEM.begin_option = 'time'; % start time LEM.begin = 0; LEM.begin_option = 'time'; % start time
......
...@@ -66,14 +66,14 @@ LEM.outfolder = 'rhinesissle_test\\rghs'; % folder to store resu ...@@ -66,14 +66,14 @@ LEM.outfolder = 'rhinesissle_test\\rghs'; % folder to store resu
% LEM.inflow = 1060; % [m3s-1]water inflow at source cells % LEM.inflow = 1060; % [m3s-1]water inflow at source cells
LEM.rainfall = 2; % Sets the precipitation rate per unit surface when multiplied by the rainfall map LEM.rainfall = 2; % Sets the precipitation rate per unit surface when multiplied by the rainfall map
LEM.initial_sediment_stock = 0.001; % % The total "stock" of sediment at the precipiton landing is: input_sediment_concentration*cs_map[i]*Precipiton_volume LEM.initial_sediment_stock = '0.01:dir'; % % The total "stock" of sediment at the precipiton landing is: input_sediment_concentration*cs_map[i]*Precipiton_volume
LEM.inertia = 0; % refers to inertia term in shallow water equation LEM.inertia = 0; % refers to inertia term in shallow water equation
LEM.begin = 0; LEM.begin_option = 'time'; % start time LEM.begin = 0; LEM.begin_option = 'time'; % start time
LEM.end = 90e5; LEM.end_option = 'time'; % length of model run LEM.end = 90e5; LEM.end_option = 'time'; % length of model run
LEM.draw = 3000; LEM.draw_option = 'time'; % output interval LEM.draw = 3000; LEM.draw_option = 'time'; % output interval
LEM.step = 0.5e2; LEM.step_option = 'volume'; LEM.step = 0.1e2; LEM.step_option = 'volume';
LEM.stepmin = 1e1; LEM.stepmin = 0.1e1;
LEM.stepmax = 1e4; LEM.stepmax = 1e4;
LEM.initbegin = 1e+1; % initialization time (-) LEM.initbegin = 1e+1; % initialization time (-)
LEM.initend = 1e+1; LEM.initend = 1e+1;
......
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