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

temporary disable check an files

parent 06dc0873
No related branches found
No related tags found
No related merge requests found
Pipeline #19567 failed
......@@ -34,10 +34,10 @@ if [ "${IC_DATA_IS_LOCAL}" != "True" ]; then
FG_SOURCE=$(find ${INITIAL_CONDITIONS_PATH} -name "fc_R19B07.*5500.*" | sort -n )
# Find files
if [ -z "${AN_SOURCE}" ]; then
echo "Analysis file for date ${STARTDATE} not found!"
exit 1
fi
# if [ -z "${AN_SOURCE}" ]; then
# echo "Analysis file for date ${STARTDATE} not found!"
# exit 1
# fi
if [ -z "${AN_INC_SOURCE}" ]; then
echo "Analysis increment file for date ${STARTDATE} not found!"
......
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