Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lj-cug opened this issue Apr 18, 2024 · 2 comments
Open

Comments

@lj-cug
Copy link

lj-cug commented Apr 18, 2024

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

@SorooshMani-NOAA
Copy link
Contributor

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

@cuill
Copy link
Member

cuill commented Apr 27, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants