I am a little confused with the ocean_time, DSTART, TIDE_START and TIME_REF.
I prepared all my input files with the time period from 00:00 01/01/2006 to 00:00 10/31/2008, if I want to start the simulating time from 00:00 09/01/2006, so I have to set the ocean_time in the initial condition file to 20995200 seconds (243 days*24*3600), right? when I did that, the model only works with NDEFHIS set to 0, or I will get the error
Code: Select all
NETCDF_PUT_FVAR_1D - error while writing variable: ocean_time
in input file: ./ETM_his.nc
call from: wrt_his.F
I noticed that the DSTART, TIDE_START and TIME_REF in my ocean.in file are all 0.0d0, dose it matter? how should I set each of them?
I tried the following,
DSTART = 243.0d0 ! days after TIME_REF, i.e. 2006 09 01 00 00
TIDE_START = 0.0d0 ! days after tide forcing time axis origin
TIME_REF = 20060101.0d0 ! yyyymmdd.dd
Is this right?
I appreciate any replies.
Happy thanksgiving!
Wenwu