Skip to content

Commit

Permalink
zero out dissipation estimate in halo region, needed for SAR
Browse files Browse the repository at this point in the history
  • Loading branch information
pjpegion committed Nov 8, 2019
1 parent 4e2e957 commit c4cfedd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/dyn_core.F90
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ subroutine dyn_core(npx, npy, npz, ng, sphum, nq, bdt, n_split, zvir, cp, akap,
endif
!$OMP parallel do default(none) shared(is,ie,js,je,npz,diss_est)
do k=1,npz
do j=js,je
do i=is,ie
do j=jsd,jed
do i=isd,ied
diss_est(i,j,k) = 0.
enddo
enddo
Expand Down

0 comments on commit c4cfedd

Please sign in to comment.