Mercurial > dive4elements > river
changeset 5035:1f33012cc02a dami
Add skip-dgm option to example run script
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 20 Feb 2013 10:38:17 +0100 |
parents | 96d330bc40d0 |
children | d6860fca89e4 |
files | flys-backend/contrib/run_geo.sh |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-backend/contrib/run_geo.sh Tue Feb 19 16:57:25 2013 +0100 +++ b/flys-backend/contrib/run_geo.sh Wed Feb 20 10:38:17 2013 +0100 @@ -25,7 +25,7 @@ SKIP_GAUGE_LOCATION=0 SKIP_CATCHMENTS=0 SKIP_UESG=0 - +SKIP_DGM=0 DIR=`dirname $0` DIR=`readlink -f "$DIR"` @@ -49,4 +49,5 @@ --skip_catchments $SKIP_CATCHMENTS \ --skip_uesgs $SKIP_UESG \ --skip_hws_lines $SKIP_HWS_LINES \ - --skip_hws_points $SKIP_HWS_POINTS + --skip_hws_points $SKIP_HWS_POINTS \ + --skip_dgm $SKIP_DGM