Skip to content

Commit

Permalink
FIX: RAD4ALPGRID termination changed to be more generic
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan committed Nov 5, 2024
1 parent d78951c commit 1de8ca2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 110 deletions.
2 changes: 1 addition & 1 deletion src/pyrad_proc/pyrad/io/io_aux.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ def get_rad4alp_prod_fname(datatype):
# NHC (Hail forecast)
# NZC (Thunderstorm forecast based on TRT)

termination = ".8??"
termination = ".???"
# Polar products
if datatype == "hydro":
acronym = "YM"
Expand Down
109 changes: 0 additions & 109 deletions src/pyrad_proc/scripts/climap_to_pyrad_sensordata.py

This file was deleted.

0 comments on commit 1de8ca2

Please sign in to comment.