Skip to content

Commit

Permalink
remove extraneous betaEdge assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-petersen committed Apr 4, 2022
1 parent 7981ebb commit c744e64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/mpas-ocean/src/shared/mpas_ocn_gm.F
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,6 @@ subroutine ocn_GM_init(domain, err)!{{{
!$omp parallel
!$omp do schedule(runtime)
do iEdge=1,nEdges
betaEdge(iEdge) = 2.0_RKIND*omega*cos(latEdge(iEdge)) / sphere_radius
gmBolusKappa(iEdge) = config_GM_spatially_variable_max_kappa
end do
!$omp end do
Expand All @@ -1043,7 +1042,6 @@ subroutine ocn_GM_init(domain, err)!{{{
!$omp parallel
!$omp do schedule(runtime)
do iEdge=1,nEdges
betaEdge(iEdge) = 2.0_RKIND*omega*cos(latEdge(iEdge)) / sphere_radius
gmBolusKappa(iEdge) = config_GM_spatially_variable_max_kappa
end do
!$omp end do
Expand Down

0 comments on commit c744e64

Please sign in to comment.