Skip to content

Commit

Permalink
added more documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Nov 25, 2023
1 parent 544d88c commit 0a82641
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions model/src/w3iopomd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1586,8 +1586,16 @@ END SUBROUTINE W3IOPON
!>
!> @brief Read/write point output.
!>
!> This can write per timestep or the whole model run. This is an
!> option in the input file.
!> When reading, the entire file is read with one call to this
!> subroutine.
!>
!> When writing, this subroutine can either write one timestep or
!> the whole model run. This is an option in the input file. If the
!> entire model run is to be written, then OFILES(2) is 0. If only
!> one timestep is to be written, then OFILES(2) is 1.
!>
!> If OFILES(2) is 0, the output file is names out_pnt.ww3. If
!> OFILES(2) is 1, the output file is named TIMETAG.out_pnt.ww3.
!>
!> The format of the point output file is:
!> Size (bytes) | Type | Variable | Meaning
Expand Down

0 comments on commit 0a82641

Please sign in to comment.