Skip to content
Snippets Groups Projects
Commit 7be76db3 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 04/07/2018: SURFEX: bug correction: PLMO must be declared POINTER...

Philippe 04/07/2018: SURFEX: bug correction: PLMO must be declared POINTER because it can be passed non associated
parent 4b161509
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,8 @@
!! MODIFICATIONS
!! -------------
!! Original 07/2006
!! P. Wautelet 04/07/2018: add POINTER attribute to PLMO
!! to allow to pass it even if not associated
!-------------------------------------------------------------------------------
!
!* 0. DECLARATIONS
......@@ -57,7 +59,7 @@ IMPLICIT NONE
! ------------------------
!
REAL, DIMENSION(:,:), INTENT(IN) :: PZ ! altitude of full levels
REAL, DIMENSION(:,:), INTENT(IN) :: PLMO ! Monin Obuhkov length
REAL, DIMENSION(:,:),POINTER, INTENT(IN) :: PLMO ! Monin Obuhkov length
REAL, DIMENSION(:,:), INTENT(OUT) :: PLK ! Mixing length
REAL, DIMENSION(:,:), INTENT(OUT) :: PLEPS! Dissipative length
LOGICAL, OPTIONAL, INTENT(IN) :: ONEUTRAL
......
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