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

Add sea_surface_temperature_forcing to the simulation configuration section...

Add sea_surface_temperature_forcing to the simulation configuration section and modify prepare_experiment.sh to copy it to the experiment data folder.
parent f61ad943
No related branches found
No related tags found
No related merge requests found
Pipeline #19024 passed
......@@ -16,3 +16,4 @@ simulation:
# Where are we getting our initial data from?
local: true
parent_folder: /archive/meteo/external-models/dwd/icon/oper/icon_oper_eps_gridded-global_rolling/
sea_surface_temperature_forcing: /project/meteo/w2w/Z2/autoicon/dummy_sst_enso_neutral.nc
......@@ -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%
# Activate spack
. ${WORKDIR}/proj/platforms/common/spack_utils.sh
......@@ -40,6 +40,8 @@ ln -sf "${ICON_DATA_PATH}/rrtmg_lw.nc" .
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} .
# 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