Skip to content

Commit

Permalink
w3iopomd.F90: a couple more definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMasarik-NOAA committed Nov 6, 2023
1 parent 12d44c6 commit 8359f15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions model/src/w3iopomd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1239,10 +1239,10 @@ END SUBROUTINE W3IOPON
!> Size (bytes) | Type | Variable | Meaning
!> -------------|------|----------|--------
!> 40 | character*40 | IDTST | ID string
!> 4 | integer | VERTST | version of test?
!> 4 | integer | NK | ???
!> 4 | integer | MTH | ???
!> 4 | integer | NOPTS | ???
!> 10 | character*10 | VERTST | version of test??
!> 4 | integer | NK | Number of discrete wavenumbers.
!> 4 | integer | NTH | Number of discrete directions.
!> 4 | integer | NOPTS | Number of output points.
!> 8*NOPTS | integer(2,NOPTS) | PTLOC | Point locations
!> 7*NOPTS | character*7 | PTNME | Point names
!> 8 | integer(2) | TIME | Time
Expand Down

0 comments on commit 8359f15

Please sign in to comment.