From e9a92feb42072767f838b43bf1aa48329fc5cef7 Mon Sep 17 00:00:00 2001 From: jacquelynsmale Date: Fri, 10 Jan 2025 12:01:33 -0900 Subject: [PATCH] remove old AUTO --- tools/RAiDER/aria/prepFromGUNW.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/RAiDER/aria/prepFromGUNW.py b/tools/RAiDER/aria/prepFromGUNW.py index 30fba402..7b2cb372 100644 --- a/tools/RAiDER/aria/prepFromGUNW.py +++ b/tools/RAiDER/aria/prepFromGUNW.py @@ -124,9 +124,6 @@ def check_weather_model_availability(gunw_path: Path, weather_model_name: str) - ref_ts = get_acq_time_from_slc_id(ref_slc_ids[0]).replace(tzinfo=dt.timezone(offset=dt.timedelta())) sec_ts = get_acq_time_from_slc_id(sec_slc_ids[0]).replace(tzinfo=dt.timezone(offset=dt.timedelta())) - if weather_model_name == 'AUTO': - weather_model_name = 'HRRR' - if weather_model_name == 'HRRR': group = '/science/grids/data/' variable = 'coherence'