From c9c002df8c28a37d47bb665f18e34060701e5fd3 Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Mon, 14 Oct 2019 22:29:19 +0100 Subject: use list to store Manning's n coefficients. --- boundaryDefinition.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'boundaryDefinition.txt') diff --git a/boundaryDefinition.txt b/boundaryDefinition.txt index 31d2ea5..fb6be58 100644 --- a/boundaryDefinition.txt +++ b/boundaryDefinition.txt @@ -23,10 +23,8 @@ channel: 0 # Overtopping tolerance (/m): ztol: 0.01 -# Manning's n coefficients: -n_co_chan: 0.035 -n_co_west: 0.040 -n_co_east: 0.040 +# Manning's n coefficients (comma-separated list, ordered by panel index): +n_co: [0.035, 0.040] # number of height intervals: numH: 50 -- cgit