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

correction

parent 0bfecbcf
No related branches found
No related tags found
No related merge requests found
Pipeline #19913 passed
...@@ -55,7 +55,7 @@ if [ "${LBC_DATA_IS_LOCAL}" != "True" ]; then ...@@ -55,7 +55,7 @@ if [ "${LBC_DATA_IS_LOCAL}" != "True" ]; then
# make a working directory for converting boundary conditions # make a working directory for converting boundary conditions
mkdir -p work/${STARTDATE}/${MEMBER} || exit mkdir -p work/${STARTDATE}/${MEMBER} || exit
tar -zxvf ${FC_TAR_SOURCE} -C work tar -zxvf ${FC_TAR_SOURCE} -C work/${STARTDATE}
DYNAMICS_GRID_FILENAME=%simulation.dynamics_grid_filename% DYNAMICS_GRID_FILENAME=%simulation.dynamics_grid_filename%
BOUNDARY_GRID_FILE=%simulation.lateral_boundary_grid_filename% BOUNDARY_GRID_FILE=%simulation.lateral_boundary_grid_filename%
......
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