From: Jean-Claude P. <jc...@gm...> - 2011-10-09 21:34:05
|
Hi all, is it possible to create 2 (or more) restart files during the same run ? I tried to add to my inlist: -------------------------------------------------------- save_model_number = 100 save_model_filename = 'test_1.mod' save_model_number = 200 save_model_filename = 'test_2.mod' -------------------------------------------------------- but only the second is created ? Also, is there an easy way to save the corresponding profiles ? For now I am adjusting profile_interval accordingly but it's not ideal and will become problematic when I will be saving two models. Thanks a lot, JC |