Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some correction for the exchange. #805

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions model/src/wminiomd.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1806,7 +1806,7 @@ SUBROUTINE WMIOHG ( IMOD, DONE )
! USE W3SERVMD, ONLY: EXTCDE
#ifdef W3_PDLIB
use yowNodepool, only: npa
USE yowExchangeModule, only : PDLIB_exchange2Dreal
USE yowExchangeModule, only : PDLIB_exchange2Dreal_zero
#endif
USE W3PARALL, ONLY : INIT_GET_ISEA
#ifdef W3_S
Expand Down Expand Up @@ -2268,7 +2268,7 @@ SUBROUTINE WMIOHG ( IMOD, DONE )
IF ( PRESENT(DONE) ) DONE = .TRUE.
!
#ifdef W3_PDLIB
CALL PDLIB_exchange2Dreal(VA(:,1:NPA))
CALL PDLIB_exchange2Dreal_zero(VA)
#endif
!
! Formats
Expand Down Expand Up @@ -2903,7 +2903,7 @@ SUBROUTINE WMIOEG ( IMOD, DONE )
USE W3SERVMD, ONLY: EXTCDE
#ifdef W3_PDLIB
use yowNodepool, only: npa
USE yowExchangeModule, only : PDLIB_exchange2Dreal
USE yowExchangeModule, only : PDLIB_exchange2Dreal_zero
#endif
#ifdef W3_S
USE W3SERVMD, ONLY: STRACE
Expand Down Expand Up @@ -3343,7 +3343,7 @@ SUBROUTINE WMIOEG ( IMOD, DONE )
IF ( PRESENT(DONE) ) DONE = .TRUE.
!
#ifdef W3_PDLIB
CALL PDLIB_exchange2Dreal(VA(:,1:NPA))
CALL PDLIB_exchange2Dreal_zero(VA)
#endif
!
! Formats
Expand Down