time range mismatch

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
andres
Posts: 54
Joined: Tue May 06, 2003 4:35 pm
Location: University of Concepcion
Contact:

time range mismatch

#1 Unread post by andres »

Hi,

I want to do a hindcast run using Roms_Agrif v1.2 and SODA data which is saved into monthly files

When I try to run the coe I get the following error.

SET_CYCLE ERROR: non-cycling regime, but model time exeeds
time of the last available data record for variable: bry_time
TDAYS = 0.3652E+05 TLAST = 0.3660E+05

could you explain me where is the mistmatch?

Regards.

Andres

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

#2 Unread post by kate »

What is the time of your initial conditions and what are the times listed in the boundary file?

andres
Posts: 54
Joined: Tue May 06, 2003 4:35 pm
Location: University of Concepcion
Contact:

data from roms_ini.nc and roms_bry.nc

#3 Unread post by andres »

kate wrote:What is the time of your initial conditions and what are the times listed in the boundary file?
From roms_ini.nc

tstart = 36524
tend = 36524
scrum_time = 3155673600

From the roms_bry.nc

bry_time = 36849.0208333334, 36859.0208333334, 36869.0208333334,
36879.0208333334, 36889.0208333334, 36899.0208333334

and the error output is

SET_CYCLE ERROR: non-cycling regime, but model time exeeds
time of the last available data record for variable: bry_time
TDAYS = 0.3652E+05 TLAST = 0.3690E+05

GET_BRY -- Read all boundary data for time = 0.3685E+05
-1

Is this the information you need?

Andres

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

#4 Unread post by kate »

The error makes sense then. The model will try to read boundary info for a time that is equal to or before your model time as well as a time that is equal to or after your model time, then linearly interpolate between the two. All of your boundary times are in the future.

yxli
Posts: 10
Joined: Mon Mar 13, 2023 3:38 pm
Location: lanzhou university

Re: time range mismatch

#5 Unread post by yxli »

Hello, I have the same problem, how did you solve it?

Post Reply