Skip to content

Commit

Permalink
update data.tgz on sourceforge
Browse files Browse the repository at this point in the history
  • Loading branch information
stoiveroberts committed Dec 2, 2022
1 parent 896b162 commit 9227da2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion validation_tests/case_studies/towradgi/data_delete.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

import shutil

shutil.rmtree('DEM_bridges Forcing Model Validation')
for dir in ['DEM_bridges', 'Forcing', 'Model', 'Validation']:
shutil.rmtree(dir)


5 changes: 4 additions & 1 deletion validation_tests/case_studies/towradgi/run_towradgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# Could not the find data directories
#
# You can download these directories using the data_download.py script.
# This will download over 120 MB of data!
# This will download over 86 MB of data!
#
################################################################################
"""
Expand Down Expand Up @@ -277,13 +277,16 @@ def read_polygon_list(poly_list):
domain = None

barrier()

if myid == 0 and verbose:
print('DISTRIBUTING DOMAIN')

domain = distribute(domain)

barrier()

domain.get_triangle_containing_point

domain.quantities_to_be_stored = {'elevation': 2,
'friction': 1,
'stage': 2,
Expand Down

0 comments on commit 9227da2

Please sign in to comment.