Skip to content

Commit

Permalink
For equalGM, change taper to GM too
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-petersen committed Apr 27, 2022
1 parent 172cad5 commit 8c2fafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/mpas-ocean/src/shared/mpas_ocn_gm.F
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ subroutine ocn_GM_compute_Bolus_velocity(statePool, &
!$omp parallel
!$omp do schedule(runtime)
do iEdge=1, nEdges
RediKappa(iEdge) = RediHorizontalTaper(iEdge) * gmBolusKappa(iEdge)
RediKappa(iEdge) = gmHorizontalTaper(iEdge) * gmBolusKappa(iEdge)
end do
!$omp end do
!$omp end parallel
Expand Down

0 comments on commit 8c2fafc

Please sign in to comment.