Skip to content

Commit

Permalink
further netcdf write development
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Nov 6, 2023
1 parent 0e619c9 commit 0bd3b24
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 @@ -1076,7 +1076,7 @@ SUBROUTINE W3IOPON_WRITE (NDSOP, IMOD, filename, ncerr)
integer :: v_iceho, v_icefo, v_grdid, v_spco

! ! Create the netCDF file.
ncerr = nf90_create(filename, NF90_NETCDF4, fh)
ncerr = nf90_create("filename", NF90_NETCDF4, fh)
if (ncerr .ne. 0) return

! ! Define dimensions.
Expand Down

0 comments on commit 0bd3b24

Please sign in to comment.