Skip to content

Commit

Permalink
modify JPPFLAG to account for deleting nemosst
Browse files Browse the repository at this point in the history
  • Loading branch information
jkousal32 authored and awnawab committed Dec 8, 2024
1 parent 88a2569 commit 36023d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ecwam/yowcout.F90
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MODULE YOWCOUT
!* ** *COUT* OUTPUT POINTS INDICES AND FLAGS.

INTEGER(KIND=JWIM), PARAMETER :: NTRAIN=3
INTEGER(KIND=JWIM), PARAMETER :: JPPFLAG=73+3*NTRAIN+5 !!!! change also in scripts: wave_setgflag
INTEGER(KIND=JWIM), PARAMETER :: JPPFLAG=72+3*NTRAIN+5 !!!! change also in scripts: wave_setgflag
INTEGER(KIND=JWIM), PARAMETER :: NREAL=16
INTEGER(KIND=JWIM), PARAMETER :: NIPRMINFO=7
INTEGER(KIND=JWIM), PARAMETER :: NINFOBOUT=5
Expand Down

0 comments on commit 36023d2

Please sign in to comment.