Skip to content
Snippets Groups Projects
Commit e387e7c8 authored by Gaelle TANGUY's avatar Gaelle TANGUY
Browse files

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

parent 94c4a2a8
No related branches found
No related tags found
No related merge requests found
...@@ -32,9 +32,10 @@ END MODULE MODI_ADV_BOUNDARIES ...@@ -32,9 +32,10 @@ END MODULE MODI_ADV_BOUNDARIES
!! !!
!! AUTHOR !! AUTHOR
!! ------ !! ------
!! !! V.Masson
!! Correction : !! 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 !* 0. DECLARATIONS
...@@ -119,6 +120,11 @@ IF( PRESENT(PFIELDI) ) THEN ...@@ -119,6 +120,11 @@ IF( PRESENT(PFIELDI) ) THEN
END IF END IF
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 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