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

fix error in prepare_date_remote

parent 2e934bcc
No related branches found
No related tags found
No related merge requests found
Pipeline #19530 canceled
......@@ -72,8 +72,9 @@ if [ "${IC_DATA_IS_LOCAL}" != "True" ]; then
awk '{print $1}' fg_file.txt | xargs -I[] ln -sf [] .
grib_set -s stepRange=0,dataTime=0,dataDate=${STARTDATE:0:8} "%simulation.lbc_hhl_filepath%" ${COMMON_DATE_FOLDER}/HHL.grib
grib_set -s stepRange=0,dataTime=0,dataDate=${STARTDATE:0:8} "%simulation.lbc_wz_filepath%" ${COMMON_DATE_FOLDER}/WZ.grib
if [ "%simulation.lbc_wz_attach%" -eq "True" ]; then
if [ "%simulation.lbc_wz_attach%" = "True" ]; then
grib_copy "%simulation.lbc_wz_filepath%" ${COMMON_DATE_FOLDER}/WZ.grib
fi
......
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