Skip to content
Snippets Groups Projects
Commit 2592fd6f authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 29/04/2021: budgets: set horizontal compression to true for cartesian LES outputs

parent 162b3e86
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment