Skip to content

Commit

Permalink
Replace esmvaltool config files
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeucher committed Feb 22, 2024
1 parent 23af3d3 commit 804c09c
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion environments/esmvaltool/build_inner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,19 @@ eval "$( ${MAMBA} shell hook --shell bash)"
micromamba activate "${CONDA_INSTALLATION_PATH}/envs/${FULLENV}"
set -u

jupyter lab build
jupyter lab build

pushd ${CONDA_INSTALLATION_PATH}/envs/${FULLENV}/lib/python3.11/site-packages/esmvaltool
rm config-references.yml
ln -sf /g/data/xp65/public/apps/esmvaltool/config/config-references.yml config-references.yml
pushd -

pushd ${CONDA_INSTALLATION_PATH}/envs/${FULLENV}/lib/python3.11/site-packages/esmvalcore
rm config-user.yml
ln -sf /g/data/xp65/public/apps/esmvaltool/config/config-user.yml config-user.yml
pushd -

pushd ${CONDA_INSTALLATION_PATH}/envs/${FULLENV}/lib/python3.11/site-packages/esmvalcore
rm config-developer.yml
ln -sf /g/data/xp65/public/apps/esmvaltool/config/config-developer.yml config-developer.yml
pushd -

0 comments on commit 804c09c

Please sign in to comment.