Skip to content

Commit

Permalink
remove problematic print statement in GFS_phys_time_vary.scm.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfirl committed Aug 13, 2024
1 parent 7506fd1 commit 76541b6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,6 @@ subroutine GFS_phys_time_vary_init (

! Lake model
if(lkm>0 .and. iopt_lake>0) then
print*,"SWALES: In phys_time_vary",lakefrac(i),lakedepth(i)
! A lake model is enabled.
do i = 1, im
!if (lakefrac(i) > 0.0 .and. lakedepth(i) > 1.0 ) then
Expand Down

0 comments on commit 76541b6

Please sign in to comment.