From e0a44ac18f8c1ca4dfe004294d37f8e0e23fddb1 Mon Sep 17 00:00:00 2001 From: awickert Date: Mon, 8 Jan 2024 13:19:30 -0500 Subject: [PATCH] Update function to match comment: use Rh by default. --- ottar/ottar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ottar/ottar.py b/ottar/ottar.py index 6152905..e0370d2 100644 --- a/ottar/ottar.py +++ b/ottar/ottar.py @@ -785,7 +785,7 @@ class FlowDepthDoubleManning( object ): Use Manning's equation to obtain flow depth from river discharge, using a conversion from ManningFit.py outputs """ - def __init__(self, use_Rh): + def __init__(self, use_Rh=True): # Default to using hyraulic radius and not just depth self.use_Rh = use_Rh