From 76541b6782944fc2def4070a3b2c6bbff453d559 Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Tue, 13 Aug 2024 10:59:32 -0400 Subject: [PATCH] remove problematic print statement in GFS_phys_time_vary.scm.F90 --- physics/Interstitials/UFS_SCM_NEPTUNE/GFS_phys_time_vary.scm.F90 | 1 - 1 file changed, 1 deletion(-) diff --git a/physics/Interstitials/UFS_SCM_NEPTUNE/GFS_phys_time_vary.scm.F90 b/physics/Interstitials/UFS_SCM_NEPTUNE/GFS_phys_time_vary.scm.F90 index 6da527187..49c465971 100644 --- a/physics/Interstitials/UFS_SCM_NEPTUNE/GFS_phys_time_vary.scm.F90 +++ b/physics/Interstitials/UFS_SCM_NEPTUNE/GFS_phys_time_vary.scm.F90 @@ -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