Skip to content

Commit

Permalink
ww3_2dm: cleaning the code ...
Browse files Browse the repository at this point in the history
  • Loading branch information
aronroland committed Jan 16, 2024
1 parent d9bef70 commit 934b9d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions model/src/w3initmd.F90
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

!> @file
!> @brief Contains module W3INITMD.
!>
Expand Down Expand Up @@ -421,9 +422,9 @@ SUBROUTINE W3INIT ( IMOD, IsMulti, FEXT, MDS, MTRACE, ODAT, FLGRD, FLGR2, FLGD,
use yowNodepool, only: npa
use yowRankModule, only : rank
#endif
USE W3GDATMD, ONLY: GTYPE, UNGTYPE, IOBDP_LOC
USE W3GDATMD, ONLY: GTYPE, UNGTYPE
#ifdef W3_PDLIB
USE PDLIB_W3PROFSMD, ONLY : PDLIB_MAPSTA_INIT, SET_IOBDP_PDLIB, PDLIB_IOBP_INIT, SET_IOBPA_PDLIB
USE PDLIB_W3PROFSMD, ONLY : PDLIB_MAPSTA_INIT, SET_IOBDP_PDLIB, PDLIB_IOBP_INIT, SET_IOBPA_PDLIB, IOBDP_LOC
USE PDLIB_W3PROFSMD, ONLY : BLOCK_SOLVER_INIT, BLOCK_SOLVER_EXPLICIT_INIT, PDLIB_INIT, DEALLOCATE_PDLIB_GLOBAL
use yowDatapool, only: istatus
#endif
Expand Down

0 comments on commit 934b9d0

Please sign in to comment.