Scripts to extract daily GLORYS model outputs from the following model products:
by Greg Pelletier | [email protected]) | https://github.com/gjpelletier/get_glorys
These scripts are used to download outputs from the GLORYS model products available from the European Copernicus Marine Environment Monitoring Service:
https://data.marine.copernicus.eu/
Here is more info about the GLORYS ocean reanalysis project by Mercator Ocean International:
https://www.mercator-ocean.eu/en/ocean-science/glorys/
Two versions of each daily and monthly script are available as follows for use with either Python/iPython (.py) or Jupyter Notebooks in Google Colab (.ipynb):
INSTRUCTIONS
Before using these scripts, it is first necessary to establish a free account with https://data.marine.copernicus.eu/ Your username will be assigned when you establish your account. Your password should not include special characters.
After you have established an account, the following are the instructions for using this script:
These script use the manual dictionary method that is described at the following Web page: https://help.marine.copernicus.eu/en/articles/5211063-how-to-use-the-motuclient-within-python-environment
Notes for installing motuclient if you have not yet installed it: $ python -m pip install --upgrade motuclient Otherwise (if there is no previous installation of motuclient), type in the following: $ python -m pip install motuclient That command should install and display motuclient package v1.8.8 To display the version: $ python -m motuclient --version If that command does not return: "motuclient-python v1.8.X" ("X" >= "8"), then type in the following: $ python -m pip install motuclient==1.8.8