@@ -209,7 +209,7 @@ def one_subplot(field, lons, lats, ax, exte=[], cmap='jet', vmin=0, vmax=1,
209209ax = plt .subplot (211 , projection = projection )#EqualEarth(180))#Robinson(180))#
210210im2 = one_subplot (bathPD , grid_x , grid_y , ax , exte = exte38 , cmap = cmap ,
211211 vmin = vsbath [0 ], vmax = vsbath [1 ],
212- lonticks = lonticks , latticks = latticks , title = '(a) 1$^{\circ}$ resolution' ,
212+ lonticks = lonticks , latticks = latticks , title = '(a) LR4, 1$^{\circ}$ resolution' ,
213213 fs = fs )
214214
215215ax .annotate ('DP' , xy = (- 70 , - 63 ), xytext = (- 120 ,- 70 ), fontsize = 15 ,
@@ -230,7 +230,7 @@ def one_subplot(field, lons, lats, ax, exte=[], cmap='jet', vmin=0, vmax=1,
230230ax2 = plt .subplot (212 , projection = projection )
231231im2 = one_subplot (bath38 , grid_x , grid_y , ax2 , exte = exte38 , cmap = cmap ,
232232 vmin = vsbath [0 ], vmax = vsbath [1 ],
233- lonticks = lonticks , latticks = latticks , title = '(b) 0.1$^{\circ}$ resolution' ,
233+ lonticks = lonticks , latticks = latticks , title = '(b) HR4, 0.1$^{\circ}$ resolution' ,
234234 fs = fs )
235235ax2 .annotate ('EAC' , xy = (160 , - 37 ), xytext = (164 ,- 25 ), fontsize = 15 ,
236236 bbox = bb , zorder = 3001 ,
0 commit comments