Skip to content

Commit

Permalink
Removing some gridpoint print statements for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
EricJames-NOAA committed Apr 2, 2024
1 parent 9e82b58 commit 66a53f9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sorc/ncep_post.fd/CALVIS_GSD.f
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 66a53f9

Please sign in to comment.