You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msg ="\n See ClimaOcean.jl/src/ECCO/README.md for instructions."
isnothing(username) &&throw(ArgumentError("Could not find the username for $(url). Please provide a username in the ECCO_USERNAME environment variable."* msg))
isnothing(password) &&throw(ArgumentError("Could not find the username for $(url). Please provide a password in the ECCO_PASSWORD environment variable."* msg))
# Version specific download file url
if data.version isa ECCO2Monthly || data.version isa ECCO2Daily
I think it might speed things up rather than doing the downloads in serial:
ClimaOcean.jl/src/DataWrangling/ECCO/ECCO_metadata.jl
Lines 184 to 206 in 1280a9d
The text was updated successfully, but these errors were encountered: