From 66a53f9bb32f35d193044661a99f84bdf973789d Mon Sep 17 00:00:00 2001 From: eric james Date: Tue, 2 Apr 2024 21:20:59 +0000 Subject: [PATCH] Removing some gridpoint print statements for testing. --- sorc/ncep_post.fd/CALVIS_GSD.f | 3 --- 1 file changed, 3 deletions(-) diff --git a/sorc/ncep_post.fd/CALVIS_GSD.f b/sorc/ncep_post.fd/CALVIS_GSD.f index 4684db241..9f6afaa53 100644 --- a/sorc/ncep_post.fd/CALVIS_GSD.f +++ b/sorc/ncep_post.fd/CALVIS_GSD.f @@ -333,8 +333,6 @@ SUBROUTINE CALVIS_GSD(CZEN,VIS) rho_sno = rho_sno*2. + 10.*max(0.,rho_sno-150.0) vis_blsn = (5.217*rho_sno*r_bar**1.011)/(1.82*c_z*c_alpha) BETABLSN = 3.912/(vis_blsn/1000.0) - !if (i==2764 .and. j==1076) then - !if (i==3580 .and. j==1356) then ! print to ensure quality !print *, "z_r", z_r !print *, "Q_s", Q_s @@ -347,7 +345,6 @@ SUBROUTINE CALVIS_GSD(CZEN,VIS) !print *, "vis_blsn", vis_blsn !print *, "BETABLSN", BETABLSN !print *, "ustar", ustar(i,j) - !endif else BETABLSN = 0 !print *, "BETABLSN", BETABLSN