Time problem of ROMS result output

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
huangyg_123
Posts: 1
Joined: Mon Oct 24, 2022 12:48 pm
Location: South China Sea Institute of Oceanography

Time problem of ROMS result output

#1 Unread post by huangyg_123 »

Hi everyone
When I run COAWST, I have a problem with the timing of the results output by ROMS. The running time of ROMS I set in the oceanin file is 2017-08-09 to 2017-09-18, but the time of ROMs output is 2017-08-07 to 2017-09-16. Hope someone can tell me where the problem is. See the attachment for the running log

User avatar
arango
Site Admin
Posts: 1347
Joined: Wed Feb 26, 2003 4:41 pm
Location: DMCS, Rutgers University
Contact:

Re: Time problem of ROMS result output

#2 Unread post by arango »

Ensure the time in the initial conditions NetCDF file is 2017-08-09. ROMS sets the initial time when reading the initial conditions NetCDF file. You can check that time easily if your NetCDF file has the correct units attribute for time:

Code: Select all

ncdump -t -v ocean_time my_roms_ini.nc

Post Reply