Skip to content

Commit

Permalink
small fix for aerosol size bin
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Feb 5, 2025
1 parent 9dd6755 commit 8bd07b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/optics/aerosol_optics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ function locate_merra_size_bin(size_bin_limits, aerosize)
bin = ibin
break
end
bin = nbins
end
end
return bin
Expand Down

0 comments on commit 8bd07b5

Please sign in to comment.