We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be5073 commit fbcb0a3Copy full SHA for fbcb0a3
extras/discharge/discharge.sh
@@ -54,7 +54,7 @@ $PSQL -c "CREATE UNLOGGED TABLE fwapg.discharge03_wsd (
54
# note that dropping the non-wscode/pk/geom indexes does not seem to help.
55
# As with all upstream queries, pre-aggregating data at given levels in the tree would help a lot -
56
# but this query still completes in <1h, so pre-processing is not a high priority.
57
-parallel --joblog discharge_log2.tsv --jobs 5 $PSQL -f sql/discharge03_wsd.sql -v wsg={1} ::: $WSGS
+parallel --jobs 5 $PSQL -f sql/discharge03_wsd.sql -v wsg={1} ::: $WSGS
58
$PSQL -c "ANALYZE whse_basemapping.fwa_watersheds_upstream_area"
59
60
## For habitat modelling, it is easier if discharge is per-stream,
0 commit comments