Skip to content

Commit 265b5c3

Browse files
working on filename
1 parent 2063833 commit 265b5c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

model/src/w3iopomd.F90

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1352,7 +1352,9 @@ SUBROUTINE W3IOPON_WRITE (NDSOP, IMOD, filename, ncerr)
13521352
integer :: v_iceho, v_icefo, v_grdid, v_spco
13531353
character (len = *), parameter :: FILE_NAME = "f90tst_nc4.nc"
13541354
CHARACTER(LEN=31), PARAMETER :: IDSTR = 'WAVEWATCH III POINT OUTPUT FILE'
1355-
CHARACTER(LEN=10), PARAMETER :: VEROPT = '2021-04-06'
1355+
CHARACTER(LEN=10), PARAMETER :: VEROPT = '2021-04-06'
1356+
1357+
print *, 'WRITE ',filename
13561358

13571359
! Create the netCDF file.
13581360
ncerr = nf90_create(filename, NF90_NETCDF4, fh)

0 commit comments

Comments
 (0)