From f2f0d0ba314b3bc90fe3e24e23c58db14f408b0c Mon Sep 17 00:00:00 2001 From: AndrewEichmann-NOAA Date: Thu, 13 Jul 2023 20:51:24 +0000 Subject: [PATCH] python coding norms --- ush/soca_vrfy.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) mode change 100644 => 100755 ush/soca_vrfy.py diff --git a/ush/soca_vrfy.py b/ush/soca_vrfy.py old mode 100644 new mode 100755 index 689088c63..2cb3cb689 --- a/ush/soca_vrfy.py +++ b/ush/soca_vrfy.py @@ -29,6 +29,7 @@ 'South': ccrs.SouthPolarStereo(), 'Global': ccrs.Mollweide(central_longitude=-150)} + def plot_config(grid_file=[], data_file=[], variable=[], levels=[], bounds=[], colormap=[], comout=[], lats=[]): """ @@ -114,6 +115,3 @@ def plot_zonal_slice(config): figname = os.path.join(dirname, config['variable'] + 'zonal_lat_'+str(int(lat)) + '_' + str(int(config['max depth'])) + 'm') plt.savefig(figname, bbox_inches='tight', dpi=600) - - -