From 1a494d8e6cd1ecc4a8c6a295a0a58567578e7ebd Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Wed, 6 Jul 2022 14:21:44 -0500
Subject: [PATCH] add wmo station id

---
 modules/aeolus/aeolus_amv.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py
index 03761158..0e457128 100644
--- a/modules/aeolus/aeolus_amv.py
+++ b/modules/aeolus/aeolus_amv.py
@@ -2179,7 +2179,7 @@ def create_bestfit_file(filename, match_dct, raob_dct, raob_ts, gfs_at_raob_dct,
     #amv_file_names[:] = amv_file_s
 
     for idx, key in enumerate(keys):
-        raob = raob_dct.get(key)
+        raob, sta_id = raob_dct.get(key)
         nlevs = raob.shape[0]
         bf_tup = bf_dct.get(key)
         amvs = bf_tup[0]
-- 
GitLab