[email protected],
Revising this thread because after a few tests, I don't think it works exactly the way you describe. My my testing, if I specify:
128 start_output_save
300 iter_out_save
I get save files at iteration 300, 600, 900, etc., not 128, 428, 728 as you indicated above. Or... am I missing something?
So... this is a bit of a pain, because if I have, say 432 iterations per day (200 for del_t) I can't save on the even day (i.e. xxxxxx.0000) because those are at iteration 1, 433, 865, etc. Instead, plugging in 432 for iter_out_save gives me saves just before x.0000 and then that can be a problem because I need a data point for the previous day when I restart. It makes all the data prep logic more complex than it probably needs to be.
Long story short... is there a configuration that would create the save files at x + y * n where I can specify x and y and n is the sequence of integers [1...2...3... and so on]?
Thanks,
Pat