diff --git a/src/LIB/SURCOUCHE/src/mode_mnh_world.f90 b/src/LIB/SURCOUCHE/src/mode_mnh_world.f90 index 7047c45b8500d3fb44e51210305b753b139e27e8..5934d996b1acd7b39aaf962c32b74df5e8ac1d02 100644 --- a/src/LIB/SURCOUCHE/src/mode_mnh_world.f90 +++ b/src/LIB/SURCOUCHE/src/mode_mnh_world.f90 @@ -2,7 +2,7 @@ #undef MNH_OPENACC #endif -!MNH_LIC Copyright 1994-2021 CNRS, Meteo-France and Universite Paul Sabatier +!MNH_LIC Copyright 1994-2022 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. @@ -134,6 +134,8 @@ CONTAINS PRINT *,"Using OpenACC 3.0" case ( 202011 ) PRINT *,"Using OpenACC 3.1" + case ( 202111 ) + PRINT *,"Using OpenACC 3.2" case default PRINT *,"Using OpenACC (unknown version)" end select