From cad6a95b768043e50d8dcb7604d0c84a117682dd Mon Sep 17 00:00:00 2001 From: Parker MacCready Date: Mon, 23 Aug 2021 11:11:44 -0700 Subject: [PATCH] Update roms_plots.py --- plotting/roms_plots.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plotting/roms_plots.py b/plotting/roms_plots.py index 6ede17e3..3f9ab9ea 100644 --- a/plotting/roms_plots.py +++ b/plotting/roms_plots.py @@ -638,7 +638,7 @@ def P_superplot_oxygen(in_dict): # read in a section (or list of sections) tracks_path = Ldir['data'] / 'section_lines' tracks = ['Line_HC_thalweg_long.p'] - zdeep = -300 + zdeep = -250 xx = np.array([]) yy = np.array([]) for track in tracks: @@ -971,7 +971,7 @@ def P_superplot_chl(in_dict): #fig.colorbar(cs) # labels - ax.text(0, 0, 'SECTION\nHood Canal', fontsize=fs, color='b', + ax.text(0, 0, 'SECTION\nPuget Sound', fontsize=fs, color='b', transform=ax.transAxes) ax.set_axis_off()