From 15debc9ed14314cf9d483dd72303516eef0f43e8 Mon Sep 17 00:00:00 2001 From: ashjbarnes Date: Wed, 6 Sep 2023 12:22:37 +1000 Subject: [PATCH] black --- regional_mom6/regional_mom6.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/regional_mom6/regional_mom6.py b/regional_mom6/regional_mom6.py index 427f2b9f..f2625276 100644 --- a/regional_mom6/regional_mom6.py +++ b/regional_mom6/regional_mom6.py @@ -832,7 +832,7 @@ def bathymetry( fill_channels=False, minimum_layers=3, maketopog=True, - positivedown=False + positivedown=False, ): """Cuts out and interpolates chosen bathymetry, then fills inland lakes. @@ -1094,7 +1094,6 @@ def bathymetry( "mv topog_deseas.nc topog.nc", shell=True, cwd=self.mom_input_dir ) - self.topog = topog return @@ -1112,7 +1111,7 @@ def FRE_tools(self, layout): ) ## Removes old mask table so as not to clog up inputdir except: pass - + print( "MAKE SOLO MOSAIC", subprocess.run( @@ -1134,7 +1133,7 @@ def FRE_tools(self, layout): ), sep="\n\n", ) - + print( "CHECK MASK", subprocess.run(