From b5b676fd6af675ef02c7b6f101515672cc38719f Mon Sep 17 00:00:00 2001 From: Nadine Wieters Date: Fri, 20 Oct 2023 11:56:43 +0200 Subject: [PATCH] Corrected syntax error in fesom-2.0.yaml --- configs/components/fesom/fesom-2.0.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/configs/components/fesom/fesom-2.0.yaml b/configs/components/fesom/fesom-2.0.yaml index 02b1d49ed..436f1e0e0 100644 --- a/configs/components/fesom/fesom-2.0.yaml +++ b/configs/components/fesom/fesom-2.0.yaml @@ -413,13 +413,13 @@ grids: # ------------------------ # RECIPE # ------------------------ - tidy_recipe: -- "tidy_coupler" -- "tar_binary_restarts" -- "assemble" -- "check_for_unknown_files" -- "log_used_files" -- "throw_away_some_infiles" -- "copy_stuff_back_from_work" -- "copy_all_results_to_exp" -- "clean_run_dir" +tidy_recipe: + - "tidy_coupler" + - "tar_binary_restarts" + - "assemble" + - "check_for_unknown_files" + - "log_used_files" + - "throw_away_some_infiles" + - "copy_stuff_back_from_work" + - "copy_all_results_to_exp" + - "clean_run_dir"