From 1b18532ff7b1185017c3fef7db558ec3762d03df Mon Sep 17 00:00:00 2001 From: "Takumi.Matsunobu" <Takumi.Matsunobu@physik.uni-muenchen.de> Date: Thu, 24 Aug 2023 11:13:12 +0200 Subject: [PATCH] separate option of filenames for compression and transfer --- conf/real-from-d2-ana/simulation.yml | 3 ++- templates/common/transfer.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/real-from-d2-ana/simulation.yml b/conf/real-from-d2-ana/simulation.yml index a51252f..e07e014 100644 --- a/conf/real-from-d2-ana/simulation.yml +++ b/conf/real-from-d2-ana/simulation.yml @@ -17,7 +17,8 @@ simulation: lbc_map: "%HPCROOTDIR%/proj/namelists/real-from-d2-ana/map_file.latbc" # List of output file names that will be copied (Wildcards * allowed) - output_file_names: "idfrf*.nc *namelist" + output_file_names: "idfrf*.nc" + files_to_transfer: "idfrf*.nc *namelist" files_to_clean: "*.nc" initial_conditions: diff --git a/templates/common/transfer.sh b/templates/common/transfer.sh index d5dff4d..1081fce 100644 --- a/templates/common/transfer.sh +++ b/templates/common/transfer.sh @@ -4,7 +4,7 @@ WORKDIR=%HPCROOTDIR% STARTDATE=%SDATE% MEMBER=%MEMBER% -OUTPUT_FILES="%SIMULATION.OUTPUT_FILE_NAMES%" +OUTPUT_FILES="%SIMULATION.FILES_TO_TRANSFER%" HPCUSER=%HPCUSER% HPCHOST=%HPCHOST% -- GitLab