Page 1 of 1

addinit - overflow

Posted: Tue Aug 14, 2018 4:19 am
by tvonbrasch
Hi
I am struggling to understand the addinit command. why does the code

Code: Select all

m.scenario "scenario 1"
m.addassign(i) @all
m.addinit(s=b, v=n) @all


lead to the error message:
overflow.PNG
overflow.PNG (9.12 KiB) Viewed 31955 times


and why does this

Code: Select all

delete *_a 'why does this work?
m.scenario "scenario 1"
m.addassign(i) @all
m.addinit(s=b, v=n) @all


and this code work

Code: Select all

m.scenario "scenario 1"
m.addinit(s=b, v=n) @all

(see attached workfile for the underlying data)
Thomas