Skip to content
Snippets Groups Projects
Commit e5d9166b authored by WAUTELET Philippe's avatar WAUTELET Philippe Committed by VIE Benoît
Browse files

P. Wautelet 25/01/2021: bugfix: do not call Write_budget at the beginning of the simulation

(cherry picked from commit 58270fcf)
parent b442352a
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,6 @@ integer :: jbu, jgrp ...@@ -105,7 +105,6 @@ integer :: jbu, jgrp
! !
call Print_msg( NVERB_DEBUG, 'BUD', 'Endstep_budget', 'called' ) 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 IF ( KTCOUNT == 1 ) RETURN
SELECT CASE(CBUTYPE) SELECT CASE(CBUTYPE)
......
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