Skip to content

Commit

Permalink
Hotfix from former repo location
Browse files Browse the repository at this point in the history
Was NCAR#13 in GEOSgcm_GridComp
  • Loading branch information
tclune authored Sep 4, 2019
1 parent 19d408c commit 947dddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/fv_tracer2d.F90
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ subroutine tracer_2d(q, dp1, mfx, mfy, cx, cy, gridstruct, bd, domain, npx, npy,
enddo
enddo

if ( it /= nsplt ) then
if ( it /= ksplt(k) ) then
do j=js,je
do i=is,ie
dp1(i,j,k) = dp2(i,j)
Expand Down

0 comments on commit 947dddb

Please sign in to comment.