Skip to content

Commit

Permalink
Re-merge branch 'mark-petersen/ocean/redi-flux-limiter' into next (PR #…
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbob committed Oct 25, 2023
2 parents a24e3b7 + ec67ee7 commit 62ab242
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ subroutine ocn_tracer_hmix_Redi_tend(meshPool, layerThickness, layerThickEdgeMea
!$omp do schedule(runtime) &
!$omp private(fluxRediZTop, invAreaCell, i, iEdge, cell1, cell2, iCellSelf, r_tmp, coef, k, &
!$omp kappaRediEdgeVal, iTr, tracer_turb_flux, flux, flux_term2, flux_term3, &
!$omp dTracerDx, use_Redi_diag_terms, kUp, kDn)
!$omp dTracerDx, use_Redi_diag_terms, jCell, kUp, kDn)
do iCell = 1, nCells
if (maxLevelCell(iCell) .ge. config_Redi_min_layers_diag_terms) then
use_Redi_diag_terms = .true.
Expand Down

0 comments on commit 62ab242

Please sign in to comment.