Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherwharrop-noaa committed Aug 10, 2024
1 parent 51a5d47 commit a1e7c39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ref/src/cu_gf_deep.F90
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ subroutine cu_gf_deep_run( &
!- zws for shallow convection closure (grant 2001)
!- height of the pbl
zws(i) = max(0.,.001-flux_tun(i)*0.41*buo_flux*zo(i,kpbl(i))*g/t(i,kpbl(i)))
write(*,'(I5,E20.10)') i, zws(i)
zws(i) = 1.2*zws(i)**.3333
zws(i) = zws(i)*rho(i,kpbl(i)) !check if zrho is correct
enddo
Expand Down

0 comments on commit a1e7c39

Please sign in to comment.