Skip to content

Commit

Permalink
Update src/aero_state.F90
Browse files Browse the repository at this point in the history
Co-authored-by: Jeffrey Curtis <[email protected]>
  • Loading branch information
tangwhiap and jcurtis2 authored Jan 22, 2025
1 parent 2b86ee0 commit d49d723
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aero_state.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,6 @@ real(kind=dp) function aero_state_frozen_fraction(aero_state, aero_data)
!> Aerosol data.
type(aero_data_t), intent(in) :: aero_data

!> Number concentration array (m^{-3}).
real(kind=dp) :: particle_num_concs(aero_state_n_part(aero_state))
!> Freezing state of each particle (1: frozen, 2: unfrozen).
integer :: particle_frozen(aero_state_n_part(aero_state))
Expand Down

0 comments on commit d49d723

Please sign in to comment.