Dear ROMS users
I downloaded the matlab scripts from the website and use the d_ecmwf2roms.m to process my forcing files.but i found i can't select the step "0" of dateset ECMWF-ERA,so the varaible "time" in my forcing file will not start with 0 but 0.0625.when i run the ROMS it will blow up with a prompt that data does not include initialization time = 0 00:00:00.could anybody help me figure it out? can i simply change the first value of time to "0"?
thanks in advance.
initialization time
Re: initialization time
You have two choices:
[*] grab a file from the previous day
[*] change the time in the first of the files
[*] grab a file from the previous day
[*] change the time in the first of the files
Re: initialization time
hello katekate wrote:You have two choices:
[*] grab a file from the previous day
[*] change the time in the first of the files
thanks for your reply.i decide to change the value of the first time to "0".