Page 1 of 1

time step setting routine (former varpos.f90) in v9?

Posted: Tue Apr 07, 2026 12:55 pm
by daniele
Hello,
I was used to edit the varpos.f90 routine in v7 for some specific time-step settings. However, this routine is not present anymore in v9. I made a grep of "ischtp" in the src, but could not really understand the place where it is set.
Can you please help me?
Thank you very much in advance.
Kind regards,
Daniele

Re: time step setting routine (former varpos.f90) in v9?

Posted: Tue Apr 07, 2026 11:31 pm
by Yvan Fournier
Hello,

In v9.0, ischtp corresponds to 'cs_glob_time_step->time_order' in C (and is still called ischtp in Fortran).

It is set in cs_setup.cpp, near line 1090.

Best regards,

Yvan