Skip to content

Commit

Permalink
remove debug write statement
Browse files Browse the repository at this point in the history
        modified:   src/physics/cam/aoa_tracers.F90
  • Loading branch information
fvitt committed Sep 5, 2024
1 parent b294063 commit cef4761
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/physics/cam/aoa_tracers.F90
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ subroutine aoa_tracers_register

do k = 1,pver
qrel_vert(k) = -7._r8*log(pref_mid_norm(k)) + vert_offset
if (masterproc) write(*,*) 'FVDBG.aoa_tracers_register : ',k,pref_mid_norm(k),qrel_vert(k)
enddo

end subroutine aoa_tracers_register
Expand Down

0 comments on commit cef4761

Please sign in to comment.