From e5d9166be9c3a3b3affbdabf146e2a0fc29e9628 Mon Sep 17 00:00:00 2001
From: Philippe WAUTELET <philippe.wautelet@aero.obs-mip.fr>
Date: Mon, 25 Jan 2021 10:27:59 +0100
Subject: [PATCH] P. Wautelet 25/01/2021: bugfix: do not call Write_budget at
 the beginning of the simulation

(cherry picked from commit 58270fcfaef72e2b55b26c5a40d58787ff6feab4)
---
 src/MNH/endstep_budget.f90 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/MNH/endstep_budget.f90 b/src/MNH/endstep_budget.f90
index eef2796be..947c07704 100644
--- a/src/MNH/endstep_budget.f90
+++ b/src/MNH/endstep_budget.f90
@@ -105,7 +105,6 @@ integer :: jbu, jgrp
 !
 call Print_msg( NVERB_DEBUG, 'BUD', 'Endstep_budget', 'called' )
 
-!Do not call Write_budget at the beginning of the simulation (this is necessary in the case were xbulen = xtstep)
 IF ( KTCOUNT == 1 ) RETURN
 
 SELECT CASE(CBUTYPE)
-- 
GitLab