Skip to content

Commit

Permalink
Fix error in support_2dvar.f90
Browse files Browse the repository at this point in the history
  • Loading branch information
jderber-NOAA committed Oct 2, 2023
1 parent c5c79d0 commit 1a719a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gsi/support_2dvar.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2466,7 +2466,7 @@ subroutine relocsfcob(rlon8,rlat8,cobtypein,cstationin,kxin)
je=min((jstart+jneighbour),ny)

ris=real(is,r_single)
rie=real(is,r_single)
rie=real(ie,r_single)
rjs=real(js,r_single)
rje=real(je,r_single)

Expand Down

0 comments on commit 1a719a3

Please sign in to comment.