- 积分
- 38794
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2019-5-13
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 一大碗年糕 于 2021-10-29 23:45 编辑
按目前最新github的UG里写的为下载CAC OISST数据CDCSITE="ftp.cdc.noaa.gov/pub/Datasets/noaa.oisst.v2"
实际上发现NOAA公告:
Browsers are ending their support of FTP links so PSL has switched to https links instead. However, you can still ftp files using anonyomous ftp. The ftp path is ftp2.psl.noaa.gov and cd to the directory in the link. Note that ftp.cdc.noaa.gov, an older name, is currently still supported. The paths are the same as the https link after changing the prefix to 'https://downloads' to 'ftp://ftp2' in the link.
所以改为CDCSITE="ftp2.psl.noaa.gov/pub/Datasets/noaa.oisst.v2" 再curl所需的SST数据即可
|
|