Skip to content

Commit

Permalink
downgrade version of esmf package to fix bug described in pangeo-data…
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Nov 9, 2023
1 parent 8bfc403 commit 7382be7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/scripts/docker_env/scripts/xesmf_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
# Last Updated: 2023-11-08 ([email protected])
# Notes: Adds Python package to read Tripolar grids
# Updated xesmf version from 0.3.0 because <0.7.1 does not work with mamba
# Downgrade esmf to 8.3.1 due to know bug described in this issue:
# https://github.com/pangeo-data/xESMF/issues/246
# Python Packages:
# netcdf4==1.6.2
# xarray==2022.3.0
# xesmf==0.8.2
# esmf==8.3.1
#
# Other Content: None
################################################################################
Expand All @@ -26,3 +29,5 @@ mamba create -y --clone ${BASE_ENV} --name ${ENV_NAME}
mamba install -y --name ${ENV_NAME} -c conda-forge netcdf4==1.6.2
mamba install -y --name ${ENV_NAME} -c conda-forge xarray==2022.3.0
mamba install -y --name ${ENV_NAME} -c conda-forge xesmf==0.8.2
mamba install -y --name ${ENV_NAME} -c conda-forge esmf==8.3.1

0 comments on commit 7382be7

Please sign in to comment.