From 223587ed749f9ec67d03fdc59382f07677e0d37c Mon Sep 17 00:00:00 2001 From: Alexander Mahura Date: Thu, 25 Apr 2024 00:37:37 +0300 Subject: [PATCH] updated plot_quantiles_rankhist py-scripts for SYNOP and TEMP Parts --- RADSOUND/STATRS/produce_standard_plots_all_stations.sh | 2 +- ...ntiles_rankhist_00_12.py => plot_quantiles_rankhist_temp.py} | 0 SYNOP/STATS/produce_standard_plots_all_stations.sh | 2 +- ...t_quantiles_rankhist.py => plot_quantiles_rankhist_synop.py} | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename RADSOUND/STATRS/python/{plot_quantiles_rankhist_00_12.py => plot_quantiles_rankhist_temp.py} (100%) rename SYNOP/STATS/python/{plot_quantiles_rankhist.py => plot_quantiles_rankhist_synop.py} (100%) diff --git a/RADSOUND/STATRS/produce_standard_plots_all_stations.sh b/RADSOUND/STATRS/produce_standard_plots_all_stations.sh index f78cf796f..b846aa212 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 6ceb2315a..45cbbb192 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 -- GitLab