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

Philippe 13/05/2020: budgets: bugfix: correct condition to enable SEDI source...

Philippe 13/05/2020: budgets: bugfix: correct condition to enable SEDI source for nsv_lima_ni budget
parent 47f9dd26
No related branches found
No related tags found
No related merge requests found
......@@ -3076,7 +3076,7 @@ SV_BUDGETS: do jsv = 1, ksv
tzsource%clongname = 'correction'
call Budget_source_add( tbudgets(ibudget), tzsource, gcond, igroup )
gcond = lptsplit .and. lcold_lima .and. lsedi_lima
gcond = lcold_lima .and. lsedi_lima
tzsource%cmnhname = 'SEDI'
tzsource%clongname = 'sedimentation'
call Budget_source_add( tbudgets(ibudget), tzsource, gcond, igroup )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment