Skip to content

Commit

Permalink
♻️ store DISTP parameter in mod_def.ww3
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderHulst committed May 9, 2022
1 parent c118c33 commit 985d216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/ftn/w3iogrmd.ftn
Original file line number Diff line number Diff line change
Expand Up @@ -915,11 +915,11 @@
IF ( WRITE ) THEN
WRITE (NDSM) &
IHMAX, HSPMIN, WSMULT, WSCUT, FLCOMB, NOSWLL, &
PTMETH, PTFCUT
PTMETH, PTFCUT, DISTP
ELSE
READ (NDSM,END=801,ERR=802,IOSTAT=IERR) &
IHMAX, HSPMIN, WSMULT, WSCUT, FLCOMB, NOSWLL, &
PTMETH, PTFCUT
PTMETH, PTFCUT, DISTP
END IF
!/DEBUGIOGR WRITE(740+IAPROC,*) 'W3IOGR, step 13'
!/DEBUGIOGR FLUSH(740+IAPROC)
Expand Down

0 comments on commit 985d216

Please sign in to comment.