From 0fbe833c9e321234622cb8bd8189fdaee6bf880d Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Sun, 18 Feb 2024 17:24:57 +0200 Subject: [PATCH] rephrase --- regional_mom6/regional_mom6.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regional_mom6/regional_mom6.py b/regional_mom6/regional_mom6.py index 7095289b..cd7224ce 100644 --- a/regional_mom6/regional_mom6.py +++ b/regional_mom6/regional_mom6.py @@ -453,7 +453,7 @@ def hyperbolictan_thickness_profile( >>> dz[-1] / dz[0] 0.25174991059652 - Now how about the same grid as above but with equally spaced. + Now how about the same grid as above but with equally spaced layers. >>> import regional_mom6 >>> nlayers, target_depth = 20, 1000