From 8372c7268400a3e25328aafefefc3d7486042676 Mon Sep 17 00:00:00 2001 From: "Takumi.Matsunobu" <Takumi.Matsunobu@physik.uni-muenchen.de> Date: Wed, 21 Jun 2023 09:59:11 +0200 Subject: [PATCH] fix prepare_date_remorte --- templates/real-from-d2-ana/prepare_date_remote.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/real-from-d2-ana/prepare_date_remote.sh b/templates/real-from-d2-ana/prepare_date_remote.sh index 32c7d94..555c344 100644 --- a/templates/real-from-d2-ana/prepare_date_remote.sh +++ b/templates/real-from-d2-ana/prepare_date_remote.sh @@ -11,13 +11,11 @@ if [ "${IC_DATA_IS_LOCAL}" != "True" ]; then STARTDATE=%SDATE% HPCUSER=%HPCUSER% HPCHOST=%HPCHOST% - MEMBER=%MEMBER% # Define date directory, create it and go there COMMON_DATE_FOLDER=${WORKDIR}/${STARTDATE}/inidata # Exploit the number from the member name - AN_MEMBER=$(printf "%03d" ${MEMBER:1}) INITIAL_CONDITIONS_PARENT_FOLDER=%SIMULATION.INITIAL_CONDITIONS.PARENT_FOLDER% INITIAL_CONDITIONS_PATH=${INITIAL_CONDITIONS_PARENT_FOLDER}/${STARTDATE:0:8}00 -- GitLab