How to convert the 'time_rec' into UTC in Ocean color L3 binned data. Thanks for your replies sincerely.
Data demo: https://oceandata.sci.gsfc.nasa.gov/getfile/AQUA_MODIS.20230130.L3b.DAY.SST.nc
How to convert the 'time_rec' into UTC in Ocean color L3 binned data
-
- Subject Matter Expert
- Posts: 272
- Joined: Thu Mar 05, 2009 10:25 am America/New_York
- Been thanked: 3 times
Re: How to convert the 'time_rec' into UTC in Ocean color L3 binned data
Not sure how useful the time_rec is, but this is what is stored. time_rec is the mean of the time for each pixel added to the bin. Actually, we only use the time for each line. The time is a float of TAI93. That would be the number of TAI seconds since Jan 1, 1993. The normal epoch for TAI is 1958, but 1993 was used as an epoch for the MODIS sensors to make the number smaller. To get to UTC you will have to deal with leap seconds.
don
don