Skip to content

Commit

Permalink
Handle MHS snow cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpf committed Jan 9, 2024
1 parent ec8e782 commit aafe83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gprof_nn/data/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ def get_mrms_file_record(n_chans, n_angles, kind):
("n_snow3", "i4"),
("n_snow4", "i4"),
("fraction_missing", "f4"),
("brightness_temperatures", f"15f4"),
("brightness_temperatures", f"{n_chans}f4"),
]
)
else:
Expand Down

0 comments on commit aafe83b

Please sign in to comment.