From 7fa5d6d73146cf55ddb45df6c40a6af710d93e9e Mon Sep 17 00:00:00 2001 From: Quentin Rodier <quentin.rodier@meteo.fr> Date: Fri, 25 Jun 2021 15:13:32 +0200 Subject: [PATCH] Quentin 25/06/2021: bugfix CAMS file reading, NINDICE_CCN_IMM already allocated in ini_nsv --- src/MNH/read_cams_data_netcdf_case.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MNH/read_cams_data_netcdf_case.f90 b/src/MNH/read_cams_data_netcdf_case.f90 index 7dab58538..a8119205d 100644 --- a/src/MNH/read_cams_data_netcdf_case.f90 +++ b/src/MNH/read_cams_data_netcdf_case.f90 @@ -430,7 +430,7 @@ DEALLOCATE(XSV_LS) ALLOCATE (XSV_LS(IIU,IJU,ilevlen,NSV)) XSV_LS(:,:,:,:) = 0. ! -ALLOCATE(NINDICE_CCN_IMM(1)) +!ALLOCATE(NINDICE_CCN_IMM(1)) already allocated in ini_nsv NINDICE_CCN_IMM(1)=3 ! ! Define work arrays -- GitLab