Skip to content

Commit

Permalink
Merge pull request NCAR#948 from JessicaMeixner-NOAA/feature/p8
Browse files Browse the repository at this point in the history
revert 2mtq diag method
  • Loading branch information
grantfirl authored Aug 2, 2022
2 parents 12c115e + 02603fa commit ee43baf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions physics/sfc_diag_post.F90
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ subroutine sfc_diag_post_run (im, lsm, lsm_noahmp, dry, lssav, dtf, con_eps, con
errmsg = ''
errflg = 0

if (lsm == lsm_noahmp) then
do i=1,im
if(dry(i)) then
t2m(i) = t2mmp(i)
q2m(i) = q2mp(i)
endif
enddo
endif
! if (lsm == lsm_noahmp) then
! do i=1,im
! if(dry(i)) then
! t2m(i) = t2mmp(i)
! q2m(i) = q2mp(i)
! endif
! enddo
! endif

if (lssav) then
do i=1,im
Expand Down

0 comments on commit ee43baf

Please sign in to comment.