Skip to content

Commit

Permalink
Merge branch 'main' into mpas_surf_state
Browse files Browse the repository at this point in the history
  • Loading branch information
hkershaw-brown authored Nov 12, 2024
2 parents d1c35f9 + 62edc59 commit 3ed740c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/mpas_atm/model_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -4686,8 +4686,8 @@ subroutine convert_vert_distrib(state_handle, ens_size, location, obs_kind, ztyp
fdata = 0.0_r8
do i = 1, n
where (istatus == 0)
fdata(i, :) = zGridFace(k_low(i, :),c(i))*(1.0_r8 - fract(i, :)) + &
zGridFace(k_up (i, :),c(i))*fract(i, :)
fdata(i, :) = zGridCenter(k_low(i, :),c(i))*(1.0_r8 - fract(i, :)) + &
zGridCenter(k_up (i, :),c(i))*fract(i, :)
end where
enddo

Expand Down

0 comments on commit 3ed740c

Please sign in to comment.