@@ -77,8 +77,8 @@ def qbo(adfobj):
7777 if (not redo_plot ) and plot_loc_ts .is_file () and plot_loc_amp .is_file ():
7878 #Add already-existing plot to website (if enabled):
7979 adfobj .debug_log (f"'{ plot_loc_ts } ' and '{ plot_loc_amp } ' exist and clobber is false." )
80- adfobj .add_website_data (plot_loc_ts , "QBO" , None , season = "TimeSeries" , multi_case = True , non_season = True )
81- adfobj .add_website_data (plot_loc_amp , "QBO" , None , season = "Amplitude" , multi_case = True , non_season = True )
80+ adfobj .add_website_data (plot_loc_ts , "QBO" , None , season = "TimeSeries" , multi_case = True , non_season = True , plot_type = "Tropics" )
81+ adfobj .add_website_data (plot_loc_amp , "QBO" , None , season = "Amplitude" , multi_case = True , non_season = True , plot_type = "Tropics" )
8282
8383 #Continue to next iteration:
8484 return
@@ -171,7 +171,7 @@ def qbo(adfobj):
171171 fig .savefig (plot_loc_ts , bbox_inches = 'tight' , facecolor = 'white' )
172172
173173 #Add plot to website (if enabled):
174- adfobj .add_website_data (plot_loc_ts , "QBO" , None , season = "TimeSeries" , multi_case = True , non_season = True )
174+ adfobj .add_website_data (plot_loc_ts , "QBO" , None , season = "TimeSeries" , multi_case = True , non_season = True , plot_type = "Tropics" )
175175
176176 #-----------------
177177
@@ -198,7 +198,7 @@ def qbo(adfobj):
198198 fig .savefig (plot_loc_amp , bbox_inches = 'tight' , facecolor = 'white' )
199199
200200 #Add plot to website (if enabled):
201- adfobj .add_website_data (plot_loc_amp , "QBO" , None , season = "Amplitude" , multi_case = True , non_season = True )
201+ adfobj .add_website_data (plot_loc_amp , "QBO" , None , season = "Amplitude" , multi_case = True , non_season = True , plot_type = "Tropics" )
202202
203203 #-------------------
204204
0 commit comments