From 816bff9aeedb2bd697574f920507e9fe7934c67e Mon Sep 17 00:00:00 2001 From: PALOMA TRASCASA CASTRO Date: Fri, 5 Sep 2025 12:49:43 +0200 Subject: [PATCH 1/2] changed filesystem to esarchive instead of gpfs --- operationals/bigpredidata/recipe_bigpredidata_oper.yml | 2 +- .../bigpredidata/recipe_bigpredidata_oper_subseasonal.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/operationals/bigpredidata/recipe_bigpredidata_oper.yml b/operationals/bigpredidata/recipe_bigpredidata_oper.yml index 5a16c4f7..99e9808d 100644 --- a/operationals/bigpredidata/recipe_bigpredidata_oper.yml +++ b/operationals/bigpredidata/recipe_bigpredidata_oper.yml @@ -82,7 +82,7 @@ Analysis: Run: Loglevel: INFO Terminal: yes - filesystem: gpfs + filesystem: esarchive output_dir: /esarchive/scratch/ptrascas/R/dev-test_bigpredidata/sunset # replace with the directory where you want to save the outputs code_dir: /esarchive/scratch/ptrascas/R/dev-test_bigpredidata/sunset/sunset # replace with the directory where your code is autosubmit: yes diff --git a/operationals/bigpredidata/recipe_bigpredidata_oper_subseasonal.yml b/operationals/bigpredidata/recipe_bigpredidata_oper_subseasonal.yml index 3b2994e3..09c1b497 100755 --- a/operationals/bigpredidata/recipe_bigpredidata_oper_subseasonal.yml +++ b/operationals/bigpredidata/recipe_bigpredidata_oper_subseasonal.yml @@ -74,7 +74,7 @@ Analysis: Run: Loglevel: INFO Terminal: yes - filesystem: gpfs + filesystem: esarchive output_dir: /esarchive/scratch/ptrascas/R/dev-test_bigpredidata/sunset # replace with the directory where you want to save the outputs code_dir: /esarchive/scratch/ptrascas/R/dev-test_bigpredidata/sunset/sunset # replace with the directory where your code is autosubmit: yes -- GitLab From e158bf7f63149341d8ead73cc953a1f72c095908 Mon Sep 17 00:00:00 2001 From: PALOMA TRASCASA CASTRO Date: Mon, 15 Sep 2025 14:54:53 +0200 Subject: [PATCH 2/2] change filesystem to esarchive --- .../bigpredidata/recipe_bigpredidata_oper_subseasonal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operationals/bigpredidata/recipe_bigpredidata_oper_subseasonal.yml b/operationals/bigpredidata/recipe_bigpredidata_oper_subseasonal.yml index 09c1b497..b25350f7 100755 --- a/operationals/bigpredidata/recipe_bigpredidata_oper_subseasonal.yml +++ b/operationals/bigpredidata/recipe_bigpredidata_oper_subseasonal.yml @@ -19,7 +19,7 @@ Analysis: Reference: - {name: ERA5} # Mandatory, str: Reference codename. See docu. Time: - sdate: 20250612 + sdate: 20250904 fcst_year: '2025' # Optional, int: Forecast year 'YYYY' hcst_start: '1999' # Mandatory, int: Hindcast start year 'YYYY' hcst_end: '2016' # Mandatory, int: Hindcast end year 'YYYY' -- GitLab