Skip to content

Commit

Permalink
Merge pull request #68 from ACCESS-NRI/esmvaltool
Browse files Browse the repository at this point in the history
Replace esmvaltool config files
  • Loading branch information
rbeucher authored Feb 22, 2024
2 parents e192c9e + 804c09c commit 14f82d1
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 14f82d1

Please sign in to comment.