Skip to content

Commit

Permalink
Merge pull request #566 from CliMA/zs/hotfix
Browse files Browse the repository at this point in the history
small fix for aerosol size bin
  • Loading branch information
szy21 authored Feb 6, 2025
2 parents 9dd6755 + 8bd07b5 commit 46ab9c1
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 46ab9c1

Please sign in to comment.