From fb3f88ea8f6a10d33d5775fb375564e28adc8adb Mon Sep 17 00:00:00 2001 From: Quentin Rodier <quentin.rodier@meteo.fr> Date: Tue, 31 May 2022 16:48:46 +0200 Subject: [PATCH] Quentin 31/05/2022: bugfix for ALADIN prep (reading of wind velocity) introducted at commit 4c5642359508ef7 --- src/MNH/read_all_data_grib_case.f90 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MNH/read_all_data_grib_case.f90 b/src/MNH/read_all_data_grib_case.f90 index 841ae62b0..04a8ff5e8 100644 --- a/src/MNH/read_all_data_grib_case.f90 +++ b/src/MNH/read_all_data_grib_case.f90 @@ -1480,6 +1480,7 @@ END IF ! After this projection, the file is simil ! IF (HFILE(1:3)=='ATM') THEN +ISTARTLEVEL = 1 ALLOCATE (XU_LS(IIU,IJU,INLEVEL)) ALLOCATE (XV_LS(IIU,IJU,INLEVEL)) ALLOCATE (ZTU_LS(INO)) -- GitLab