From dce7f501f6dc90e5b0aa1d87787e6671aac2c7da Mon Sep 17 00:00:00 2001
From: davidh-ssec <david.hoese@ssec.wisc.edu>
Date: Mon, 5 Feb 2018 12:46:32 -0600
Subject: [PATCH] Fix level b1 generation by fixing pathname of raw tower ascii
 file

---
 scripts/metobs_config.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/metobs_config.sh b/scripts/metobs_config.sh
index 552801e..26f0a01 100644
--- a/scripts/metobs_config.sh
+++ b/scripts/metobs_config.sh
@@ -45,7 +45,7 @@ cache_level_00_file() {
     month=${d:4:2}
     day=${d:6:2}
 #    echo "${TOWER_CACHE_DIR}/level_00/version_00/${year}/${month}/${day}/aoss_tower.${year}-${month}-${day}.ascii"
-    echo "${TOWER_CACHE_DIR}/level_00/version_00/${year}/${month}/${day}/rig_tower.${year}-${month}-${day}.ascii"
+    echo "${TOWER_CACHE_DIR}/level_00/version_00/${year}/${month}/${day}/aoss_tower.${year}-${month}-${day}.ascii"
 }
 
 cache_level_b1_file() {
-- 
GitLab