关于自建model时为三相电压分配存储空间的疑问
在实际应用中,需要三相电压作为输入,INPUTY -- voltage as input
但是在用DELAY CELL()分配存储空间时,代码:
。。。
DELAY CELLS (Y): 3*(window/timestep + 1)
发现老是报错,如下:
KILL = 644.The real storage area is overflowing into the real stack.Increase the storage allocation for MODELS.
number of used real storage cells as this point = 397661
number of used real stack cells at this point = -189301
不知有没有哪位高人指导一下,如何为三相电压分配存储空间?
我以上描述可能不太清除,如有不清楚的地方请发帖,谢谢啦!
页:
[1]