Skip to content

Commit

Permalink
second try
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Ackermann committed Sep 8, 2023
1 parent ad8c64a commit caa21b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/oce_ale_tracer.F90
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,9 @@ subroutine solve_tracers_ale(ice, dynamics, tracers, partit, mesh)
tracers%data(2)%values(nzmin:nzmax,node) = 3._WP
end where
end do
!$OMP END PARALLEL DO

!$OMP PARALLEL DO DEFAULT(SHARED) PRIVATE(node, nzmin, nzmax)
!---age-code-begin
if (use_age_tracer) then
do node=1,myDim_nod2D+eDim_nod2D
Expand All @@ -288,8 +290,8 @@ subroutine solve_tracers_ale(ice, dynamics, tracers, partit, mesh)
end do
end if
!---age-code-end

!$OMP END PARALLEL DO

end subroutine solve_tracers_ale
!
!
Expand Down

0 comments on commit caa21b7

Please sign in to comment.