From e7455b9c634a2a7010edbf8304e082a906d83d70 Mon Sep 17 00:00:00 2001 From: Nils Brueggemann <nils.brueggemann@mpimet.mpg.de> Date: Thu, 10 Jun 2021 16:31:48 +0200 Subject: [PATCH] tools/run_qp_driver_ruby0.sh --- tools/run_qp_driver_ruby0.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tools/run_qp_driver_ruby0.sh b/tools/run_qp_driver_ruby0.sh index ee86286..a9ed3bd 100755 --- a/tools/run_qp_driver_ruby0.sh +++ b/tools/run_qp_driver_ruby0.sh @@ -66,16 +66,18 @@ path_nc = '/scratch/m/m300602/tmp/test_pyicon_output/' # --- time average information (can be overwritten by qp_driver call) tave_ints = [ -['1630-02-01', '1640-01-01'], +#['1630-02-01', '1640-01-01'], +['4450-02-01', '4500-01-01'], ] %eof% # --- start qp_driver startdate=`date +%Y-%m-%d\ %H:%M:%S` -run="slo1325" +run="slo1327" path_data="/work/mh0287/m211032/Icon/Git_Icon/icon.oes.20200506/experiments/${run}/" -python -u ${qp_driver} --batch=True ${config_file} --path_data=$path_data --run=$run --tave_int='4840-02-01,4850-01-01' +python -u ${qp_driver} --batch=True ${config_file} --path_data=$path_data --run=$run #--tave_int='4840-02-01,4850-01-01' +#python -u ${qp_driver} --batch=True ${config_file} --path_data=$path_data --run=$run --tave_int='4850-02-01,4880-01-01' enddate=`date +%Y-%m-%d\ %H:%M:%S` -- GitLab