[PATCH] Add porosity importer to helper script

Wald Commits scm-commit at wald.intevation.org
Fri May 16 14:57:51 CEST 2014


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1400245066 -7200
# Node ID 4534659e200e5dd57294d1ee469bf307a4ec932a
# Parent  f9e3ef5d38d0c3de4070b6118cc9066f02e5e2f4
Add porosity importer to helper script.

diff -r f9e3ef5d38d0 -r 4534659e200e backend/contrib/run_hydr_morph.sh
--- a/backend/contrib/run_hydr_morph.sh	Fri May 16 13:17:29 2014 +0200
+++ b/backend/contrib/run_hydr_morph.sh	Fri May 16 14:57:46 2014 +0200
@@ -46,6 +46,7 @@
 IMPORTER_SKIP_BED_HEIGHT_EPOCH=false
 IMPORTER_SKIP_FLOW_VELOCITY=false
 IMPORTER_SKIP_MORPHOLOGICAL_WIDTH=false
+IMPORTER_SKIP_POROSITY=false
 IMPORTER_SKIP_SEDIMENT_DENSITY=false
 IMPORTER_SKIP_SEDIMENT_YIELD=false
 IMPORTER_SKIP_SQ_RELATION=false
@@ -92,6 +93,7 @@
     -Dflys.backend.importer.skip.historical.discharge.tables=$IMPORTER_SKIP_HISTORICAL_DISCHARGE_GAUGES \
     -Dflys.backend.importer.skip.hyks=$IMPORTER_SKIP_HYKS \
     -Dflys.backend.importer.skip.morphological.width=$IMPORTER_SKIP_MORPHOLOGICAL_WIDTH \
+    -Dflys.backend.importer.skip.porosity=$IMPORTER_SKIP_POROSITY \
     -Dflys.backend.importer.skip.official.lines=$IMPORTER_SKIP_OFFICIAL_LINES \
     -Dflys.backend.importer.skip.prfs=$IMPORTER_SKIP_PRFS \
     -Dflys.backend.importer.skip.sediment.density=$IMPORTER_SKIP_SEDIMENT_DENSITY \


More information about the Dive4Elements-commits mailing list