Skip to content

Commit

Permalink
Merge branch 'mrfd' into ufs-dev-PR109
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfirl committed Dec 3, 2023
2 parents 7cc4800 + 9822325 commit de05a41
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions physics/module_mp_thompson.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1509,6 +1509,14 @@ SUBROUTINE mp_gt_driver(qv, qc, qr, qi, qs, qg, ni, nr, nc, &
enddo
endif

if (merra2_aerosol_aware) then
do k = kts, kte
nc(i,k,j) = nc1d(k)
nwfa(i,k,j) = nwfa1d(k)
nifa(i,k,j) = nifa1d(k)
enddo
endif

do k = kts, kte
qv(i,k,j) = qv1d(k)
qc(i,k,j) = qc1d(k)
Expand Down

0 comments on commit de05a41

Please sign in to comment.