Skip to content

Commit

Permalink
Merge branch 'atmosphere/remove_physics_prints' into release-v8.0.0 (PR
Browse files Browse the repository at this point in the history
#1087)

This merge removes a couple of debugging print statements from lsm_from_mpas()
and ysu().
  • Loading branch information
mgduda committed Jun 16, 2023
2 parents adbdeae + 980f7d3 commit 49e9db7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/core_atmosphere/physics/mpas_atmphys_driver_lsm.F
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,6 @@ subroutine lsm_from_MPAS(configs,mesh,diag_physics,sfc_input,its,ite)
ust_urb_p(i,j) = 0._RKIND
utype_urb_p(i,j) = 0

if(swddir_p(i,j).gt.0.) call mpas_log_write('--- sw: $i $r $r',intArgs=(/i/),realArgs=(/swddir_p(i,j),swddif_p(i,j)/))
enddo
enddo

Expand Down
3 changes: 0 additions & 3 deletions src/core_atmosphere/physics/physics_wrf/module_bl_ysu.F
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,6 @@ subroutine ysu(u3d,v3d,t3d,qv3d,qc3d,qi3d,p3d,p3di,pi3d, &
frcurb_hv


call mpas_log_write(' ')
call mpas_log_write('--- enter subroutine ysu:')

do j = jts,jte
!
! Assign input data to local tile-sized arrays.
Expand Down

0 comments on commit 49e9db7

Please sign in to comment.