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
Dynamic Exposure
Global Dynamic Exposure
losscalculator
Commits
e9d0d51f
Commit
e9d0d51f
authored
Dec 21, 2021
by
Marius Kriegerowski
Browse files
add placeholder command for later
parent
f40a0e1b
Pipeline
#36458
passed with stage
in 2 minutes and 38 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
examples/example_cell/run_example_cell.sh
View file @
e9d0d51f
...
...
@@ -3,4 +3,4 @@ t='data/taxonomy_mapping.csv'
e
=
'data/exposure.csv'
g
=
'data/ground_motion_values.csv'
m
=
'data/intensity_measure_map.csv'
losscalculator
-f
$f
-m
$m
-g
$g
-e
$e
-t
$t
--overwrite
losscalculator
damage
-f
$f
-m
$m
-g
$g
-e
$e
-t
$t
--overwrite
losscalculator/damage_calculator.py
View file @
e9d0d51f
...
...
@@ -189,6 +189,12 @@ def main():
+
"exceeding a set of damage states, given an intensity measure level."
)
parser
.
add_argument
(
"command"
,
type
=
str
,
help
=
"'damage' to run a damage assessment"
,
default
=
"damage"
,
)
parser
.
add_argument
(
"-i"
,
"--interpolation-method"
,
...
...
Write
Preview
Markdown
is supported
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