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

Fix interpolate_sst.sh

parent 48b19700
No related branches found
No related tags found
No related merge requests found
Pipeline #19066 skipped
...@@ -25,7 +25,7 @@ spack load --first dwd-icon-tools % "%spack.compiler%" ...@@ -25,7 +25,7 @@ spack load --first dwd-icon-tools % "%spack.compiler%"
# Interpolate SST # Interpolate SST
source ${PROJ_FOLDER}/templates/event-generator/interpolate_sst.sh source ${PROJ_FOLDER}/templates/event-generator/interpolate_sst.sh
interpolate_SST ${DESTINATION_GRID} ${SST_FORCING} ${INTERPOLATED_SST} interpolate_SST "${DESTINATION_GRID}" "${SST_FORCING}" "${INTERPOLATED_SST}"
# Integrate # Integrate
......
...@@ -4,7 +4,7 @@ function interpolate_SST() { ...@@ -4,7 +4,7 @@ function interpolate_SST() {
local SST_OUTPUT="$3" local SST_OUTPUT="$3"
remap_namelist="tmp_sst_remap.nmp" remap_namelist="tmp_sst_remap.nmp"
cat >${remap_namelist} <<END cat > ${remap_namelist} <<END
&remap_nml &remap_nml
in_filename = "${SST_INPUT}" in_filename = "${SST_INPUT}"
......
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