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

Philippe 11/05/2021: bugfix: JI counter from LES_n was overwritten in LES

(because it was shared between the 2 subroutines, LES is in a contain block of LES_n)
parent b5b92619
No related branches found
No related tags found
No related merge requests found
!MNH_LIC Copyright 2000-2020 CNRS, Meteo-France and Universite Paul Sabatier
!MNH_LIC Copyright 2000-2021 CNRS, Meteo-France and Universite Paul Sabatier
!MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence
!MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
!MNH_LIC for details. version 1.
......@@ -1250,6 +1250,7 @@ LOGICAL, DIMENSION(:,:,:), INTENT(IN) :: OMASK ! 2D mask for computations
! 0.2 declaration of local variables
!
INTEGER :: JSV ! scalar variables counter
INTEGER :: JI
INTEGER :: JK ! vertical loop counter
INTEGER :: JPDF ! pdf counter
!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment