Skip to content

Commit

Permalink
remove old AUTO
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquelynsmale committed Jan 10, 2025
1 parent 10a8c10 commit e9a92fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/RAiDER/aria/prepFromGUNW.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit e9a92fe

Please sign in to comment.