Skip to content

Commit

Permalink
very minor wording changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Tarazouj committed Feb 11, 2025
1 parent 9bc9983 commit 16baac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/src/w3iopomd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@ SUBROUTINE W3IOPON_READ(IOTST, IMOD_IN, filename, ncerr, TOUT )
if (nf90_err(ncerr) .ne. 0) return
END IF

!Variables read based on time (IPASS):
!Variables read based on time (itime):
ncerr = nf90_inq_varid(fh, VNAME_WW3TIME, v_ww3time)
if (nf90_err(ncerr) .ne. 0) return
ncerr = nf90_get_var(fh, v_ww3time, TIME, start = (/ 1, itime/), &
Expand Down Expand Up @@ -1577,7 +1577,7 @@ SUBROUTINE W3IOPON_READ(IOTST, IMOD_IN, filename, ncerr, TOUT )
! and are at the end of the
IOTST = -1
END IF

! Close the file.
ncerr = nf90_close(fh)
if (nf90_err(ncerr) .ne. 0) return
Expand Down

0 comments on commit 16baac7

Please # to comment.