Skip to content

Commit df086a2

Browse files
committed
Remove non-warning log write statement
1 parent e6949b3 commit df086a2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

physics/SFC_Models/Land/Noahmp/noahmpdrv.F90

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,9 @@ subroutine noahmpdrv_timestep_init (itime, fhour, delt, km, ncols, &
367367

368368
deallocate(stc_updated, slc_updated)
369369
deallocate(mask_tile)
370-
371-
write(*,'(a,i4,a,i8)') 'noahmpdrv_timestep_init rank ', Land_IAU_Control%me, ' # of cells with stc update ', nstcupd
370+
371+
!Remove non-warning, non-error log write
372+
!write(*,'(a,i4,a,i8)') 'noahmpdrv_timestep_init rank ', Land_IAU_Control%me, ' # of cells with stc update ', nstcupd
372373

373374

374375
end subroutine noahmpdrv_timestep_init

0 commit comments

Comments
 (0)