Skip to content

Commit

Permalink
w3iopomd.F90: updates to w3iopomd.F90 for documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMasarik-NOAA committed Nov 6, 2023
1 parent ed03448 commit 12d44c6
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions model/src/w3iopomd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1254,21 +1254,21 @@ END SUBROUTINE W3IOPON
!> 4 | integer | IW | Number of water points in interpolation box for output point.
!> 4 | integer | II | Number of ice points in interpolation box for output point.
!> 4 | integer | IL | Number of land points in interpolation box for output point.
!> 4 | integer | DPO | ???
!> 4 | integer | WAO | ???
!> 4 | integer | WDO | ???
!> 4 | integer | TAUAO | (W3_FLX5 only) ???
!> 4 | integer | TAIDO | (W3_FLX5 only) ???
!> 4 | integer | DAIRO | (W3_FLX5 only) ???
!> 4 | integer | ZET_SETO | (W3_SETUP only) ???
!> 4 | integer | ASO | ???
!> 4 | integer | CAO | ???
!> 4 | integer | CDO | ???
!> 4 | integer | ICEO | ???
!> 4 | integer | ICEHO | ???
!> 4 | integer | ICEFO | ???
!> 4 | integer | GRDID | ???
!> 4 | integer | SPCO(J,I),J=1,NSPEC | ???
!> 4 | real | DPO | Interpolated depths.
!> 4 | real | WAO | Interpolated wind speeds.
!> 4 | real | WDO | Interpolated wind directions.
!> 4 | real | TAUAO | (W3_FLX5 only) Interpolated atmospheric stresses.
!> 4 | real | TAUDO | (W3_FLX5 only) Interpolated atmospheric stress directions.
!> 4 | real | DAIRO | (W3_FLX5 only) Interpolated rho atmosphere.
!> 4 | real | ZET_SETO | (W3_SETUP only) ???
!> 4 | real | ASO | Interpolated air-sea temperature difference
!> 4 | real | CAO | Interpolated current speeds.
!> 4 | real | CDO | Interpolated current directions.
!> 4 | real | ICEO | Interpolated ice concentration.
!> 4 | real | ICEHO | Interpolated ice thickness.
!> 4 | real | ICEFO | Interpolated ice floe.
!> 13 | char | GRDID | Originating grid ID
!> 4 | real | SPCO(J,I),J=1,NSPEC | Output spectra
!>
!> In the event of error, EXTCDE() will be called with the following exit codes:
!> - 1 INXOUT must be 'READ' or 'WRITE'.
Expand Down

0 comments on commit 12d44c6

Please sign in to comment.