Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions model/src/w3odatmd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ MODULE W3ODATMD
! IW I.A. Public Id. water.
! II I.A. Public Id. ice.
! IRQPO1/2 I.A. Public Array with MPI handles. (!/MPI)
! PTLOC R.A. Public Name of output locations.
! PTLOC R.A. Public Output locations.
! PTIFAC R.A. Public Interpolation weights.
! DPO R.A. Public Interpolated depths.
! WAO R.A. Public Interpolated wind speeds.
Expand All @@ -186,7 +186,7 @@ MODULE W3ODATMD
! ICEO R.A. Public Interpolated ice concentration.
! ICEHO R.A. Public Interpolated ice thickness.
! ICEFO R.A. Public Interpolated ice floe.
! PTNME C.A. Public Output locations.
! PTNME C.A. Public Name of output locations.
! GRDID C.A. Public Originating grid ID.
! O2INIT Log. Public Flag for array initialization.
! O2IRQI Log. Public Flag for array initialization.
Expand Down
2 changes: 1 addition & 1 deletion model/src/ww3_prnc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2696,7 +2696,7 @@ SUBROUTINE CHECK_ERROR(IRET, ILINE)
INTEGER IRET, ILINE

IF (IRET .NE. NF90_NOERR) THEN
WRITE(NDSE,*) ' *** WAVEWATCH III ERROR IN OUNF :'
WRITE(NDSE,*) ' *** WAVEWATCH III ERROR IN PRNC :'
WRITE(NDSE,*) ' LINE NUMBER ', ILINE
WRITE(NDSE,*) ' NETCDF ERROR MESSAGE: '
WRITE(NDSE,*) NF90_STRERROR(IRET)
Expand Down