Skip to content

Commit 886a744

Browse files
committed
Merge branch 'fix/remove_extra_log_statements' into sync_NCAR_main_2025_09_04
2 parents da7fd5d + df086a2 commit 886a744

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
@@ -369,8 +369,9 @@ subroutine noahmpdrv_timestep_init (itime, fhour, delt, km, ncols, &
369369

370370
deallocate(stc_updated, slc_updated)
371371
deallocate(mask_tile)
372-
373-
write(*,'(a,i4,a,i8)') 'noahmpdrv_timestep_init rank ', Land_IAU_Control%me, ' # of cells with stc update ', nstcupd
372+
373+
!Remove non-warning, non-error log write
374+
!write(*,'(a,i4,a,i8)') 'noahmpdrv_timestep_init rank ', Land_IAU_Control%me, ' # of cells with stc update ', nstcupd
374375

375376

376377
end subroutine noahmpdrv_timestep_init

0 commit comments

Comments
 (0)