The OASIS Coupler Forum

  HOME

Model time beyond namcouple maxtime

Up to Bugs and debugs

Posted by Anonymous at May 27 2014

Hi everyone, I have this error message: 
oasis_advance_run ERROR model time beyond namcouple maxtime 86400 86400 

Increasing $RUNTIME will work, but... In fact, mod_oasis_advance.F90 contains if (msec >= maxtime) then (...) I guess it should rather be if (msec > maxtime) then (...) no ? 

Cindy Lebeaupin Brossier

Posted by Anonymous at May 28 2014

Hi Cindy,

I guess you are using restart files (LAG >0) for your two models ? Are you sure that your two models begin at t=0 ? Even if the length of the simulation is maxtime (=runtime), as 0 is the first time step, you must stop the run at maxtime - deltat for each model (see the picture https://oasis.cerfacs.fr/wp-content/uploads/sites/114/2021/07/Runtime-and-LAG-1.pdf) so you must have the correct count of time step in the models.

Best regards, Laure
Reply to this