Skip to content

Commit f4d95ed

Browse files
committed
Add missing omp private variables for data subglacial runoff
1 parent fc02007 commit f4d95ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/mpas-ocean/src/shared/mpas_ocn_diagnostics.F

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3540,6 +3540,7 @@ subroutine ocn_compute_KPP_input_fields(statePool, forcingPool, &
35403540
!$omp parallel
35413541
!$omp do schedule(runtime) &
35423542
!$omp private(kmin, fracAbsorbed, fracAbsorbedRunoff, fracAbsorbedSubglacialRunoff, &
3543+
!$omp zTop, k, zBot, transmissionCoeffTop, transmissionCoeffBot, &
35433544
!$omp sumSurfaceStressSquared, i, iEdge)
35443545
do iCell = 1, nCells
35453546

0 commit comments

Comments
 (0)