Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions debrisframe/c1Tif/c1TifCfg.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ massPerPart = 280000.
# if timeDependentRelease is True, provide the the timesteps, thickness and velocity
# for a releases in a csv-table in the REL folder
timeDependentRelease = True
# specify one or multiple particular time dependent release files,
# provide name of csv file with or without extension .csv
# multiple files are separated with a |
# if no file is specified, all csv files in the Inputs/REL folder are computed
timeDependentReleaseScenarios =
# when checking if an already existing particle is within a release polygon
# (that would cause numerical instabilities and rise an error), one can decide to add a buffer
# around the polygon (0 means take strictly the points inside, a very small value
Expand Down
1 change: 1 addition & 0 deletions debrisframe/c2TopRunDF/pyTopRunDFRepo
Submodule pyTopRunDFRepo added at 3da077
3 changes: 3 additions & 0 deletions debrisframe/tests/data/testC1Tif/Inputs/REL/sildeRelease.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestep,thickness,velocity
0,0.5,5
50,1,3
Binary file modified debrisframe/tests/data/testC1Tif/Inputs/REL/slideRelease.dbf
Binary file not shown.
Binary file modified debrisframe/tests/data/testC1Tif/Inputs/REL/slideRelease.shp
Binary file not shown.
Binary file modified debrisframe/tests/data/testC1Tif/Inputs/REL/slideRelease.shx
Binary file not shown.
Loading