Skip to content

Commit

Permalink
python coding norms
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEichmann-NOAA committed Jul 13, 2023
1 parent f80914b commit f2f0d0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ush/soca_vrfy.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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=[]):
"""
Expand Down Expand Up @@ -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)



0 comments on commit f2f0d0b

Please sign in to comment.