Hi all,
I run into a situation that the forcing file for wind stress is too huge. There are 10 years data in the forcing file. I'd like to split it in 5 files, with 2 years records in each file. Does ROMS agree with that? If so, how to add these 5 files into the *.in file?
Thanks
How to split one input file into different ones
Re: How to split one input file into different ones
ROMS does *not* know how to handle multiple files in a sequence. You can split the file into several using ncks from the nco package, but you should probably make them overlap in time. Then you have to restart during the overlap period, making sure to switch from one to the next.
Re: How to split one input file into different ones
Thank you, Kate.
Then, I would a little concern about the potential discontinuity between each restart point. I know that ROMS can do perfect restart, but have not had a try yet.
Then, I would a little concern about the potential discontinuity between each restart point. I know that ROMS can do perfect restart, but have not had a try yet.