Page 1 of 1

make a run for only post-processing

Posted: Wed Oct 08, 2014 11:05 am
by romoli
Hello,

I may have miss it in the documentation but i am wondering if it is possible to make a run only to compute some additionnal information using cs_user_postprocess_var.f90.

In my mind, there will be no need to make additional iteration, just reading the restart files and compute the new fields with the subroutine.

Is it possible ?

Re: make a run for only post-processing

Posted: Thu Oct 09, 2014 1:03 pm
by Brian Angel
Hello,

You should be able to do this by setting the numbers of iterations to the current value +1 iteration. CS will then run for one more iteration and also compute and output the information you want in the user routine.

Regards,

Brian Angel.