From: Odette T. <ode...@gm...> - 2017-11-02 14:27:26
|
Hi Mesa users, I am using the run_binary_extras to set some stopping conditions (extras_binary_check_model), but the run terminates abruply and I would like to save the last step when the stopping condition is met. I found in the 2015 summer school what I want to do in run_star_extras.f ! to save a profile, ! s% need_to_save_profiles_now = .true. ! to update the star log, ! s% need_to_update_history_now = .true. I wonder if there is a similar choice in the binary_extras. It might be useful to say that I am using version 9775. Cheers, Odette. |