Hi everyone,
I am using PORT and would like to drive it with repeated input data, for example loop twice over the data for years 2000-2001. What I have tried is to simply add the data list in offline_driver_fileslist twice.
But the model can not go forward at the last step of first loop: it reads in data following the second loop normally (like, read in 2000-01-01-01800 for the second time), but model step time is always at the last step of first year (2000-12-31-84600), therefore no monthly data output after first loop.
How can I avoid this issue? I don't want to copy the whole input files and change their model time - the data size is too large.
Thanks!
I am using PORT and would like to drive it with repeated input data, for example loop twice over the data for years 2000-2001. What I have tried is to simply add the data list in offline_driver_fileslist twice.
But the model can not go forward at the last step of first loop: it reads in data following the second loop normally (like, read in 2000-01-01-01800 for the second time), but model step time is always at the last step of first year (2000-12-31-84600), therefore no monthly data output after first loop.
How can I avoid this issue? I don't want to copy the whole input files and change their model time - the data size is too large.
Thanks!