Skip to content
Snippets Groups Projects
Commit 8372c726 authored by Takumi.Matsunobu's avatar Takumi.Matsunobu
Browse files

fix prepare_date_remorte

parent cf96e956
No related branches found
No related tags found
No related merge requests found
Pipeline #19086 failed
...@@ -11,13 +11,11 @@ if [ "${IC_DATA_IS_LOCAL}" != "True" ]; then ...@@ -11,13 +11,11 @@ if [ "${IC_DATA_IS_LOCAL}" != "True" ]; then
STARTDATE=%SDATE% STARTDATE=%SDATE%
HPCUSER=%HPCUSER% HPCUSER=%HPCUSER%
HPCHOST=%HPCHOST% HPCHOST=%HPCHOST%
MEMBER=%MEMBER%
# Define date directory, create it and go there # Define date directory, create it and go there
COMMON_DATE_FOLDER=${WORKDIR}/${STARTDATE}/inidata COMMON_DATE_FOLDER=${WORKDIR}/${STARTDATE}/inidata
# Exploit the number from the member name # Exploit the number from the member name
AN_MEMBER=$(printf "%03d" ${MEMBER:1})
INITIAL_CONDITIONS_PARENT_FOLDER=%SIMULATION.INITIAL_CONDITIONS.PARENT_FOLDER% INITIAL_CONDITIONS_PARENT_FOLDER=%SIMULATION.INITIAL_CONDITIONS.PARENT_FOLDER%
INITIAL_CONDITIONS_PATH=${INITIAL_CONDITIONS_PARENT_FOLDER}/${STARTDATE:0:8}00 INITIAL_CONDITIONS_PATH=${INITIAL_CONDITIONS_PARENT_FOLDER}/${STARTDATE:0:8}00
......
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