Skip to content
Snippets Groups Projects
Commit e7455b9c authored by Nils Brüggemann's avatar Nils Brüggemann
Browse files

tools/run_qp_driver_ruby0.sh

parent c62a82b4
No related branches found
No related tags found
No related merge requests found
......@@ -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`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment