-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I have been running TempestExtremes via the one-shot wrapper provided by TCTrack on one-year chunks of data on JASMIN. Tracks were successfully produced for the year 1950, but all subsequent years failed during the StitchNodes step because the data pre-processing resulted in mis-matched time steps. However, TCTrack continued to produce output files. Upon further investigation I found that these files were all identical, containing the tracks for 1950. I am running with the option to produce intermediate files 'nodes_out.dat' and 'tracks_out.txt', which are stored in the same directory that the computation script (Jupyter notebook) is running.
It seems like TCTrack is using the intermediatea files to produce an output track file even when the TempExt step fails.