<div dir="ltr">Hi,<div><br></div><div>I found a function in nek which would let you do a restart from 3 previous fld files. This is how I called the function:</div><div><br></div><div>% ----</div><div> in usrchk:</div><div>

<br></div><div>      prefix = 'rs6'</div><div><div>      iosave  = iostep                   </div><div>      iosize  = 8</div><div>      nfld    = 3                          </div><div>      call restart_save(iosave,iosize,nfld) .</div>

</div><div>%---- </div><div>in rea file :</div><div><br></div><div><div>           3  PRESOLVE/RESTART OPTIONS  *****                   </div><div> rs6sqr0.f0004</div><div> rs6sqr0.f0005</div><div> rs6sqr0.f0006  </div></div>

<div>%-----</div><div><br></div><div>This dumps out six rs6blah0.f***** and is overwritten once every 2*iostep I believe. When I try to restart using this, I still see that at the restart,</div><div>the pressure values are off. I am guessing that I am not calling it the right way in the rea file. Is there a separate function for loading multiple restart files that I would have to call in usrchk ?</div>

<div><br></div><div>Or is this behavior a by-product of SEM ?</div><div><br></div><div>Thanks for any help.</div><div><br clear="all">Regards<br>Shriram<br>
</div></div>