From b4ea3eb3004d858b63b1ec84426499aebe0de8cd Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Mon, 14 Oct 2019 11:56:29 +0100 Subject: read overtpping tolerance from boundary definition file. --- boundaryDefinition.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'boundaryDefinition.txt') diff --git a/boundaryDefinition.txt b/boundaryDefinition.txt index ab3b2af..fd6f3c0 100644 --- a/boundaryDefinition.txt +++ b/boundaryDefinition.txt @@ -20,6 +20,9 @@ markers: [4.3] # Channel index (panel identifier): channel: 0 +# Overtopping tolerance (/m): +ztol: 0.01 + # Manning's n coefficients: n_co_chan: 0.035 n_co_west: 0.040 -- cgit