Skip to content

Commit

Permalink
fixes one more gradBuoyEddy
Browse files Browse the repository at this point in the history
  • Loading branch information
vanroekel committed Sep 25, 2022
1 parent 7821033 commit 16ad766
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ subroutine ocn_submesoscale_compute_velocity()
max(BruntVaisalaFreqTop(k,cell2),1.0E-20_RKIND)))
bvfML = bvfML + hAv*bvfAv
hML = hML + hAv
gradBuoyML = gradBuoyML + hAv*gradBuoyEddy(k,iEdge)
gradBuoyML = gradBuoyML + hAv*gradDensityEddy(k,iEdge)
end do
bvfML = bvfML / (1.0E-20_RKIND + hML)
gradBuoyML = gradBuoyML / (1.0E-20_RKIND + hML)
Expand Down

0 comments on commit 16ad766

Please sign in to comment.