Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinaAsmar-NOAA authored Jan 6, 2025
1 parent 55b7d42 commit 6da4a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/ncep_post.fd/UPP_PHYSICS.f
Original file line number Diff line number Diff line change
Expand Up @@ -4563,7 +4563,7 @@ subroutine calchipsi (uwnd,vwnd,chi,psi)
!
!$omp parallel do private(i,j)
do j=jsta_2l,jend_2u
do i=ista_2l,iend,_2u
do i=ista_2l,iend_2u
absv(i,j) = spval
div(i,j) = spval
chi(i,j) = spval
Expand Down

0 comments on commit 6da4a1e

Please sign in to comment.