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

wrong path to grid files

parent 98f1a74b
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ if [ "${LBC_DATA_IS_LOCAL}" != "True" ]; then ...@@ -22,6 +22,7 @@ if [ "${LBC_DATA_IS_LOCAL}" != "True" ]; then
# 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
COMMON_GRID_FOLDER=${WORKDIR}/inidata
AN_MEMBER=$(printf "%03d" %SIMULATION.BOUNDARY_CONDITIONS.MEMBER%) AN_MEMBER=$(printf "%03d" %SIMULATION.BOUNDARY_CONDITIONS.MEMBER%)
BOUNDARY_CONDITIONS_PARENT_FOLDER=%SIMULATION.BOUNDARY_CONDITIONS.PARENT_FOLDER% BOUNDARY_CONDITIONS_PARENT_FOLDER=%SIMULATION.BOUNDARY_CONDITIONS.PARENT_FOLDER%
...@@ -60,11 +61,11 @@ if [ "${LBC_DATA_IS_LOCAL}" != "True" ]; then ...@@ -60,11 +61,11 @@ if [ "${LBC_DATA_IS_LOCAL}" != "True" ]; then
# Convert ICON-EU-EPS to latbc # Convert ICON-EU-EPS to latbc
${WORKDIR}/%python_environment.folder_name%/bin/python3 ${WORKDIR}/proj/templates/real-from-d2-ana/icon-remap-helper.py \ ${WORKDIR}/%python_environment.folder_name%/bin/python3 ${WORKDIR}/proj/templates/real-from-d2-ana/icon-remap-helper.py \
--src-grid ${COMMON_DATE_FOLDER}/${PARENT_GRID_FILE} \ --src-grid ${COMMON_GRID_FOLDER}/${PARENT_GRID_FILE} \
--dst-grid ${COMMON_DATE_FOLDER}/${BOUNDARY_GRID_FILE} \ --dst-grid ${COMMON_GRID_FOLDER}/${BOUNDARY_GRID_FILE} \
--source work/iefff${EU_FC_TIME}0000.m${AN_MEMBER} \ --source work/iefff${EU_FC_TIME}0000.m${AN_MEMBER} \
--dest ${COMMON_DATE_FOLDER}/latbc_${D2_FC_TIME}00.m${AN_MEMBER} \ --dest ${COMMON_DATE_FOLDER}/latbc_${D2_FC_TIME}00.m${AN_MEMBER} \
--output-format grib --output-format grb
done done
# Fetch tar.gz file of ICON-EU-EPS outputs necessary for the lateral boundary conditions # Fetch tar.gz file of ICON-EU-EPS outputs necessary for the lateral boundary conditions
......
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