Skip to content

Commit

Permalink
Fix threading problem in init_bgc
Browse files Browse the repository at this point in the history
  • Loading branch information
dabail10 authored and DeniseWorthen committed Apr 7, 2024
1 parent 5a56c38 commit f58aa9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicecore/shared/ice_init_column.F90
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ subroutine init_bgc()

endif ! .not. restart

!$OMP PARALLEL DO PRIVATE(iblk,i,j,n,ilo,ihi,jlo,jhi,this_block)
!$OMP PARALLEL DO PRIVATE(iblk,i,j,k,n,ilo,ihi,jlo,jhi,this_block)
do iblk = 1, nblocks

this_block = get_block(blocks_ice(iblk),iblk)
Expand Down

0 comments on commit f58aa9f

Please sign in to comment.