Skip to content

Commit

Permalink
Merge pull request #522 from FESOM/refactoring_FCT_OMP_BUGFIX
Browse files Browse the repository at this point in the history
 an OMP bux fix in tracer FCT
  • Loading branch information
suvarchal committed Oct 26, 2023
2 parents ac082c8 + 62d3e6a commit 849b732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oce_adv_tra_fct.F90
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ subroutine oce_tra_adv_fct(dt, ttf, lo, adf_h, adf_v, fct_ttf_min, fct_ttf_max,
#include "associate_mesh_ass.h"

!$OMP PARALLEL DEFAULT(SHARED) PRIVATE(n, nz, k, elem, enodes, num, el, nl1, nl2, nu1, nu2, nl12, nu12, edge, &
!$OMP flux, ae,tvert_max, tvert_min)
!$OMP flux, ae)
! --------------------------------------------------------------------------
! ttf is the tracer field on step n
! del_ttf is the increment
Expand Down

0 comments on commit 849b732

Please sign in to comment.