From fbdee52562da2dafd7ed786a0269e6fe90617812 Mon Sep 17 00:00:00 2001 From: Quentin Rodier <quentin.rodier@meteo.fr> Date: Wed, 5 Oct 2022 13:30:04 +0200 Subject: [PATCH] Quentin 05/10/2022: minor bugfix phys_paramn compilation mesonh, remove duplicated declared keys --- src/mesonh/ext/phys_paramn.f90 | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mesonh/ext/phys_paramn.f90 b/src/mesonh/ext/phys_paramn.f90 index a21b565a9..410592b19 100644 --- a/src/mesonh/ext/phys_paramn.f90 +++ b/src/mesonh/ext/phys_paramn.f90 @@ -414,8 +414,6 @@ REAL :: ZTEMP_DIST ! time between 2 instants (in seconds) ! LOGICAL :: GRAD ! conditionnal call for the full radiation ! computations -LOGICAL :: LHARAT, LSTATNW ! switch for HARMONIE-AROME turb physics option - ! TODO: linked with modd_turbn + init at default_desfmn REAL :: ZRAD_GLOB_ll ! 'real' global parallel mask of 'GRAD' INTEGER :: INFO_ll ! error report of parallel routines ! the only cloudy columns -- GitLab