pyschism icon indicating copy to clipboard operation
pyschism copied to clipboard

I have to download GFS or ERA data once again when I interrupt the process?

Open lj-cug opened this issue 1 year ago • 2 comments

When I interrupted the forcing data processing, the GFS or ERA-5 data have to been downloaded once again, the historic downloaded data cannot be read? The downloading elapsed time sometimes is long. Li Jian

lj-cug avatar Apr 18 '24 06:04 lj-cug

I'm just a pyschism user, so I don't know the full details of the implementation; my understanding is that there's no caching mechanism for partially downloaded meteorological forcing files. At least ERA5 doesn't seem to have it. GFS has 3 different implementations, but I still think they don't have that functionality

SorooshMani-NOAA avatar Apr 18 '24 13:04 SorooshMani-NOAA

The downloaded data was saved to a temporary folder created by tempfile.TemporaryDirectory(). After generating sflux files, this folder will be deleted.

Downloading ERA5 has been slow in the last couple months because they are in a transition to a new API which caused the longer queueing time.

cuill avatar Apr 27 '24 00:04 cuill