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
Time problem of ROMS result output
-
- Posts: 1
- Joined: Mon Oct 24, 2022 12:48 pm
- Location: South China Sea Institute of Oceanography
- arango
- Site Admin
- Posts: 1367
- Joined: Wed Feb 26, 2003 4:41 pm
- Location: DMCS, Rutgers University
- Contact:
Re: Time problem of ROMS result output
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