Added by Sonny L about 4 years ago
Hello,
I have a netCDF file with a time units of :
time:units = "hours since 2000-1-1 00:00:00"
and I need to convert to :
time:units = "hours since 1900-1-1 00:00:00"
without changing the absolute time.
The timestep is 3 hour.
Is it possible using cdo commands?
Thanks !
S.
hi Sonny!
check out the setreftime
operator for that
hth
ralf
Hi Ralf,
Thank you, I have solved !
S