Skip to content

Commit

Permalink
fix omp directive for melt_potential
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Mar 4, 2020
1 parent 46b1f34 commit 67e5481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/MOM.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2897,7 +2897,7 @@ subroutine extract_surface_state(CS, sfc_state)


if (allocated(sfc_state%melt_potential)) then
!$OMP parallel do default(shared)
!$OMP parallel do default(shared) private(depth_ml, dh, T_freeze, depth, delT)
do j=js,je
do i=is,ie
depth(i) = 0.0
Expand Down

0 comments on commit 67e5481

Please sign in to comment.