From 12d44c6f6c38f7bf43744590804305abcff7e449 Mon Sep 17 00:00:00 2001 From: Matthew Masarik Date: Mon, 6 Nov 2023 18:43:58 +0000 Subject: [PATCH] w3iopomd.F90: updates to w3iopomd.F90 for documentation. --- model/src/w3iopomd.F90 | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/model/src/w3iopomd.F90 b/model/src/w3iopomd.F90 index 239ec637a..67b0f0807 100644 --- a/model/src/w3iopomd.F90 +++ b/model/src/w3iopomd.F90 @@ -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'.