-
Notifications
You must be signed in to change notification settings - Fork 2
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
ToDo: input bed data into icepack #9
Comments
Hi Jonny and Andrew, I am currently looking at the tutorial from icepack. I am trying to replicate the result in 03-larsen-ice-shelf. ipynb Then I find in the code it needs to download the bed machine of Antarctica using the following code: However, when I run it, it always gives me an error, which indicates failure to connect to remote host. I think this is because the file names in the scripts are outdated. For example, from the website NSIDC where the data is hosted, they have updated the data to _v3, where in the script, icepack requires to download _v2. I think this could be a problem causing the connection failure. I am trying to bypass these lines of scripts and make the tutorial work. |
Update on cannot download datasets using icepack default functions: For example. we cannot directly fetch the bed machine data using the icepack function. But we can find a line on bed machine data in the file as following: Now we copy and paste the third part of the code, which is a URL can lead you to direct download. After you download the dataset, copy-paste it to the same folder as the .ipynb file, then use Similar problems could occur to many of dataset that use default path in icepack, going to the source file and manually download the files could be helpful in most cases. |
Write a notebook that takes bed topography data from Thwaites Glacier and simulates ice flow over it.
The text was updated successfully, but these errors were encountered: