Skip to content

Commit 49e9db7

Browse files
committed
Merge branch 'atmosphere/remove_physics_prints' into release-v8.0.0 (PR #1087)
This merge removes a couple of debugging print statements from lsm_from_mpas() and ysu().
2 parents adbdeae + 980f7d3 commit 49e9db7

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/core_atmosphere/physics/mpas_atmphys_driver_lsm.F

-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,6 @@ subroutine lsm_from_MPAS(configs,mesh,diag_physics,sfc_input,its,ite)
478478
ust_urb_p(i,j) = 0._RKIND
479479
utype_urb_p(i,j) = 0
480480

481-
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)/))
482481
enddo
483482
enddo
484483

src/core_atmosphere/physics/physics_wrf/module_bl_ysu.F

-3
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,6 @@ subroutine ysu(u3d,v3d,t3d,qv3d,qc3d,qi3d,p3d,p3di,pi3d, &
308308
frcurb_hv
309309

310310

311-
call mpas_log_write(' ')
312-
call mpas_log_write('--- enter subroutine ysu:')
313-
314311
do j = jts,jte
315312
!
316313
! Assign input data to local tile-sized arrays.

0 commit comments

Comments
 (0)