Skip to content
Snippets Groups Projects
Commit b3c5fa23 authored by Gaelle TANGUY's avatar Gaelle TANGUY Committed by Juan Escobar
Browse files

C.Lac 15/11/2016 Clarify top boundary condition for W

(cherry picked from commit e387e7c8)
parent 3d20477e
No related branches found
No related tags found
No related merge requests found
......@@ -32,9 +32,10 @@ END MODULE MODI_ADV_BOUNDARIES
!!
!! AUTHOR
!! ------
!!
!! V.Masson
!! Correction :
!! J.Escobar : 15/09/2015 : WENO5 & JPHEXT <> 1
!! J.Escobar : 15/09/2015 : WENO5 & JPHEXT <> 1
!! C.Lac : 10/16 : top BC for W
!-------------------------------------------------------------------------------
!
!* 0. DECLARATIONS
......@@ -119,6 +120,11 @@ IF( PRESENT(PFIELDI) ) THEN
END IF
END IF
!
!* 4. TOP BC for W
!
IF (PRESENT(HFIELD)) THEN
IF (HFIELD=='W') PFIELD(:,:,IKE+1) = 0.
END IF
!-------------------------------------------------------------------------------
!
END SUBROUTINE ADV_BOUNDARIES
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment