From 9a332be4bc2d2524ebc65b47e78c5b53694a4efe Mon Sep 17 00:00:00 2001 From: "Takumi.Matsunobu" <Takumi.Matsunobu@physik.uni-muenchen.de> Date: Tue, 25 Jul 2023 16:03:23 +0200 Subject: [PATCH] clean up after converting LBC --- templates/real-from-d2-ana/prepare_lbc_remote.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/real-from-d2-ana/prepare_lbc_remote.sh b/templates/real-from-d2-ana/prepare_lbc_remote.sh index 75c93e6..a83d5e0 100644 --- a/templates/real-from-d2-ana/prepare_lbc_remote.sh +++ b/templates/real-from-d2-ana/prepare_lbc_remote.sh @@ -105,6 +105,7 @@ if [ "${LBC_DATA_IS_LOCAL}" != "True" ]; then # clean up the working directory rm -r work/${MEMBER} + rm -r work/iefff*.${MEMBER,} # Fetch tar.gz file of ICON-EU-EPS outputs necessary for the lateral boundary conditions -- GitLab