Skip to content

Commit

Permalink
Update src/ice_nucleation.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 Dec 3, 2024
1 parent 6d3dd98 commit 62c297b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ice_nucleation.F90
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ subroutine singular_initialize(aero_state, aero_data)
temp = (log(1 - p) + exp(-S * exp(-a_INAS * T0 + b_INAS))) / (-S)
aero_state%apa%particle(i_part)%imf_temperature = T0 + (log(temp) &
- b_INAS) / a_INAS
!print*, aerosol_diameter, aero_state%apa%particle(i_part)%imf_temperature
end do
end subroutine singular_initialize

Expand Down

0 comments on commit 62c297b

Please sign in to comment.