Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11079,14 +11079,13 @@ subroutine get_liq_ice_number_conc(itf,ktf,its,ite, kts,kte,ierr,ktop&
outnliq(i,k) = max(0.0, make_DropletNumber(tqliq, nwfa (i,k))/rho(i,k))

enddo
!-- convert in tendencies
outnice = outnice * dtinv ! unit [1/s]
outnliq = outnliq * dtinv ! unit [1/s]
!--- for update
! nwfa =nwfa + outnliq*dtime
! nifa =nifa + outnice*dtime

!-- convert in tendencies
outnice = outnice * dtinv ! unit [1/s]
outnliq = outnliq * dtinv ! unit [1/s]
enddo
!--- for update
! nwfa =nwfa + outnliq*dtime
! nifa =nifa + outnice*dtime

end subroutine get_liq_ice_number_conc
!DSM {
Expand Down
Loading