Skip to content

Commit

Permalink
updated join_radar to also append instrument parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan committed Jul 19, 2022
1 parent 20176bb commit f61f5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyart/util/radar_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def join_radar(radar1, radar2):
new_field[sh1[0]:, 0:sh2[1]] = radar2.fields[var]['data']
new_radar.fields[var]['data'] = new_field
else:
warn("Field "+var+" not present in both radars")
print("Field "+var+" not present in both radars")
fields_to_remove.append(var)

if fields_to_remove:
Expand Down

0 comments on commit f61f5eb

Please sign in to comment.