From 2592fd6f4dc0962a714ab62ea52e19037eacf8f6 Mon Sep 17 00:00:00 2001 From: Philippe WAUTELET <philippe.wautelet@aero.obs-mip.fr> Date: Thu, 29 Apr 2021 13:53:43 +0200 Subject: [PATCH] Philippe 29/04/2021: budgets: set horizontal compression to true for cartesian LES outputs --- src/MNH/mode_les_diachro.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MNH/mode_les_diachro.f90 b/src/MNH/mode_les_diachro.f90 index c78e23506..19d4dca8d 100644 --- a/src/MNH/mode_les_diachro.f90 +++ b/src/MNH/mode_les_diachro.f90 @@ -1032,8 +1032,8 @@ if ( iresp == 0 .and. any( zfield /= XUNDEF ) ) then tzbudiachro%ccategory = 'LES' tzbudiachro%cshape = 'cartesian' tzbudiachro%lmobile = .false. - tzbudiachro%licompress = .false. - tzbudiachro%ljcompress = .false. + tzbudiachro%licompress = .true. + tzbudiachro%ljcompress = .true. tzbudiachro%lkcompress = .false. tzbudiachro%ltcompress = oavg tzbudiachro%lnorm = onorm -- GitLab