Skip to content

Commit

Permalink
fix openmp error message
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickscholz committed Aug 28, 2024
1 parent 93a96e7 commit 2a6ef1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gen_modules_diag.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ subroutine diag_trgrd_xyz(mode, tracers, partit, mesh)

!___________________________________________________________________________
! compute vertical tracer gradient
!$OMP PARALLEL DO DEFAULT(SHARED) PRIVATE(n, nz, nzu, nzl)
!$OMP PARALLEL DO DEFAULT(SHARED) PRIVATE(node, nz, nzu, nzl)
do node=1, myDim_nod2D
nzl=nlevels_nod2D(node)
nzu=ulevels_nod2D(node)
Expand Down

0 comments on commit 2a6ef1c

Please sign in to comment.