Skip to content

Commit

Permalink
initialize USSP_WN for mod_def (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaMeixner-NOAA authored Jan 22, 2024
1 parent 3952826 commit 026fcdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/src/w3gridmd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2976,6 +2976,7 @@ SUBROUTINE W3GRID()
CALL EXTCDE( 31)
ENDIF

USSP_WN = 0.0 ! initialize to 0s
DO J=1,USSPF(2)
USSP_WN(j) = STK_WN(J)
ENDDO
Expand Down

0 comments on commit 026fcdd

Please sign in to comment.