Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dg
dg
Commits
6a1c531e
Commit
6a1c531e
authored
May 02, 2017
by
David Vincent
Browse files
Fix typing error
parent
0bbaf60b
Pipeline
#1976
passed with stage
in 39 minutes and 29 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
dgpy/scripts/slim.py
View file @
6a1c531e
...
...
@@ -981,7 +981,7 @@ class ShallowWaterTracer2d:
self
.
_mass
=
dgpy
.
fullMatrixDouble
(
1
,
1
)
self
.
_integrator_mass
.
compute
(
self
.
_mass
,
""
)
def
set_sediment
(
self
,
initial_bottom_concentration
,
windU
,
windV
,
factorW
=
1e-2
,
wMax
=
1e-4
,
u0
=
0.3
,
,
v0
=
0.3
,
w0
=
10
,
a01
=
2.8e-2
,
a02
=
1.44e-1
,
a1
=
1e-6
,
n
=
4.
,
omega2
=
2.4538
,
eros0Fact
=
0.245
):
def
set_sediment
(
self
,
initial_bottom_concentration
,
windU
,
windV
,
factorW
=
1e-2
,
wMax
=
1e-4
,
u0
=
0.3
,
v0
=
0.3
,
w0
=
10
,
a01
=
2.8e-2
,
a02
=
1.44e-1
,
a1
=
1e-6
,
n
=
4.
,
omega2
=
2.4538
,
eros0Fact
=
0.245
):
"""Define wind velocity for sediment transport.
keyword argument:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment