From 9d37426d387913ccd9f5f44a5268ac2a85fb6a8c Mon Sep 17 00:00:00 2001 From: Alexander Mahura Date: Sat, 21 Oct 2023 03:27:24 +0300 Subject: [PATCH] updated bash-script for SYNOP STATS --- SYNOP/STATS/produce_rank_histograms_all_stations.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SYNOP/STATS/produce_rank_histograms_all_stations.sh b/SYNOP/STATS/produce_rank_histograms_all_stations.sh index 7581931fa..214fe1733 100755 --- a/SYNOP/STATS/produce_rank_histograms_all_stations.sh +++ b/SYNOP/STATS/produce_rank_histograms_all_stations.sh @@ -131,7 +131,7 @@ echo " $sim_file" # 2) Pre-computed quantiles echo " Directory with pre-computed quantiles ..." #quant_dir=quantiles -quant_dir=/scratch/project_465000454/ama/STATDATASYNOP +quant_dir=/scratch/project_465000454/ama/STATDATASYNOP/quantiles echo " $quant_dir" quant_file=${quant_dir}/quant_all_stations_${variable}_4.odb -- GitLab