One of the most frequent issues causing SPASSO to stop running is the satellite data download not working. The SPASSO run is usually interrupted by this kind of error:
## Downloading Copernicus_PHY
INFO - 2025-01-20T10:45:59Z - Dataset version was not specified, the latest one was selected: "202311"
INFO - 2025-01-20T10:45:59Z - Dataset part was not specified, the first one was selected: "default"
INFO - 2025-01-20T10:45:59Z - Service was not specified, the default one was selected: "original-files"
INFO - 2025-01-20T10:45:59Z - Downloading using service original-files...
INFO - 2025-01-20T10:46:06Z - No data to download
Traceback (most recent call last):
File "/home/SPASSODEV/spasso2.0/src/Spasso.py", line 105, in <module>
if (spasso() == 0):
File "/home/SPASSODEV/spasso2.0/src/Spasso.py", line 33, in spasso
eval('Fields.'+nprod+'.download()')
File "<string>", line 1, in <module>
File "/home/SPASSODEV/spasso2.0/src/Fields.py", line 227, in download
exf,ff = Library.ExistingFile(get_files[0],ddate[nf])
IndexError: list index out of range
In the following, please find a check list to fix this error:
Most of the time to fix the issue, one just need to:

One of the most frequent issues causing SPASSO to stop running is the satellite data download not working. The SPASSO run is usually interrupted by this kind of error:
In the following, please find a check list to fix this error:
Most of the time to fix the issue, one just need to:
config_YOURCRUISE.inifile (for example phy_id = ) to match the one on Copernicus server:config_YOURCRUISE.inifile by modifying the product date (for example phy_date = 0_ago to phy_date = 2_ago).