From d53e9231d579299c786bbdb206c8fbc8b552a7b5 Mon Sep 17 00:00:00 2001 From: Anton Steketee <79179784+anton-seaice@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:47:25 +1000 Subject: [PATCH] Update payu_config/archive_scripts/standardise_mom6_filenames.sh Co-authored-by: minghang.li --- payu_config/archive_scripts/standardise_mom6_filenames.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/payu_config/archive_scripts/standardise_mom6_filenames.sh b/payu_config/archive_scripts/standardise_mom6_filenames.sh index ba49fa3..58ff59c 100755 --- a/payu_config/archive_scripts/standardise_mom6_filenames.sh +++ b/payu_config/archive_scripts/standardise_mom6_filenames.sh @@ -2,7 +2,7 @@ # Copyright 2024 ACCESS-NRI and contributors. See the top-level COPYRIGHT file for details. # SPDX-License-Identifier: Apache-2.0. # -# Standardise file naming for MOM6 output files from access-om3. +# Standardise file naming for MOM6 output files in access-om3 by removing the underscore before the four-digit year, i.e., replacing '_YYYY' with 'YYYY' # This was written assuming it would be used as a payu "userscript" at the "archive" stage, but alternatively a path to an "archive" directory can be provided. # For more details, see https://github.com/COSIMA/om3-scripts/issues/32