From 851000b076b1da320cd0eab4cff15dc93c0da05a Mon Sep 17 00:00:00 2001 From: "Takumi.Matsunobu" <Takumi.Matsunobu@physik.uni-muenchen.de> Date: Tue, 26 Sep 2023 10:38:33 +0200 Subject: [PATCH] remove dwd defini from lbc remapping --- templates/real-from-d2-ana/prepare_lbc_remote.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/real-from-d2-ana/prepare_lbc_remote.sh b/templates/real-from-d2-ana/prepare_lbc_remote.sh index 94beb26..3c1dd3a 100644 --- a/templates/real-from-d2-ana/prepare_lbc_remote.sh +++ b/templates/real-from-d2-ana/prepare_lbc_remote.sh @@ -29,7 +29,7 @@ if [ "${LBC_DATA_IS_LOCAL}" != "True" ]; then spack load --first %DWDICONTOOLS.LOAD_CMD% # Set environment variable for eccodes-dwd definitions: - source ${WORKDIR}/eccodes_defs.env + #source ${WORKDIR}/eccodes_defs.env # unnecessary to remap boundary conditions # Define date directory, create it and go there -- GitLab