From 6876e230967ad9c2e283e01dbe2b65c10c47c409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20Tint=C3=B3=20Prims?= <oriol.tinto@lmu.de> Date: Fri, 24 Mar 2023 15:46:57 +0100 Subject: [PATCH] Adding the missing HPCUSER=%HPCUSER% and HPCHOST=%HPCHOST% --- templates/real-from-dwd-ana/prepare_date_local.sh | 3 +++ templates/real-from-dwd-ana/prepare_date_remote.sh | 2 ++ 2 files changed, 5 insertions(+) diff --git a/templates/real-from-dwd-ana/prepare_date_local.sh b/templates/real-from-dwd-ana/prepare_date_local.sh index bd06efb..8473946 100644 --- a/templates/real-from-dwd-ana/prepare_date_local.sh +++ b/templates/real-from-dwd-ana/prepare_date_local.sh @@ -6,6 +6,9 @@ if [ "${IS_LOCAL}" == "True" ]; then # Get some variables provided by autosubmit. WORKDIR=%HPCROOTDIR% STARTDATE=%SDATE% + HPCUSER=%HPCUSER% + HPCHOST=%HPCHOST% + # Define date directory, create it and go there COMMON_DATE_FOLDER=${WORKDIR}/${STARTDATE}/inidata diff --git a/templates/real-from-dwd-ana/prepare_date_remote.sh b/templates/real-from-dwd-ana/prepare_date_remote.sh index 2d6809b..3e9e8e1 100644 --- a/templates/real-from-dwd-ana/prepare_date_remote.sh +++ b/templates/real-from-dwd-ana/prepare_date_remote.sh @@ -6,6 +6,8 @@ if [ "${IS_LOCAL}" == "0" ]; then # Get some variables provided by autosubmit. WORKDIR=%HPCROOTDIR% STARTDATE=%SDATE% + HPCUSER=%HPCUSER% + HPCHOST=%HPCHOST% # Define date directory, create it and go there COMMON_DATE_FOLDER=${WORKDIR}/${STARTDATE}/inidata -- GitLab