Skip to content

Commit

Permalink
porting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Apr 4, 2024
1 parent 8bb4529 commit 1ede4e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion model/src/w3iopomd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ MODULE W3IOPOMD
! Name Type Scope Description
! ----------------------------------------------------------------
! VEROPT C*10 Private Point output file version number.
! IDSTR C*32 Private Point output file ID string.
! IDSTR C*31 Private Point output file ID string.
! ----------------------------------------------------------------
!
! 3. Subroutines and functions :
Expand Down Expand Up @@ -1131,6 +1131,7 @@ SUBROUTINE W3IOPON_READ(IOTST, IMOD, filename, ncerr)
IL, IW, II, PTLOC, PTIFAC, DPO, WAO, WDO, &
ASO, CAO, CDO, SPCO, PTNME, O2INIT, FNMPRE, &
GRDID, ICEO, ICEHO, ICEFO
USE W3SERVMD, ONLY: EXTCDE
#ifdef W3_FLX5
USE W3ODATMD, ONLY: TAUAO, TAUDO, DAIRO
#endif
Expand All @@ -1143,6 +1144,7 @@ SUBROUTINE W3IOPON_READ(IOTST, IMOD, filename, ncerr)
INTEGER, INTENT(IN), OPTIONAL :: IMOD
character(*), intent(in) :: filename
integer, intent(inout) :: ncerr
INTEGER :: MK,MTH
integer :: fh
integer :: d_nopts, d_nspec, d_vsize, d_namelen, d_grdidlen
integer :: d_nopts_len, d_nspec_len, d_vsize_len, d_namelen_len, d_grdidlen_len
Expand Down

0 comments on commit 1ede4e0

Please sign in to comment.