Skip to content

Commit

Permalink
Increase the sizes of OUTFF and OFILES (#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
adarmenov authored Mar 4, 2025
1 parent aaff457 commit a8819a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion model/src/w3odatmd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ MODULE W3ODATMD
INTEGER :: TOSNL5(2)
#endif
INTEGER :: TOFRST(2), TONEXT(2,8), TOLAST(2,8), &
TBPI0(2), TBPIN(2), NDS(15), OFILES(7)
TBPI0(2), TBPIN(2), NDS(15), OFILES(8)
REAL :: DTOUT(8)
LOGICAL :: FLOUT(8)
TYPE(OTYPE1) :: OUT1
Expand Down
2 changes: 1 addition & 1 deletion model/src/wminitmd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ SUBROUTINE WMINIT ( IDSI, IDSO, IDSS, IDST, IDSE, IFNAME, &
FLGRD(NOGRP,NGRPP,NRGRD), OT2(0:NRGRD), FLGD(NOGRP,NRGRD), &
MDSF(-NRINP:NRGRD,JFIRST:9), IPRT(6,NRGRD), LPRT(NRGRD), &
FLGR2(NOGRP,NGRPP,NRGRD),FLG2D(NOGRP,NGRPP), FLG1D(NOGRP), &
FLG2(NOGRP,NRGRD),OUTFF(7,0:NRGRD))
FLG2(NOGRP,NRGRD),OUTFF(8,0:NRGRD))
!
MDS = -1
MDSF = -1
Expand Down

0 comments on commit a8819a3

Please sign in to comment.