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

Philippe 05/05/2021: budgets: bugfix: set correct names for LES/spectrum/time...

Philippe 05/05/2021: budgets: bugfix: set correct names for LES/spectrum/time averaged variables + correct ltcompress
parent 3e677b5b
No related branches found
No related tags found
No related merge requests found
......@@ -1392,6 +1392,9 @@ do ji = 1, NMNHMAXDIMS
if ( tzfield%ndimlist(ji) == NMNHDIM_BUDGET_LES_TIME ) tzfield%ndimlist(ji) = NMNHDIM_BUDGET_LES_AVG_TIME
end do
tzfield%cmnhname = ygroup
tzfield%clongname = ygroup
tzbudiachro%cgroupname = ygroup
tzbudiachro%cname = ygroup
tzbudiachro%ccomment = Trim( tzfield%ccomment ) // ' (time averaged)'
......@@ -1406,7 +1409,7 @@ tzbudiachro%lmobile = .false.
tzbudiachro%licompress = .false.
tzbudiachro%ljcompress = .false.
tzbudiachro%lkcompress = .false.
tzbudiachro%ltcompress = .false.
tzbudiachro%ltcompress = .true.
tzbudiachro%lnorm = .false.
tzbudiachro%nil = iil
tzbudiachro%nih = iih
......
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