https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 2ccff4c5e3176b7ec1aa4dd2e5401e6d4d62a751 authored by Tomas Lovato on 06 July 2021, 12:30:53 UTC
extend esacci-oc dataset to recent data and automate raw data download
Tip revision: 2ccff4c
environment_osx.yml
---
name: esmvaltool
channels:
  - conda-forge
  - esmvalgroup

dependencies:
  # Python packages that cannot be installed from PyPI:
  - cartopy>=0.18
  - compilers
  - gdal
  - esmpy
  - esmvalcore>=2.2.0,<2.3
  - iris>=3.0.1
  - matplotlib>3.3.1  # bug in 3.3.1 but 3.3.3 gets installed automatically
  # Non-Python dependencies
  - cdo>=1.9.7
  - eccodes!=2.19.0  # cdo dependency; something messed up with libeccodes.so
  - imagemagick
  - mpich<3.4  # avoid 3.4.1 external_2 from conda-forge like the plague
  - nco
  - ruamel.yaml
  - scikit-learn  # may hit hw-specific issue if from pypi https://github.com/scikit-learn/scikit-learn/issues/14485
back to top