I load a simulation that I wrotw before. After that, I change the value of ja array like this: disu.ja.set_data( disu.ja.array + 0 ) (no value changes). Then, I write the simulation again using sim.write_simulation(). I checked the DISU file and the internal factor value changes from 1 to 1.0.
This changes does not allow to load again the simulation. This error appear:
Data "ja" with value "1.0" can not be converted to int.
I load a simulation that I wrotw before. After that, I change the value of ja array like this:
disu.ja.set_data( disu.ja.array + 0 )(no value changes). Then, I write the simulation again usingsim.write_simulation(). I checked the DISU file and the internal factor value changes from 1 to 1.0.This changes does not allow to load again the simulation. This error appear:
Data "ja" with value "1.0" can not be converted to int.