Skip to content

Commit

Permalink
Merge pull request #178 from jklymak/fix-times-profiles
Browse files Browse the repository at this point in the history
FIX: time for profiles
  • Loading branch information
jklymak authored Jul 18, 2024
2 parents 11e6d62 + 1690dc1 commit 9f92866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyglider/ncprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def extract_timeseries_profiles(inname, outdir, deploymentyaml, force=False):
# 2 is "not eval"
# outname = outdir + '/' + utils.get_file_id(dss) + '.nc'
_log.info('Writing %s', outname)
timeunits = 'nanoseconds since 1970-01-01T00:00:00Z'
timeunits = 'seconds since 1970-01-01T00:00:00Z'
timecalendar = 'gregorian'
try:
del dss.profile_time.attrs['_FillValue']
Expand Down

0 comments on commit 9f92866

Please sign in to comment.