Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ErosMatlabInterface
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dr. rer. nat. Jürgen Mey
ErosMatlabInterface
Commits
6896d6b2
Commit
6896d6b2
authored
4 years ago
by
mey
Browse files
Options
Downloads
Patches
Plain Diff
upload of latest templates
parent
97ebca0d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mfiles/eros_baseline.m
+3
-3
3 additions, 3 deletions
mfiles/eros_baseline.m
mfiles/eros_juraost.m
+1
-1
1 addition, 1 deletion
mfiles/eros_juraost.m
with
4 additions
and
4 deletions
mfiles/eros_baseline.m
+
3
−
3
View file @
6896d6b2
...
...
@@ -19,7 +19,7 @@ uplift = GRIDobj('.\Topo\uplift_m_per_s_baselevel_Basel.tif');
uplift
=
resample
(
uplift
,
dem
);
% SED (sediment thickness in meters)
sed
=
GRIDobj
(
'.\Topo\Hochrhein_SED_1000m.tif'
);
%
sed = GRIDobj('.\Topo\Hochrhein_SED_1000m.tif');
% sed = dem*0;
% sed.Z(~isnan(sed.Z))=10;
...
...
@@ -41,7 +41,7 @@ GRIDobj2grd(water,['./Topo/',dem.name,'.water']);
LEM
.
experiment
=
'baseline_test'
;
% Project name
LEM
.
ErosPath
=
'C:\\Projects\\EROS\\Hochrhein'
;
% Path to .exe
LEM
.
outfolder
=
'baseline_test\\lake_filling'
;
% folder to store results in
LEM
.
outfolder
=
'
output\\
baseline_test\\lake_filling'
;
% folder to store results in
% LEM.inflow = 1060; % [m3s-1]water inflow at source cells
LEM
.
rainfall
=
7.6e-8
*
10
;
% Sets the precipitation rate per unit surface when multiplied by the rainfall map
...
...
@@ -60,7 +60,7 @@ LEM.initstep = 2;
LEM
.
TU_coefficient
=
1
;
% sets the proportion of rain pixels that make up 1 TU
LEM
.
flow_model
=
'stationary:pow'
;
LEM
.
erosion_multiply
=
1000
;
%15654; % multiplying factor for erosion rates. Equivalent to consider an "erosion time" larger than the hydrodynamic time
LEM
.
uplift_multiplier
=
425516
*
0
.5
;
%15654;
LEM
.
uplift_multiplier
=
425516.
2
5
;
%15654;
LEM
.
limiter
=
1e-1
;
LEM
.
continue_run
=
-
1
;
% continue previous simulation from the specified stage (-1 for new run)
...
...
This diff is collapsed.
Click to expand it.
mfiles/eros_juraost.m
+
1
−
1
View file @
6896d6b2
...
...
@@ -44,7 +44,7 @@ GRIDobj2grd(cs,['./Topo/',dem.name,'.cs']);
LEM
.
experiment
=
'juraost_test'
;
% Project name
LEM
.
ErosPath
=
'C:\\Projects\\EROS\\Hochrhein'
;
% Path to .exe
LEM
.
outfolder
=
'juraost_test\\xi30\\step10\\new'
;
% folder to store results in
LEM
.
outfolder
=
'
output\\
juraost_test\\xi30\\step10\\new'
;
% folder to store results in
% LEM.inflow = 1153; % [m3s-1]water inflow at source cells
LEM
.
rainfall
=
1
;
% Sets the precipitation rate per unit surface when multiplied by the rainfall map
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment