Skip to content

Commit

Permalink
Merge branch 'main' into refactoring_addDVDsergeyandknut_02
Browse files Browse the repository at this point in the history
  • Loading branch information
JanStreffing authored Aug 27, 2024
2 parents 405af58 + eb8f8e5 commit 35e2060
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/gen_surface_forcing.F90
Original file line number Diff line number Diff line change
Expand Up @@ -683,9 +683,9 @@ SUBROUTINE nc_sbc_ini(partit, mesh)
end do
! interpolate in time

if (partit%mype==0) then
write(*,*) 'sbc_do --> mstep:',mstep, ' rdate=', rdate
end if
!!PS if (partit%mype==0) then
!!PS write(*,*) 'sbc_do --> mstep:',mstep, ' rdate=', rdate
!!PS end if
call data_timeinterp(rdate, partit)
END SUBROUTINE nc_sbc_ini

Expand Down Expand Up @@ -1577,9 +1577,9 @@ SUBROUTINE sbc_do(partit, mesh)
end if
#endif

if (partit%mype==0) then
write(*,*) 'sbc_do --> mstep:',mstep, ' rdate=', rdate
end if
!!PS if (partit%mype==0) then
!!PS write(*,*) 'sbc_do --> mstep:',mstep, ' rdate=', rdate
!!PS end if

! interpolate in time
call data_timeinterp(rdate, partit)
Expand Down

0 comments on commit 35e2060

Please sign in to comment.