Skip to content

Commit

Permalink
Fix intent attribute hc in routine get_xnsum3.
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gayno committed Sep 18, 2024
1 parent 71b0779 commit e54edb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sorc/orog_mask_tools.fd/orog.fd/orog_utils.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1031,9 +1031,9 @@ subroutine get_xnsum3(lon1,lat1,lon2,lat2,imn,jmn, &
integer, intent(in) :: imn,jmn
integer, intent(in) :: zavg(imn,jmn)

real, intent(in) :: glat(jmn)
real, intent(in) :: hc, glat(jmn)
real, intent(in) :: lon1,lat1,lon2,lat2,delxn
real, intent(out) :: xnsum1,xnsum2,hc
real, intent(out) :: xnsum1,xnsum2

integer :: i, j, ist, ien, jst, jen, i1

Expand Down

0 comments on commit e54edb9

Please sign in to comment.