diff --git a/RADSOUND/STATRS/produce_standard_plots_all_stations.sh b/RADSOUND/STATRS/produce_standard_plots_all_stations.sh index f78cf796f8f5a43cc7cb83d79c84ed4f840034d5..b846aa2125345f4c162431aede0213823f1b10da 100755 --- a/RADSOUND/STATRS/produce_standard_plots_all_stations.sh +++ b/RADSOUND/STATRS/produce_standard_plots_all_stations.sh @@ -260,7 +260,7 @@ EOF ################################################################ # echo " Calling python to plot quantiles rank histogram for radiosounding station: ${station}" -python3 python/plot_quantiles_rankhist_00_12.py standard_plot.cfg +python3 python/plot_quantiles_rankhist_temp.py standard_plot.cfg ################################################################ # Remove unnecessary files diff --git a/RADSOUND/STATRS/python/plot_quantiles_rankhist_00_12.py b/RADSOUND/STATRS/python/plot_quantiles_rankhist_temp.py similarity index 100% rename from RADSOUND/STATRS/python/plot_quantiles_rankhist_00_12.py rename to RADSOUND/STATRS/python/plot_quantiles_rankhist_temp.py diff --git a/SYNOP/STATS/produce_standard_plots_all_stations.sh b/SYNOP/STATS/produce_standard_plots_all_stations.sh index 6ceb2315a1be99e16129f782fcefed241d1f48dc..45cbbb192824bd4e6f771dbf86ca82cc03cf8385 100755 --- a/SYNOP/STATS/produce_standard_plots_all_stations.sh +++ b/SYNOP/STATS/produce_standard_plots_all_stations.sh @@ -276,7 +276,7 @@ EOF ################################################################ # echo " Calling python to plot quantiles rank histogram for synop station: ${station}" -python3 python/plot_quantiles_rankhist.py standard_plot.cfg +python3 python/plot_quantiles_rankhist_synop.py standard_plot.cfg ################################################################ # Remove unnecessary files diff --git a/SYNOP/STATS/python/plot_quantiles_rankhist.py b/SYNOP/STATS/python/plot_quantiles_rankhist_synop.py similarity index 100% rename from SYNOP/STATS/python/plot_quantiles_rankhist.py rename to SYNOP/STATS/python/plot_quantiles_rankhist_synop.py