Skip to content

Commit

Permalink
change delz from positive value to the original value in the model
Browse files Browse the repository at this point in the history
  • Loading branch information
DusanJovic-NOAA authored and climbfuji committed Oct 7, 2019
1 parent 672eb0e commit e868186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/fvGFS/fv_nggps_diag.F90
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ subroutine fv_nggps_diag(Atm, zvir, Time)
do k=1,npzo
do j=jsco,jeco
do i=isco,ieco
wk(i,j,k) = -Atm(n)%delz(i,j,k)
wk(i,j,k) = Atm(n)%delz(i,j,k)
enddo
enddo
enddo
Expand Down

0 comments on commit e868186

Please sign in to comment.