Skip to content

Commit

Permalink
add comment about algorithm selection
Browse files Browse the repository at this point in the history
  • Loading branch information
jcurtis2 committed Apr 29, 2024
1 parent 594261f commit e463d99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aero_state.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1968,6 +1968,7 @@ subroutine aero_state_bin_deaverage_comp(aero_state, bin_grid, aero_data, &
integer :: n_group, i_group, i_name
real(kind=dp), allocatable :: group_fractions(:), &
group_volume_conc(:)
! Flag to control algorithm selection - false uses low-variance method.
logical, parameter :: do_naive_algorithm = .false.
real(kind=dp), allocatable :: cumulative_vals(:)
real(kind=dp), allocatable :: factors_2d(:,:)
Expand Down

0 comments on commit e463d99

Please sign in to comment.