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 ...@@ -1032,8 +1032,8 @@ if ( iresp == 0 .and. any( zfield /= XUNDEF ) ) then
tzbudiachro%ccategory = 'LES' tzbudiachro%ccategory = 'LES'
tzbudiachro%cshape = 'cartesian' tzbudiachro%cshape = 'cartesian'
tzbudiachro%lmobile = .false. tzbudiachro%lmobile = .false.
tzbudiachro%licompress = .false. tzbudiachro%licompress = .true.
tzbudiachro%ljcompress = .false. tzbudiachro%ljcompress = .true.
tzbudiachro%lkcompress = .false. tzbudiachro%lkcompress = .false.
tzbudiachro%ltcompress = oavg tzbudiachro%ltcompress = oavg
tzbudiachro%lnorm = onorm tzbudiachro%lnorm = onorm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment