From 7ed1e302b087bb76bbc9f2a4b29b07f3d23b4506 Mon Sep 17 00:00:00 2001
From: awalther <andi.walther@ssec.wisc.edu>
Date: Wed, 25 Sep 2019 15:43:51 +0000
Subject: [PATCH] snall thing

---
 README.md      | 0
 run_clavrx.sh  | 2 +-
 sensor_list.sh | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
 mode change 100644 => 100755 README.md

diff --git a/README.md b/README.md
old mode 100644
new mode 100755
diff --git a/run_clavrx.sh b/run_clavrx.sh
index fb0a689..46dcf06 100755
--- a/run_clavrx.sh
+++ b/run_clavrx.sh
@@ -15,7 +15,7 @@ iris_files_path='../src_clavrx_code/clavrx_bin/'
 clavrx_run_file="clavrxorb"
 clavrx_l2_var_list="level2_list_campex"
 l2_path='./'
-qsub_node="cirrus"
+qsub_node="all"
 hour0=0
 hour1=23
 work_dir="/apollo/cloud/personal/$user/patmosx_processing/scripts/"
diff --git a/sensor_list.sh b/sensor_list.sh
index 2916cde..64c202b 100755
--- a/sensor_list.sh
+++ b/sensor_list.sh
@@ -339,7 +339,7 @@ function sensor_info {
          n_lines_per_seg=50
            options='clavrxorb_default_options_abi_iris'
            file_srch="HIGH_RES"
-           file_srch2="C02_G16_s"${year}${doy_str}${hour_str}""
+           file_srch2="C01_G16_s"${year}${doy_str}${hour_str}""
            del_strg=*${year}${doy_str}${hhh_str}*
           ;;
       
-- 
GitLab