diff --git a/recipes/examples/recipe_tas_seasonal_oper.yml b/recipes/examples/recipe_tas_seasonal_oper.yml index 75918265ba4d12a20226bd69511ef53eb1de1d4e..e8cf803b54ec4cde6b63dc78dc366b639780a2b6 100644 --- a/recipes/examples/recipe_tas_seasonal_oper.yml +++ b/recipes/examples/recipe_tas_seasonal_oper.yml @@ -10,7 +10,8 @@ Analysis: Datasets: System: name: ECMWF-SEAS5.1 # Mandatory, str: system5c3s system21_m1 system35c3s - Multimodel: no # Mandatory, bool: Either yes/true or no/false + Multimodel: + execute: no # Mandatory, bool: Either yes/true or no/false Reference: name: ERA5 # Mandatory, str: Reference codename. See docu. Time: @@ -58,5 +59,5 @@ Analysis: Run: Loglevel: INFO Terminal: TRUE - output_dir: /esarchive/scratch/nperez/cs_oper/ - code_dir: /esarchive/scratch/nperez/git/s2s-suite/ + output_dir: /esarchive/scratch/vagudets/auto-s2s-outputs/ + code_dir: ./ diff --git a/tools/check_recipe.R b/tools/check_recipe.R index 018968778355eb8fe5ceb21a53199cd8296ae738..e11a3dd1b0a204d2b87ec9f68608b1016d9f8a42 100644 --- a/tools/check_recipe.R +++ b/tools/check_recipe.R @@ -134,7 +134,7 @@ check_recipe <- function(recipe) { } } } else { - recipe$Analysis$Datasets$Multimodel <- FALSE + recipe$Analysis$Datasets$Multimodel$execute <- FALSE } # Check ftime_min and ftime_max if ((!(recipe$Analysis$Time$ftime_min > 0)) ||