Dear
Should data frequency be same in one force file? In the other hand:Is it possible to use one file with different frequency data in ROMS model?
To explain more : i have one file which contain several years data. Some years have 3 hourly data and another have 6 hourly data. Can i use it in ROMS?
cheers
redhat
data frequency
Re: data frequency
It should work as long as each has its own "time" dimension. You can have "wind_time" for the winds and "pair_time" for the surface pressure. In the old days, we let them each be an unlimited dimension and they therefore had to be in separate files, but now you can have files with more than one unlimited dimension. They don't have to be unlimited either, if that works best for you.
Re: data frequency
I have created separate files for each parameter. For example Pair have its own file (pair.nc) with own time dimension (pair_time). But its data does not have same frequency (3 hourly and 6 hourly).should it work, too?
Re: data frequency
Yes, this should work. ROMS keeps track of each field independently - at least for the forcing files.
Re: data frequency
yes you are on right.
Sorry , but it means that Pair (as an example) data can have different frequency in its own file (Pair.nc file)?
thanks
Sorry , but it means that Pair (as an example) data can have different frequency in its own file (Pair.nc file)?
thanks
Re: data frequency
Yes, that's right - try it and see.