Skip to content

Commit 9a18f95

Browse files
update mds 13->15
1 parent 61b9123 commit 9a18f95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

model/src/wav_comp_nuopc.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ subroutine InitializeRealize(gcomp, importState, exportState, clock, rc)
482482
character(CL) :: logfile
483483
logical :: local
484484
integer :: imod, idsi, idso, idss, idst, idse
485-
integer :: mds(13) ! Note that nds is set to this in w3initmod
485+
integer :: mds(15) ! Note that nds is set to this in w3initmod
486486
integer :: stdout
487487
integer :: petcount
488488
real(r8) :: toff

model/src/wav_shel_inp.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ subroutine set_shel_io(stdout,mds,ntrace)
5050

5151
! Input parameter
5252
integer , intent(in) :: stdout
53-
integer , intent(out) :: mds(13), ntrace(2)
53+
integer , intent(out) :: mds(15), ntrace(2)
5454

5555
! local variables
5656
integer :: i

0 commit comments

Comments
 (0)