From 6941b7ed59dc16fb0742155aa3498c02074803a0 Mon Sep 17 00:00:00 2001
From: Philippe WAUTELET <philippe.wautelet@aero.obs-mip.fr>
Date: Fri, 2 Jul 2021 08:51:02 +0200
Subject: [PATCH] Philippe 02/07/2021: budgets: fix for time series variables
 in LFI diachronic files

---
 src/MNH/write_diachro.f90 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/MNH/write_diachro.f90 b/src/MNH/write_diachro.f90
index cfb648886..de060fcd6 100644
--- a/src/MNH/write_diachro.f90
+++ b/src/MNH/write_diachro.f90
@@ -314,7 +314,7 @@ else if ( ycategory == 'Flyers' ) then
   end if
 else if ( ycategory == 'Profilers' .or. ycategory == 'Stations' ) then
   ytype = 'CART'
-else if ( ycategory == 'Time series'  ) then
+else if ( ycategory == 'Time_series'  ) then
   if ( tpbudiachro%licompress ) then
     ytype = 'CART'
   else
-- 
GitLab