Skip to content

Commit

Permalink
Bugfix - initialised VD and VS to zero in w3srcemd. (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
ukmo-ccbunney authored Jul 7, 2023
1 parent 3eb8161 commit 17a4e32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions model/src/w3srcemd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,9 @@ SUBROUTINE W3SRCE ( srce_call, IT, ISEA, JSEA, IX, IY, IMOD, &
#ifdef W3_T
FLTEST = .TRUE.
#endif
!
VD = 0. ! VS and VD definitely need initialising.
VS = 0.
!
VDIO = 0.
VSIO = 0.
Expand Down

0 comments on commit 17a4e32

Please sign in to comment.