Skip to content

Commit

Permalink
Updating loop whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed Jan 24, 2025
1 parent ca5df2f commit eedf005
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/physics/cam/hb_diff.F90
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,9 @@ subroutine compute_hb_free_atm_diff(ncol, &
!
kvf(:ncol,:) = 0.0_r8
do k = ntop_turb, nbot_turb - 1
do i = 1, ncol
kvf(i,k+1) = austausch_atm_free(ml2(k), ri(i, k), s2(i, k))
end do
do i = 1, ncol
kvf(i,k+1) = austausch_atm_free(ml2(k), ri(i, k), s2(i, k))
end do
end do

kvq(:ncol,:) = kvf(:ncol,:)
Expand Down

0 comments on commit eedf005

Please sign in to comment.