Skip to content
Snippets Groups Projects
Commit 6aef4b80 authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Fix problem with adapt_member.sh which was not going to the proper directory.

parent fe0bc1cf
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,14 @@ INTERPOLATED_SST=whatever.nc
DESTINATION_GRID=%simulation.dynamics_grid_filename%
EXTERNAL_PARAMETERS_FILE=%simulation.external_parameters_filename%
STARTDATE=%SDATE%
MEMBER=%MEMBER%
# Member folder
MEMBER_DIR=${WORKDIR}/${STARTDATE}/${MEMBER}
cd ${MEMBER_DIR} || exit
# Load spack
. ${WORKDIR}/production_project/platforms/common/spack_utils.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment