ROMS is running beyond its assigned time limits
ROMS is running beyond its assigned time limits
I am using ROMS (quarter degree) for Indian Ocean with forcing files ranging from 1-JAN-2002 to 31-DEC-2011. Initial condition is on 4-JAN-2003. I preassigned the time step DT = 600 and NTIMES = 17280 (four months). Now the problem is that when I am running the model it is running beyond its assigned time limits (i.e.,beyond four months) until I manually kill the job . I am hereby attaching the ocean.in file for your reference.
- Attachments
-
- ocean_india.in
- (117.84 KiB) Downloaded 196 times
Re: ROMS is running beyond its assigned time limits
Your problem is in the time axis. You have:
which means your time origin starts in 1990 and your initial time is zero. I don't know what time is defined in your initial file, nor it's attributes. I keep the time origin in 1900, then set DSTART to the days since then corresponding to the time in my initial file. Alternately, you could leave DSTART=0 with time=0 in the file and change the TIME_REF. Then times in all other files would have to share this time origin (forcing, boundary, etc).
Code: Select all
DSTART = 0.0d0 ! days
TIDE_START = 0.0d0 ! days
TIME_REF = 19900101.0d0 ! yyyymmdd.dd