Hi, John,
Thanks a lot for your quick anwsers for my question. In my application,
I set DSTART and TIDE_START as you said as,
DSTART=151.0 for Days of Jun1 1, 1990 from Jan. 1, 1990
TIDE_START=0.0
I assumed the model simuated beginning from June 1, 1990 in this way.
However, The model simulation time in the ROMS output files (ocean_time in history and station files) still started from 0, not started from 151*86400.0 as assumed. Do you have any clue about this? Should I set TIDE_START=151 as well.
Thanks
Dstart, and tide_start
Dstart, and tide_start
Last edited by azhang on Mon Aug 06, 2007 6:01 pm, edited 1 time in total.
-
- Posts: 55
- Joined: Tue Dec 13, 2005 7:23 pm
- Location: Univ of Maryland Center for Environmental Science
For me, I have
DSTART = 6940.0d0 ! days after TIME_REF, i.e. 1999 01 01
TIDE_START =0.0 ! days after tide forcing time axis origin
TIME_REF = 19800101.0d0 ! yyyymmdd.dd
TIDE_START totally depends on how you prepare the tidal forcing, i.e. how you generate the nodal factors and equilibrium arguments, You will need to
input starting time, and length of time of your tidal forcing to do that. If your input starting time is TIME_REF+DSTART, then you should have TIDE_START=DSTART
IF your input starting time is TIME_REF, then your should have TIDE_START=0 ,
i.e. TIDE_START is the offset of starting time (you used to generate nodal factors and equilibrium arguments) from TIME_REF in days.
Wen
DSTART = 6940.0d0 ! days after TIME_REF, i.e. 1999 01 01
TIDE_START =0.0 ! days after tide forcing time axis origin
TIME_REF = 19800101.0d0 ! yyyymmdd.dd
TIDE_START totally depends on how you prepare the tidal forcing, i.e. how you generate the nodal factors and equilibrium arguments, You will need to
input starting time, and length of time of your tidal forcing to do that. If your input starting time is TIME_REF+DSTART, then you should have TIDE_START=DSTART
IF your input starting time is TIME_REF, then your should have TIDE_START=0 ,
i.e. TIDE_START is the offset of starting time (you used to generate nodal factors and equilibrium arguments) from TIME_REF in days.
Wen