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

Philippe 16/05/2023: MNH_ALLOC_ZWORK: set intent(in) for KMODEL

parent 377fe5ce
Branches
Tags
1 merge request!4Jean Wurtz 30/04/2025 : Bugfixes mainly for TEB and for simple precision
#ifdef MNH_OPENACC
!MNH_LIC Copyright 2013-2022 CNRS, Meteo-France and Universite Paul Sabatier
!MNH_LIC Copyright 2013-2023 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.
......@@ -200,7 +200,7 @@ MODULE MODE_MNH_ZWORK
CONTAINS
SUBROUTINE MNH_ALLOC_ZWORK(IMODEL)
SUBROUTINE MNH_ALLOC_ZWORK(KMODEL)
USE MODE_TOOLS_ll, ONLY: GET_DIM_EXT_ll, GET_INDICE_ll, LWEST_ll, LEAST_ll, LSOUTH_ll, LNORTH_ll
......@@ -209,7 +209,7 @@ CONTAINS
IMPLICIT NONE
INTEGER :: IMODEL
INTEGER, INTENT(IN) :: KMODEL
INTEGER :: JI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment