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 d91d533 commit 9a98dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/src/w3iopomd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@ SUBROUTINE W3IOPON ( INXOUT, NDSOP, IOTST, IMOD &
I = LEN_TRIM(FILEXT)
J = LEN_TRIM(FNMPRE)
print *, FNMPRE(:J)//'out_pnt.'//FILEXT(:I)
filename = FNMPRE(:J)//'out_pnt_nc.'//FILEXT(:I)
filename = transfer(FNMPRE(:J)//'out_pnt_nc.'//FILEXT(:I), filename)
print *, filename

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

0 comments on commit 9a98dad

Please sign in to comment.