Skip to content

Commit

Permalink
Fix ATMS products.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpf committed Jun 26, 2024
1 parent ba48525 commit 5a68daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speed/data/gpm.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,4 +484,4 @@ def process_day(
amsr2 = GPMInput("amsr2", AMSR2_PRODUCTS, radius_of_influence=6e3)

ATMS_PRODUCTS = [l1c_noaa20_atms]
atms = GPMInput("atms", AMSR2_PRODUCTS, radius_of_influence=64e3)
atms = GPMInput("atms", ATMS_PRODUCTS, radius_of_influence=64e3)

0 comments on commit 5a68daa

Please sign in to comment.