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

Fix SST file name.

parent 3ffca45e
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ WORKDIR=%HPCROOTDIR%
DYNAMICS_GRID_FILENAME=%simulation.dynamics_grid_filename%
RADIATION_GRID_FILE=%simulation.radiation_grid_filename%
EXTERNAL_PARAMETERS_FILE=%simulation.external_parameters_filename%
SST_FORCING=%simulation.sea_surface_temperature_forcing%
SST_FORCING=%simulation.initial_conditions.sea_surface_temperature_forcing%
# Activate spack
. ${WORKDIR}/proj/platforms/common/spack_utils.sh
......@@ -41,7 +41,7 @@ ln -sf "${ICON_DATA_PATH}/ECHAM6_CldOptProps.nc" .
ln -sf "${ICON_BASE_PATH}/run/ana_varnames_map_file.txt" .
# Copy sst forcing
cp ${SST_FORCING} .
cp "${SST_FORCING}" .
# Change permissions to read only.
chmod 440 ./*
\ No newline at end of file
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