Dear Jonathan,
Additional to the previous answer, you could also "chop" or slice your existent result to a new one using the bundled python scripts.
Launch the opentelemac command prompt (windows) or terminal (linux) and type:
runSELAFIN.py chop -f [ini_frame] -s [end_frame] [Inputfile.slf] [Outputfile.slf]
Please replace the brackets ([ ]) with your data,if your last frame is "100" and your want only your last frame:
runSELAFIN.py chop -f 100 -s 100 results_model.slf last_frame_model.slf
Also you could check the last frame using Bluekenue, using the animate/time toolbar.
Some (aditional) flags for the chop command and its equivalent:
-f: --from
-s: --stop
-d: --step
-r: --replace
Please, make a backup of your SLF file if you decide to use the "-r" option, as it overwrites the input file!
Hope it helps.
Regards,
José D.