-
Notifications
You must be signed in to change notification settings - Fork 7
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
Issue running icenet_data_sic
with 2020 date range
#192
Comments
Relevant code section: icenet/icenet/data/sic/osisaf.py Line 404 in 4608624
Checking the
But,
Possible causes
Checking
|
OSI-430-a shows start date for dataset as 01/01/2021, but start date set to 18/11/2018 here: icenet/icenet/data/sic/osisaf.py Line 325 in 4608624
Is this the correct start date? This results in OSI-430-a remote directory being set instead of OSI-430-b for date range (between 2020-1-1 and 2020-1-30) specified in original post, and the data not being found: icenet/icenet/data/sic/osisaf.py Lines 400 to 402 in 4608624
|
Might be redundant issue, with v3.0.0 moving to a separate data downloader module (download-toolbox), and with changes in Refer to #186 |
Fixes #192: Issue running icenet_data_sic with 2020 date range
Description
Attempting to download Sea Ice Concentration dataset for southern hemisphere from OSI SAF between 2020-1-1 and 2020-1-30 causes
FTP error
warning, and does not download any files todata/
directory as expected.Steps taken are based on 01.cli_demonstration notebook in icenet-notebooks.
What I Did
Commands run:
$ icenet_data_masks south $ icenet_data_era5 south -d --vars uas,vas,tas,zg --levels ',,,500|250' 2020-1-1 2020-1-30 $ icenet_data_sic south -d 2020-1-1 2020-1-30
The last line results in the following error:
Note: Changing command's date range to 2021 year, i.e. between
2021-1-1
and2021-1-30
downloads files as expected without warnings.The text was updated successfully, but these errors were encountered: