In the following example, the second file acquires the wrong time value, apparently taking it from the first file:
$ pyferret
NOAA/PMEL TMAP
PyFerret v7.63 (optimized)
Darwin 19.6.0 - 12/10/21
15-Sep-23 15:14
yes? set data tmp1.nc
yes? set data tmp2.nc
yes? list/format=(G0)/d=1 t[gt=vm]
VARIABLE : T
axis TIME
FILENAME : tmp1.nc
BAD FLAG : -1.E+34
TIME : 06-NOV-2014 07:00:00
735544.29166666663 !!! <- .291...
yes? list/format=(G0)/d=2 t[gt=vm]
VARIABLE : T
axis TIME
FILENAME : tmp2.nc
BAD FLAG : -1.E+34
TIME : 06-NOV-2014 07:00:00 !!! WRONG time
735544.29166666663 !!! <- .291... WRONG
yes? cancel data/all !!!--- Swap the order ---
yes? set data tmp2.nc
yes? set data tmp1.nc
yes? list/format=(G0)/d=2 t[gt=vm]
VARIABLE : T
axis TIME
FILENAME : tmp1.nc
BAD FLAG : -1.E+34
TIME : 06-NOV-2014 08:00:00 !!! WRONG time
735544.33333333337 !!! <- .333... WRONG
yes? list/format=(G0)/d=1 t[gt=vm]
VARIABLE : T
axis TIME
FILENAME : tmp2.nc
BAD FLAG : -1.E+34
TIME : 06-NOV-2014 08:00:00
735544.33333333337 !!! <- .333...
yes?
I'm attaching a ZIP archive that includes the two netCDF files.
tmp-ncfiles.zip
In the following example, the second file acquires the wrong time value, apparently taking it from the first file:
I'm attaching a ZIP archive that includes the two netCDF files.
tmp-ncfiles.zip