Hi,everyone
When I run a tidal foring application ,something strange happened.It seems that zeta was set to zero periodically. I check variable 'ocean_time' in history file,which has the same error as zeta. Because RAMP_TIDE is used in my header file,the error in ocean_time could result in same error in zeta. But I am confused why that error happened?
Time relevant part in my ocean.in file is as follows:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
! Time-stamp assigned for model initialization, reference time
! origin for tidal forcing, and model reference time for output
! NetCDF units attribute.
DSTART = 0.0d0
TIDE_START = 0.0d0
TIME_REF = 20061225.00 ! yyyymmdd.dd
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
could someone give me some suggestion how to get rid of this error?
Thanks !