从以下模型产品中提取每日 GLORYS 模型输出的脚本:
作者:格雷格·佩尔蒂埃 | [email protected]) | https://github.com/gjpelletier/get_glorys
这些脚本用于下载欧洲哥白尼海洋环境监测服务提供的 GLORYS 模型产品的输出:
https://data.marine.copernicus.eu/
以下是有关墨卡托海洋国际公司 GLORYS 海洋再分析项目的更多信息:
https://www.mercator-ocean.eu/en/ocean-science/glorys/
每个每日和每月脚本有两个版本,如下所示,可与 Google Colab 中的 Python/iPython (.py) 或 Jupyter Notebooks (.ipynb) 一起使用:
指示
在使用这些脚本之前,首先需要通过 https://data.marine.copernicus.eu/ 建立一个免费帐户。当您建立帐户时,将分配您的用户名。您的密码不应包含特殊字符。
建立帐户后,以下是使用此脚本的说明:
这些脚本使用以下网页中描述的手动字典方法:https://help.marine.copernicus.eu/en/articles/5211063-how-to-use-the-motuclient-within-python-environment
如果尚未安装 motuclient,请注意安装它: $ python -m pip install --upgrade motuclient 否则(如果以前没有安装 motuclient),请输入以下内容: $ python -m pip install motuclient 该命令应该安装并显示 motuclient 软件包 v1.8.8 显示版本: $ python -m motuclient --version 如果该命令未返回:“motuclient-python v1.8.X”(“X”>=“8”),然后输入以下内容: $ python -m pip install motuclient==1.8.8