From 66463444aca2077f44fe5fc52ec2dd96b2eeaa09 Mon Sep 17 00:00:00 2001 From: "Takumi.Matsunobu" <Takumi.Matsunobu@physik.uni-muenchen.de> Date: Sat, 19 Aug 2023 10:15:20 +0200 Subject: [PATCH] temporary disable check an files --- templates/real-from-d2-ana/prepare_date_remote.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/real-from-d2-ana/prepare_date_remote.sh b/templates/real-from-d2-ana/prepare_date_remote.sh index 91988fb..a8faf1a 100644 --- a/templates/real-from-d2-ana/prepare_date_remote.sh +++ b/templates/real-from-d2-ana/prepare_date_remote.sh @@ -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!" -- GitLab