Skip to content

Commit

Permalink
Merge remote-tracking branch 'upsream/ufs/dev' into feature/noahmp
Browse files Browse the repository at this point in the history
  • Loading branch information
uturuncoglu committed Jan 16, 2024
2 parents 09b0235 + a492add commit ca1a6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physics/MP/Morrison_Gettelman/aerinterp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ SUBROUTINE aerinterpol( me,master,nthrds,npts,IDATE,FHOUR,iflip, jindx1,jindx2,
ENDDO
else
DO k=1, levsaer-1 !! from sfc to toa
IF(prsl(j,L) < aerpres(j,k) .and. prsl(j,L)>aerpres(j,k+1)) then
IF(prsl(j,L) <= aerpres(j,k) .and. prsl(j,L)>aerpres(j,k+1)) then
i1 = k
i2 = min(k+1,levsaer)
exit
Expand Down

0 comments on commit ca1a6e3

Please sign in to comment.