Skip to content

Commit

Permalink
working on filename
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Nov 16, 2023
1 parent 9a98dad commit 53e799c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion model/src/w3iopomd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,8 @@ SUBROUTINE W3IOPON ( INXOUT, NDSOP, IOTST, IMOD &
I = LEN_TRIM(FILEXT)
J = LEN_TRIM(FNMPRE)
print *, FNMPRE(:J)//'out_pnt.'//FILEXT(:I)
filename = transfer(FNMPRE(:J)//'out_pnt_nc.'//FILEXT(:I), filename)
! filename = transfer(FNMPRE(:J)//'out_pnt_nc.'//FILEXT(:I), filename)
filename = 'out_pnt_nc.ww3'
print *, filename

! Do a read or a write of the point file.
Expand Down

0 comments on commit 53e799c

Please sign in to comment.