Can now set the endtime for simulation, instead of step number.

This commit is contained in:
Miikka Vaisala
2019-10-02 15:09:26 +08:00
parent 79fe634a84
commit f8e82d41af
3 changed files with 19 additions and 31 deletions

View File

@@ -27,6 +27,9 @@ AC_bin_save_t = 1e666
// simulation. If continuing from a saved step, specify the step number here.
AC_start_step = 0
// Maximum time in code units. If negative, there is no time limit
AC_max_time = -1.0
// Hydro
AC_cdt = 0.4
AC_cdtv = 0.3